Merge remote branch 'origin/platal-1.0.0'
authorStéphane Jacob <sj@m4x.org>
Mon, 20 Sep 2010 08:19:20 +0000 (10:19 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 20 Sep 2010 08:19:20 +0000 (10:19 +0200)
modules/xnetevents/xnetevents.inc.php

index 4a67a8a..feabfdb 100644 (file)
@@ -110,7 +110,7 @@ function get_event_detail($eid, $item_id = false, $asso_id = null)
 // }}}
 
 // {{{ function get_event_participants()
-function get_event_participants(&$evt, $item_id, array $tri = array(), $count = null, $offset = null)
+function get_event_participants(&$evt, $item_id, array $tri = array(), $limit = null)
 {
     global $globals;