From d9cc8eae26395d5362fa0e366a69c2ff9b7a9feb Mon Sep 17 00:00:00 2001 From: rWatcher Date: Thu, 25 Mar 2010 21:15:16 -0400 Subject: [PATCH] Code cleanups. --- modules/exif_gps/controllers/admin_exif_gps.php | 2 +- modules/exif_gps/helpers/exif_gps.php | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/exif_gps/controllers/admin_exif_gps.php b/modules/exif_gps/controllers/admin_exif_gps.php index eef6803b..04f540e0 100644 --- a/modules/exif_gps/controllers/admin_exif_gps.php +++ b/modules/exif_gps/controllers/admin_exif_gps.php @@ -77,7 +77,7 @@ class Admin_EXIF_GPS_Controller extends Admin_Controller { $form = new Forge("admin/exif_gps/saveprefs", "", "post", array("id" => "g-exif-gps-adminForm")); - // Input box for the Maps API Key + // Create group for global settings, like the Maps API Key $gps_global_group = $form->group("Global") ->label(t("Global Settings")); $gps_global_group->input("google_api_key") diff --git a/modules/exif_gps/helpers/exif_gps.php b/modules/exif_gps/helpers/exif_gps.php index 6c143508..d3440424 100644 --- a/modules/exif_gps/helpers/exif_gps.php +++ b/modules/exif_gps/helpers/exif_gps.php @@ -17,12 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ - -/** - * This is the API for handling exif data. - */ class exif_gps_Core { - protected static $exif_keys; static function extract($item) {