From 8b6ed6c477771e42d43ea0684e5139cf361b6cee Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 28 Nov 2008 19:37:01 +0000 Subject: Create module::event() which runs Gallery events. It works by convention. To respond to the "photo_created" event in the gmaps module, you create modules/gmaps/helpers/gmaps_event.php containing class gmaps_event which has function photo_created. Renamed all events from gallery.foo.bar to foo_bar Updated tag module to use new convention. --- modules/tag/hooks/photo_created.php | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 modules/tag/hooks/photo_created.php (limited to 'modules/tag/hooks') diff --git a/modules/tag/hooks/photo_created.php b/modules/tag/hooks/photo_created.php deleted file mode 100644 index 8d033317..00000000 --- a/modules/tag/hooks/photo_created.php +++ /dev/null @@ -1,2 +0,0 @@ -