diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-23 07:04:59 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-09-23 07:04:59 -0700 |
commit | a24d9d67a6d6ee0b976068880476e69b432b1406 (patch) | |
tree | 4ec404fcb21117bfce0c54a96fc32422d79183fc /modules/exif/helpers | |
parent | 05275e2c07549ae9c40e647154fa442d796918b8 (diff) | |
parent | 7f066b34c9d965814c0a07a8f71e016edeb383d2 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/exif/helpers')
-rw-r--r-- | modules/exif/helpers/exif_event.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/exif/helpers/exif_event.php b/modules/exif/helpers/exif_event.php index 81ac5f44..826ec959 100644 --- a/modules/exif/helpers/exif_event.php +++ b/modules/exif/helpers/exif_event.php @@ -18,14 +18,6 @@ * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ class exif_event_Core { - static function gallery_ready() { - if (!function_exists("gettext")) { - function gettext($message) { - return (string) t($message); - } - } - } - static function item_created($item) { if (!$item->is_album()) { exif::extract($item); |