From 846fc51f612997efbee1e5a0d05b773b5a4c7f73 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 5 Apr 2009 03:54:08 +0000 Subject: Optimization: add all exif/iptc keys in a single insert, instead of many separate queries. In the process, rip out the summary column, we weren't using it. Clean up the test, and drop the exif_records database on uninstall. --- modules/exif/controllers/exif.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/exif/controllers') diff --git a/modules/exif/controllers/exif.php b/modules/exif/controllers/exif.php index d46d6083..70f82ad6 100644 --- a/modules/exif/controllers/exif.php +++ b/modules/exif/controllers/exif.php @@ -26,8 +26,8 @@ class Exif_Controller extends Controller { access::required("view", $item); $view = new View("exif_dialog.html"); - $view->details = exif::get($item, false); - + $view->details = exif::get($item); + print $view; } } -- cgit v1.2.3