1
0

Code cleanup.

This commit is contained in:
rWatcher 2010-03-18 08:24:28 +08:00 committed by Tim Almdal
parent ab76910135
commit be97751cf8
3 changed files with 2 additions and 3 deletions

View File

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

View File

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

View File

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