X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fxnetevents.php;h=8af4c898f95e25592ba157c0217f994f074e139a;hb=82af3fc3b6e003b0cbbcf4faf4ed4f0ea5c07570;hp=96f563ddba2da69993c7f71c027e794d33ab5f9a;hpb=6c21094e45512da7fb1321a1df4335b1d48ed9bd;p=platal.git diff --git a/modules/xnetevents.php b/modules/xnetevents.php index 96f563d..8af4c89 100644 --- a/modules/xnetevents.php +++ b/modules/xnetevents.php @@ -35,7 +35,7 @@ class XnetEventsModule extends PLModule ); } - function handler_events(&$page, $archive = null) + function handler_events($page, $archive = null) { global $globals; @@ -175,7 +175,7 @@ class XnetEventsModule extends PLModule $page->assign('undisplayed_events', $undisplayed_events); } - function handler_sub(&$page, $eid = null) + function handler_sub($page, $eid = null) { $this->load('xnetevents.inc.php'); $page->changeTpl('xnetevents/subscribe.tpl'); @@ -290,7 +290,7 @@ class XnetEventsModule extends PLModule $page->assign('event', get_event_detail($eid)); } - function handler_csv(&$page, $eid = null, $item_id = null) + function handler_csv($page, $eid = null, $item_id = null) { $this->load('xnetevents.inc.php'); @@ -320,7 +320,7 @@ class XnetEventsModule extends PLModule $page->assign('tout', !Env::v('item_id', false)); } - function handler_ical(&$page, $eid = null) + function handler_ical($page, $eid = null) { global $globals; @@ -352,7 +352,7 @@ class XnetEventsModule extends PLModule pl_content_headers("text/calendar"); } - function handler_edit(&$page, $eid = null) + function handler_edit($page, $eid = null) { global $globals; @@ -535,7 +535,7 @@ class XnetEventsModule extends PLModule $page->assign('url_ref', $eid); } - function handler_admin(&$page, $eid = null, $item_id = null) + function handler_admin($page, $eid = null, $item_id = null) { global $globals;