1
0

Code cleanups.

This commit is contained in:
rWatcher 2010-03-25 21:15:16 -04:00
parent aefa0cf848
commit d9cc8eae26
2 changed files with 1 additions and 6 deletions

View File

@ -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")

View File

@ -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) {