From 12701b18018ac7ddb7765be86094b77282d2db5e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 7 Feb 2009 21:21:08 +0000 Subject: The start of the exif module. so I can merger the exifer library --- core/tests/File_Structure_Test.php | 1 + modules/exif/helpers/exif_installer.php | 32 ++++++++++++++++++++++++++++++++ modules/exif/module.info | 3 +++ 3 files changed, 36 insertions(+) create mode 100644 modules/exif/helpers/exif_installer.php create mode 100644 modules/exif/module.info diff --git a/core/tests/File_Structure_Test.php b/core/tests/File_Structure_Test.php index e648192a..1f4d826f 100644 --- a/core/tests/File_Structure_Test.php +++ b/core/tests/File_Structure_Test.php @@ -150,6 +150,7 @@ class GalleryCodeFilterIterator extends FilterIterator { strpos($path_name, MODPATH . "kodoc") !== false || strpos($path_name, MODPATH . "mptt") !== false || strpos($path_name, MODPATH . "unit_test") !== false || + strpos($path_name, MODPATH . "exif/lib") !== false || strpos($path_name, MODPATH . "user/libraries/PasswordHash") !== false || strpos($path_name, SYSPATH) !== false || substr($path_name, -1, 1) == "~"); diff --git a/modules/exif/helpers/exif_installer.php b/modules/exif/helpers/exif_installer.php new file mode 100644 index 00000000..6ebe69af --- /dev/null +++ b/modules/exif/helpers/exif_installer.php @@ -0,0 +1,32 @@ +