|
@@ -413,7 +413,7 @@ |
|
|
block discarded – undo |
|
413
|
413
|
<?php |
|
414
|
414
|
if (isset($_COOKIE['lastcentercoord']) || (isset($globalCenterLatitude) && isset($globalCenterLongitude) && $globalCenterLatitude != '' && $globalCenterLongitude != '')) { |
|
415
|
415
|
if (isset($_COOKIE['lastcentercoord'])) { |
|
416
|
|
- $lastcentercoord = explode(',',$_COOKIE['lastcentercoord']); |
|
|
416
|
+ $lastcentercoord = explode(',', $_COOKIE['lastcentercoord']); |
|
417
|
417
|
if (!isset($lastcentercoord[3])) $zoom = $lastcentercoord[2]*1000000.0; |
|
418
|
418
|
else $zoom = $lastcentercoord[3]; |
|
419
|
419
|
$viewcenterlatitude = $lastcentercoord[0]; |
Please login to merge, or discard this patch.