From 5db7ae26689669479b327cd69b5c72ada3d819b9 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 10 Jun 2008 14:48:29 +0000 Subject: register_event_handler and trigger_event have been renamed to register_elgg_event_handler and trigger_elgg_event respectively. git-svn-id: https://code.elgg.org/elgg/trunk@848 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/apitest/start.php | 2 +- mod/dashboard/start.php | 2 +- mod/exporttest/start.php | 2 +- mod/guidbrowser/start.php | 2 +- mod/profile/start.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mod') diff --git a/mod/apitest/start.php b/mod/apitest/start.php index 947da115c..d03c7925a 100644 --- a/mod/apitest/start.php +++ b/mod/apitest/start.php @@ -247,5 +247,5 @@ END; } // Make sure test_init is called on initialisation - register_event_handler('init','system','apitest_init'); + register_elgg_event_handler('init','system','apitest_init'); ?> \ No newline at end of file diff --git a/mod/dashboard/start.php b/mod/dashboard/start.php index 8eb99a37c..48d82175f 100644 --- a/mod/dashboard/start.php +++ b/mod/dashboard/start.php @@ -17,6 +17,6 @@ } // Make sure test_init is called on initialisation - register_event_handler('init','system','dashboard_init'); + register_elgg_event_handler('init','system','dashboard_init'); ?> \ No newline at end of file diff --git a/mod/exporttest/start.php b/mod/exporttest/start.php index 7563b0cd9..3e1817878 100644 --- a/mod/exporttest/start.php +++ b/mod/exporttest/start.php @@ -20,5 +20,5 @@ // Make sure test_init is called on initialisation - register_event_handler('init','system','exporttest_init'); + register_elgg_event_handler('init','system','exporttest_init'); ?> \ No newline at end of file diff --git a/mod/guidbrowser/start.php b/mod/guidbrowser/start.php index 602fa5741..a75711c1d 100644 --- a/mod/guidbrowser/start.php +++ b/mod/guidbrowser/start.php @@ -56,5 +56,5 @@ // Make sure test_init is called on initialisation - register_event_handler('init','system','guidbrowser_init'); + register_elgg_event_handler('init','system','guidbrowser_init'); ?> \ No newline at end of file diff --git a/mod/profile/start.php b/mod/profile/start.php index 0c0272bbe..ddf136425 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -109,7 +109,7 @@ } // Make sure the profile initialisation function is called on initialisation - register_event_handler('init','system','profile_init',1); + register_elgg_event_handler('init','system','profile_init',1); // Register actions global $CONFIG; -- cgit v1.2.3