1
0

Code cleanup.

This commit is contained in:
rWatcher 2010-03-17 20:24:28 -04:00
parent d0205a2a6d
commit 867d079c8a
3 changed files with 2 additions and 3 deletions

View File

@ -69,7 +69,6 @@ class exif_gps_block_Core {
break; break;
case "exif_gps_location": case "exif_gps_location":
// Look for coordinates to display. // Look for coordinates to display.
$latitude = ""; $latitude = "";
$longitude = ""; $longitude = "";

View File

@ -18,4 +18,4 @@
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/ */
class EXIF_Coordinate_Model extends ORM { class EXIF_Coordinate_Model extends ORM {
} }

View File

@ -74,4 +74,4 @@
</div> </div>
<br /> <br />
<div id="map_canvas" style="width:600px; height:480px;"></div> <div id="map_canvas" style="width:600px; height:480px;"></div>
<?= $theme->dynamic_bottom() ?> <?= $theme->dynamic_bottom() ?>