Completed
Push — master ( 4249a5...9353a8 )
by Yannick
32:55
created
js/map.3d.js.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.