Completed
Push — master ( 613dee...cccbb0 )
by Yannick
31:28
created
install/index.php 3 patches
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -322,14 +322,14 @@  discard block
 block discarded – undo
322 322
 				</tr>
323 323
 				<!--
324 324
 		<?php
325
-		    if (isset($globalDBuser) && isset($globalDBpass) && $globalDBuser != '' && $globalDBpass != '') {
326
-			    require_once(dirname(__FILE__).'/../require/class.Connection.php');
327
-			    $Connection = new Connection();
325
+			if (isset($globalDBuser) && isset($globalDBpass) && $globalDBuser != '' && $globalDBpass != '') {
326
+				require_once(dirname(__FILE__).'/../require/class.Connection.php');
327
+				$Connection = new Connection();
328 328
 		?>
329 329
 			-->
330 330
 		<?php
331 331
 			if ($Connection->db != NULL) {
332
-			    if ($Connection->tableExists('source_location')) {
332
+				if ($Connection->tableExists('source_location')) {
333 333
 				require_once(dirname(__FILE__).'/../require/class.Source.php');
334 334
 				$Source = new Source();
335 335
 				//$alllocations = $Source->getAllLocationInfo();
@@ -349,9 +349,9 @@  discard block
 block discarded – undo
349 349
 		
350 350
 		<?php
351 351
 				}
352
-			    }
352
+				}
353
+			}
353 354
 			}
354
-		    }
355 355
 		?>
356 356
 
357 357
 				<tr>
@@ -461,12 +461,12 @@  discard block
 block discarded – undo
461 461
 ?>
462 462
 							<tr>
463 463
 								<?php
464
-								    if (filter_var($source['host'],FILTER_VALIDATE_URL)) {
464
+									if (filter_var($source['host'],FILTER_VALIDATE_URL)) {
465 465
 								?>
466 466
 								<td><input type="text" name="host[]" id="host" value="<?php print $source['host']; ?>" /></td>
467 467
 								<td><input type="text" name="port[]" class="col-xs-2" id="port" value="<?php if (isset($source['port'])) print $source['port']; ?>" /></td>
468 468
 								<?php
469
-								    } else {
469
+									} else {
470 470
 									$hostport = explode(':',$source['host']);
471 471
 									if (isset($hostport[1])) {
472 472
 										$host = $hostport[0];
@@ -479,7 +479,7 @@  discard block
 block discarded – undo
479 479
 								<td><input type="text" name="host[]" id="host" value="<?php print $host; ?>" /></td>
480 480
 								<td><input type="text" name="port[]" class="col-xs-2" id="port" value="<?php print $port; ?>" /></td>
481 481
 								<?php
482
-								    }
482
+									}
483 483
 								?>
484 484
 								<td>
485 485
 									<select name="format[]" id="format">
@@ -893,7 +893,7 @@  discard block
 block discarded – undo
893 893
 			<br />
894 894
 			<p>
895 895
 			<?php 
896
-			    if (extension_loaded('gd') && function_exists('gd_info')) {
896
+				if (extension_loaded('gd') && function_exists('gd_info')) {
897 897
 			?>
898 898
 				<label for="aircrafticoncolor">Color of aircraft icon on map</label>
899 899
 				<input type="color" name="aircrafticoncolor" id="aircrafticoncolor" value="#<?php if (isset($globalAircraftIconColor)) echo $globalAircraftIconColor; else echo '1a3151'; ?>" />
@@ -903,11 +903,11 @@  discard block
 block discarded – undo
903 903
 				<b>The directory cache is not writable, aircraft icon will not be cached</b>
904 904
 			<?php
905 905
 				}
906
-			    } else {
906
+				} else {
907 907
 			?>
908 908
 				<b>PHP GD is not installed, you can't change color of aircraft icon on map</b>
909 909
 			<?php
910
-			    }
910
+				}
911 911
 			?>
912 912
 			</p>
913 913
 			<br />
@@ -931,7 +931,7 @@  discard block
 block discarded – undo
931 931
 	</p>
932 932
 <?php
933 933
 	require('../footer.php');
934
-        exit;
934
+		exit;
935 935
 }
936 936
 // '	
937 937
 $settings = array();
@@ -1022,8 +1022,8 @@  discard block
 block discarded – undo
1022 1022
 	
1023 1023
 	$sources = array();
1024 1024
 	foreach ($source_name as $keys => $name) {
1025
-	    if (isset($source_id[$keys])) $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'id' => $source_id[$keys],'source' => $source_ref[$keys]);
1026
-	    else $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'source' => $source_ref[$keys]);
1025
+		if (isset($source_id[$keys])) $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'id' => $source_id[$keys],'source' => $source_ref[$keys]);
1026
+		else $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'source' => $source_ref[$keys]);
1027 1027
 	}
1028 1028
 	if (count($sources) > 0) $_SESSION['sources'] = $sources;
1029 1029
 
@@ -1408,14 +1408,14 @@  discard block
 block discarded – undo
1408 1408
 
1409 1409
 	// Set some defaults values...
1410 1410
 	if (!isset($globalAircraftImageSources)) {
1411
-	    $globalAircraftImageSources = array('ivaomtl','wikimedia','airportdata','deviantart','flickr','bing','jetphotos','planepictures','planespotters');
1412
-	    $settings = array_merge($settings,array('globalAircraftImageSources' => $globalAircraftImageSources));
1411
+		$globalAircraftImageSources = array('ivaomtl','wikimedia','airportdata','deviantart','flickr','bing','jetphotos','planepictures','planespotters');
1412
+		$settings = array_merge($settings,array('globalAircraftImageSources' => $globalAircraftImageSources));
1413 1413
 	}
1414 1414
 
1415 1415
 	if (!isset($globalSchedulesSources)) {
1416
-	    $globalSchedulesSources = array('flightmapper','costtotravel','flightradar24','flightaware');
1417
-    	    $settings = array_merge($settings,array('globalSchedulesSources' => $globalSchedulesSources));
1418
-    	}
1416
+		$globalSchedulesSources = array('flightmapper','costtotravel','flightradar24','flightaware');
1417
+			$settings = array_merge($settings,array('globalSchedulesSources' => $globalSchedulesSources));
1418
+		}
1419 1419
 
1420 1420
 	$settings = array_merge($settings,array('globalInstalled' => 'TRUE'));
1421 1421
 
@@ -1462,21 +1462,21 @@  discard block
 block discarded – undo
1462 1462
 	$popi = false;
1463 1463
 	$popw = false;
1464 1464
 	foreach ($_SESSION['done'] as $done) {
1465
-	    print '<li>'.$done.'....<strong>SUCCESS</strong></li>';
1466
-	    if ($done == 'Create database') $pop = true;
1467
-	    if ($_SESSION['install'] == 'database_create') $pop = true;
1468
-	    if ($_SESSION['install'] == 'database_import') $popi = true;
1469
-	    if ($_SESSION['install'] == 'waypoints') $popw = true;
1465
+		print '<li>'.$done.'....<strong>SUCCESS</strong></li>';
1466
+		if ($done == 'Create database') $pop = true;
1467
+		if ($_SESSION['install'] == 'database_create') $pop = true;
1468
+		if ($_SESSION['install'] == 'database_import') $popi = true;
1469
+		if ($_SESSION['install'] == 'waypoints') $popw = true;
1470 1470
 	}
1471 1471
 	if ($pop) {
1472
-	    sleep(5);
1473
-	    print '<li>Create database....<img src="../images/loading.gif" /></li>';
1472
+		sleep(5);
1473
+		print '<li>Create database....<img src="../images/loading.gif" /></li>';
1474 1474
 	} else if ($popi) {
1475
-	    sleep(5);
1476
-	    print '<li>Create and import tables....<img src="../images/loading.gif" /></li>';
1475
+		sleep(5);
1476
+		print '<li>Create and import tables....<img src="../images/loading.gif" /></li>';
1477 1477
 	} else if ($popw) {
1478
-	    sleep(5);
1479
-	    print '<li>Populate waypoints database....<img src="../images/loading.gif" /></li>';
1478
+		sleep(5);
1479
+		print '<li>Populate waypoints database....<img src="../images/loading.gif" /></li>';
1480 1480
 	} else print '<li>Update schema if needed....<img src="../images/loading.gif" /></li>';
1481 1481
 	print '</div></ul>';
1482 1482
 	print '<div id="error"></div>';
@@ -1539,7 +1539,7 @@  discard block
 block discarded – undo
1539 1539
 	unset($_COOKIE['install']);
1540 1540
 	print '<div class="info column"><ul>';
1541 1541
 	foreach ($_SESSION['done'] as $done) {
1542
-	    print '<li>'.$done.'....<strong>SUCCESS</strong></li>';
1542
+		print '<li>'.$done.'....<strong>SUCCESS</strong></li>';
1543 1543
 	}
1544 1544
 	print '<li>Reloading page to check all is now ok....<strong>SUCCESS</strong></li>';
1545 1545
 	print '</ul></div>';
Please login to merge, or discard this patch.
Braces   +519 added lines, -141 removed lines patch added patch discarded remove patch
@@ -4,11 +4,19 @@  discard block
 block discarded – undo
4 4
 if (isset($_SESSION['error'])) {
5 5
 	header('Content-Encoding: none;');
6 6
 	echo 'Error : '.$_SESSION['error'].' - Resetting install... You need to fix the problem and run install again.';
7
-	if (isset($_SESSION['error'])) unset($_SESSION['error']);
8
-	if (isset($_SESSION['errorlst'])) unset($_SESSION['errorlst']);
9
-	if (isset($_SESSION['next'])) unset($_SESSION['next']);
10
-	if (isset($_SESSION['install'])) unset($_SESSION['install']);
11
-}
7
+	if (isset($_SESSION['error'])) {
8
+		unset($_SESSION['error']);
9
+	}
10
+	if (isset($_SESSION['errorlst'])) {
11
+		unset($_SESSION['errorlst']);
12
+	}
13
+	if (isset($_SESSION['next'])) {
14
+		unset($_SESSION['next']);
15
+	}
16
+	if (isset($_SESSION['install'])) {
17
+		unset($_SESSION['install']);
18
+	}
19
+	}
12 20
 /*
13 21
 if (isset($_SESSION['errorlst'])) {
14 22
 	header('Content-Encoding: none;');
@@ -156,45 +164,72 @@  discard block
 block discarded – undo
156 164
 			</div>
157 165
 			<p>
158 166
 				<label for="dbhost">Database hostname</label>
159
-				<input type="text" name="dbhost" id="dbhost" value="<?php if (isset($globalDBhost)) print $globalDBhost; ?>" />
167
+				<input type="text" name="dbhost" id="dbhost" value="<?php if (isset($globalDBhost)) {
168
+	print $globalDBhost;
169
+}
170
+?>" />
160 171
 			</p>
161 172
 			<p>
162 173
 				<label for="dbport">Database port</label>
163
-				<input type="text" name="dbport" id="dbport" value="<?php if (isset($globalDBport)) print $globalDBport; ?>" />
174
+				<input type="text" name="dbport" id="dbport" value="<?php if (isset($globalDBport)) {
175
+	print $globalDBport;
176
+}
177
+?>" />
164 178
 				<p class="help-block">Default is 3306 for MariaDB/MySQL, 5432 for PostgreSQL</p>
165 179
 			</p>
166 180
 			<p>
167 181
 				<label for="dbname">Database name</label>
168
-				<input type="text" name="dbname" id="dbname" value="<?php if (isset($globalDBname)) print $globalDBname; ?>" />
182
+				<input type="text" name="dbname" id="dbname" value="<?php if (isset($globalDBname)) {
183
+	print $globalDBname;
184
+}
185
+?>" />
169 186
 			</p>
170 187
 			<p>
171 188
 				<label for="dbuser">Database user</label>
172
-				<input type="text" name="dbuser" id="dbuser" value="<?php if (isset($globalDBuser)) print $globalDBuser; ?>" />
189
+				<input type="text" name="dbuser" id="dbuser" value="<?php if (isset($globalDBuser)) {
190
+	print $globalDBuser;
191
+}
192
+?>" />
173 193
 			</p>
174 194
 			<p>
175 195
 				<label for="dbuserpass">Database user password</label>
176
-				<input type="password" name="dbuserpass" id="dbuserpass" value="<?php if (isset($globalDBpass)) print $globalDBpass; ?>" />
196
+				<input type="password" name="dbuserpass" id="dbuserpass" value="<?php if (isset($globalDBpass)) {
197
+	print $globalDBpass;
198
+}
199
+?>" />
177 200
 			</p>
178 201
 		</fieldset>
179 202
 		<fieldset id="site">
180 203
 			<legend>Site configuration</legend>
181 204
 			<p>
182 205
 				<label for="sitename">Site name</label>
183
-				<input type="text" name="sitename" id="sitename" value="<?php if (isset($globalName)) print $globalName; ?>" />
206
+				<input type="text" name="sitename" id="sitename" value="<?php if (isset($globalName)) {
207
+	print $globalName;
208
+}
209
+?>" />
184 210
 			</p>
185 211
 			<p>
186 212
 				<label for="siteurl">Site directory</label>
187
-				<input type="text" name="siteurl" id="siteurl" value="<?php if (isset($globalURL)) print $globalURL; ?>" />
213
+				<input type="text" name="siteurl" id="siteurl" value="<?php if (isset($globalURL)) {
214
+	print $globalURL;
215
+}
216
+?>" />
188 217
 				<p class="help-block">Can be null. ex : <i>flightairmap</i> if complete URL is <i>http://toto.com/flightairmap</i></p>
189 218
 			</p>
190 219
 			<p>
191 220
 				<label for="timezone">Timezone</label>
192
-				<input type="text" name="timezone" id="timezone" value="<?php if (isset($globalTimezone)) print $globalTimezone; ?>" />
221
+				<input type="text" name="timezone" id="timezone" value="<?php if (isset($globalTimezone)) {
222
+	print $globalTimezone;
223
+}
224
+?>" />
193 225
 				<p class="help-block">ex : UTC, Europe/Paris,...</p>
194 226
 			</p>
195 227
 			<p>
196 228
 				<label for="language">Language</label>
197
-				<input type="text" name="language" id="language" value="<?php if (isset($globalLanguage)) print $globalLanguage; ?>" />
229
+				<input type="text" name="language" id="language" value="<?php if (isset($globalLanguage)) {
230
+	print $globalLanguage;
231
+}
232
+?>" />
198 233
 				<p class="help-block">Used only when link to wikipedia for now. Can be EN,DE,FR,...</p>
199 234
 			</p>
200 235
 		</fieldset>
@@ -215,11 +250,17 @@  discard block
 block discarded – undo
215 250
 			<div id="mapbox_data">
216 251
 				<p>
217 252
 					<label for="mapboxid">Mapbox id</label>
218
-					<input type="text" name="mapboxid" id="mapboxid" value="<?php if (isset($globalMapboxId)) print $globalMapboxId; ?>" />
253
+					<input type="text" name="mapboxid" id="mapboxid" value="<?php if (isset($globalMapboxId)) {
254
+	print $globalMapboxId;
255
+}
256
+?>" />
219 257
 				</p>
220 258
 				<p>
221 259
 					<label for="mapboxtoken">Mapbox token</label>
222
-					<input type="text" name="mapboxtoken" id="mapboxtoken" value="<?php if (isset($globalMapboxToken)) print $globalMapboxToken; ?>" />
260
+					<input type="text" name="mapboxtoken" id="mapboxtoken" value="<?php if (isset($globalMapboxToken)) {
261
+	print $globalMapboxToken;
262
+}
263
+?>" />
223 264
 				</p>
224 265
 				<p class="help-block">Get a key <a href="https://www.mapbox.com/developers/">here</a></p>
225 266
 			</div>
@@ -227,7 +268,10 @@  discard block
 block discarded – undo
227 268
 			<div id="google_data">
228 269
 				<p>
229 270
 					<label for="googlekey">Google API key</label>
230
-					<input type="text" name="googlekey" id="googlekey" value="<?php if (isset($globalGoogleAPIKey)) print $globalGoogleAPIKey; ?>" />
271
+					<input type="text" name="googlekey" id="googlekey" value="<?php if (isset($globalGoogleAPIKey)) {
272
+	print $globalGoogleAPIKey;
273
+}
274
+?>" />
231 275
 					<p class="help-block">Get a key <a href="https://developers.google.com/maps/documentation/javascript/get-api-key#get-an-api-key">here</a></p>
232 276
 				</p>
233 277
 			</div>
@@ -235,7 +279,10 @@  discard block
 block discarded – undo
235 279
 			<div id="bing_data">
236 280
 				<p>
237 281
 					<label for="bingkey">Bing Map key</label>
238
-					<input type="text" name="bingkey" id="bingkey" value="<?php if (isset($globalBingMapKey)) print $globalBingMapKey; ?>" />
282
+					<input type="text" name="bingkey" id="bingkey" value="<?php if (isset($globalBingMapKey)) {
283
+	print $globalBingMapKey;
284
+}
285
+?>" />
239 286
 					<p class="help-block">Get a key <a href="https://www.bingmapsportal.com/">here</a></p>
240 287
 				</p>
241 288
 			</div>
@@ -243,7 +290,10 @@  discard block
 block discarded – undo
243 290
 			<div id="mapquest_data">
244 291
 				<p>
245 292
 					<label for="mapquestkey">MapQuest key</label>
246
-					<input type="text" name="mapquestkey" id="mapquestkey" value="<?php if (isset($globalMapQuestKey)) print $globalMapQuestKey; ?>" />
293
+					<input type="text" name="mapquestkey" id="mapquestkey" value="<?php if (isset($globalMapQuestKey)) {
294
+	print $globalMapQuestKey;
295
+}
296
+?>" />
247 297
 					<p class="help-block">Get a key <a href="https://developer.mapquest.com/user/me/apps">here</a></p>
248 298
 				</p>
249 299
 			</div>
@@ -251,11 +301,17 @@  discard block
 block discarded – undo
251 301
 			<div id="here_data">
252 302
 				<p>
253 303
 					<label for="hereappid">Here App_Id</label>
254
-					<input type="text" name="hereappid" id="hereappid" value="<?php if (isset($globalHereappId)) print $globalHereappId; ?>" />
304
+					<input type="text" name="hereappid" id="hereappid" value="<?php if (isset($globalHereappId)) {
305
+	print $globalHereappId;
306
+}
307
+?>" />
255 308
 				</p>
256 309
 				<p>
257 310
 					<label for="hereappcode">Here App_Code</label>
258
-					<input type="text" name="hereappcode" id="hereappcode" value="<?php if (isset($globalHereappCode)) print $globalHereappCode; ?>" />
311
+					<input type="text" name="hereappcode" id="hereappcode" value="<?php if (isset($globalHereappCode)) {
312
+	print $globalHereappCode;
313
+}
314
+?>" />
259 315
 				</p>
260 316
 				<p class="help-block">Get a key <a href="https://developer.here.com/rest-apis/documentation/enterprise-map-tile/topics/quick-start.html">here</a></p>
261 317
 			</div>
@@ -263,7 +319,10 @@  discard block
 block discarded – undo
263 319
 			<div id="openweathermap_data">
264 320
 				<p>
265 321
 					<label for="openweathermapkey">OpenWeatherMap key (weather layer)</label>
266
-					<input type="text" name="openweathermapkey" id="openweathermapkey" value="<?php if (isset($globalOpenWeatherMapKey)) print $globalOpenWeatherMapKey; ?>" />
322
+					<input type="text" name="openweathermapkey" id="openweathermapkey" value="<?php if (isset($globalOpenWeatherMapKey)) {
323
+	print $globalOpenWeatherMapKey;
324
+}
325
+?>" />
267 326
 					<p class="help-block">Get a key <a href="https://openweathermap.org/">here</a></p>
268 327
 				</p>
269 328
 			</div>
@@ -273,42 +332,86 @@  discard block
 block discarded – undo
273 332
 			<legend>Coverage area</legend>
274 333
 			<p>
275 334
 				<label for="latitudemax">The maximum latitude (north)</label>
276
-				<input type="text" name="latitudemax" id="latitudemax" value="<?php if (isset($globalLatitudeMax)) print $globalLatitudeMax; ?>" />
335
+				<input type="text" name="latitudemax" id="latitudemax" value="<?php if (isset($globalLatitudeMax)) {
336
+	print $globalLatitudeMax;
337
+}
338
+?>" />
277 339
 			</p>
278 340
 			<p>
279 341
 				<label for="latitudemin">The minimum latitude (south)</label>
280
-				<input type="text" name="latitudemin" id="latitudemin" value="<?php if (isset($globalLatitudeMin)) print $globalLatitudeMin; ?>" />
342
+				<input type="text" name="latitudemin" id="latitudemin" value="<?php if (isset($globalLatitudeMin)) {
343
+	print $globalLatitudeMin;
344
+}
345
+?>" />
281 346
 			</p>
282 347
 			<p>
283 348
 				<label for="longitudemax">The maximum longitude (west)</label>
284
-				<input type="text" name="longitudemax" id="longitudemax" value="<?php if (isset($globalLongitudeMax)) print $globalLongitudeMax; ?>" />
349
+				<input type="text" name="longitudemax" id="longitudemax" value="<?php if (isset($globalLongitudeMax)) {
350
+	print $globalLongitudeMax;
351
+}
352
+?>" />
285 353
 			</p>
286 354
 			<p>
287 355
 				<label for="longitudemin">The minimum longitude (east)</label>
288
-				<input type="text" name="longitudemin" id="longitudemin" value="<?php if (isset($globalLongitudeMin)) print $globalLongitudeMin; ?>" />
356
+				<input type="text" name="longitudemin" id="longitudemin" value="<?php if (isset($globalLongitudeMin)) {
357
+	print $globalLongitudeMin;
358
+}
359
+?>" />
289 360
 			</p>
290 361
 			<p>
291 362
 				<label for="latitudecenter">The latitude center</label>
292
-				<input type="text" name="latitudecenter" id="latitudecenter" value="<?php if (isset($globalCenterLatitude)) print $globalCenterLatitude; ?>" />
363
+				<input type="text" name="latitudecenter" id="latitudecenter" value="<?php if (isset($globalCenterLatitude)) {
364
+	print $globalCenterLatitude;
365
+}
366
+?>" />
293 367
 			</p>
294 368
 			<p>
295 369
 				<label for="longitudecenter">The longitude center</label>
296
-				<input type="text" name="longitudecenter" id="longitudecenter" value="<?php if (isset($globalCenterLongitude)) print $globalCenterLongitude; ?>" />
370
+				<input type="text" name="longitudecenter" id="longitudecenter" value="<?php if (isset($globalCenterLongitude)) {
371
+	print $globalCenterLongitude;
372
+}
373
+?>" />
297 374
 			</p>
298 375
 			<p>
299 376
 				<label for="livezoom">Default Zoom on live map</label>
300
-				<input type="number" name="livezoom" id="livezoom" value="<?php if (isset($globalLiveZoom)) print $globalLiveZoom; else print '9'; ?>" />
377
+				<input type="number" name="livezoom" id="livezoom" value="<?php if (isset($globalLiveZoom)) {
378
+	print $globalLiveZoom;
379
+} else {
380
+	print '9';
381
+}
382
+?>" />
301 383
 			</p>
302 384
 			<p>
303 385
 				<label for="squawk_country">Country for squawk usage</label>
304 386
 				<select name="squawk_country" id="squawk_country">
305
-					<option value="UK"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'UK') print ' selected '; ?>>UK</option>
306
-					<option value="NZ"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'NZ') print ' selected '; ?>>NZ</option>
307
-					<option value="US"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'US') print ' selected '; ?>>US</option>
308
-					<option value="AU"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'AU') print ' selected '; ?>>AU</option>
309
-					<option value="NL"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'NL') print ' selected '; ?>>NL</option>
310
-					<option value="FR"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'FR') print ' selected '; ?>>FR</option>
311
-					<option value="TR"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'TR') print ' selected '; ?>>TR</option>
387
+					<option value="UK"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'UK') {
388
+	print ' selected ';
389
+}
390
+?>>UK</option>
391
+					<option value="NZ"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'NZ') {
392
+	print ' selected ';
393
+}
394
+?>>NZ</option>
395
+					<option value="US"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'US') {
396
+	print ' selected ';
397
+}
398
+?>>US</option>
399
+					<option value="AU"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'AU') {
400
+	print ' selected ';
401
+}
402
+?>>AU</option>
403
+					<option value="NL"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'NL') {
404
+	print ' selected ';
405
+}
406
+?>>NL</option>
407
+					<option value="FR"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'FR') {
408
+	print ' selected ';
409
+}
410
+?>>FR</option>
411
+					<option value="TR"<?php if (isset($globalSquawkCountry) && $globalSquawkCountry == 'TR') {
412
+	print ' selected ';
413
+}
414
+?>>TR</option>
312 415
 				</select>
313 416
 			</p>
314 417
 		</fieldset>
@@ -317,15 +420,24 @@  discard block
 block discarded – undo
317 420
 			<p><i>Only put in DB flights that are inside a circle</i></p>
318 421
 			<p>
319 422
 				<label for="latitude">Center latitude</label>
320
-				<input type="text" name="zoilatitude" id="latitude" value="<?php if (isset($globalDistanceIgnore['latitude'])) echo $globalDistanceIgnore['latitude']; ?>" />
423
+				<input type="text" name="zoilatitude" id="latitude" value="<?php if (isset($globalDistanceIgnore['latitude'])) {
424
+	echo $globalDistanceIgnore['latitude'];
425
+}
426
+?>" />
321 427
 			</p>
322 428
 			<p>
323 429
 				<label for="longitude">Center longitude</label>
324
-				<input type="text" name="zoilongitude" id="longitude" value="<?php if (isset($globalDistanceIgnore['longitude'])) echo $globalDistanceIgnore['longitude']; ?>" />
430
+				<input type="text" name="zoilongitude" id="longitude" value="<?php if (isset($globalDistanceIgnore['longitude'])) {
431
+	echo $globalDistanceIgnore['longitude'];
432
+}
433
+?>" />
325 434
 			</p>
326 435
 			<p>
327 436
 				<label for="Distance">Distance (in km)</label>
328
-				<input type="text" name="zoidistance" id="distance" value="<?php if (isset($globalDistanceIgnore['distance'])) echo $globalDistanceIgnore['distance']; ?>" />
437
+				<input type="text" name="zoidistance" id="distance" value="<?php if (isset($globalDistanceIgnore['distance'])) {
438
+	echo $globalDistanceIgnore['distance'];
439
+}
440
+?>" />
329 441
 			</p>
330 442
 		</fieldset>
331 443
 		<fieldset id="sourceloc">
@@ -438,11 +550,17 @@  discard block
 block discarded – undo
438 550
 			<div id="flightaware_data">
439 551
 				<p>
440 552
 					<label for="flightawareusername">FlightAware username</label>
441
-					<input type="text" name="flightawareusername" id="flightawareusername" value="<?php if (isset($globalFlightAwareUsername)) print $globalFlightAwareUsername; ?>" />
553
+					<input type="text" name="flightawareusername" id="flightawareusername" value="<?php if (isset($globalFlightAwareUsername)) {
554
+	print $globalFlightAwareUsername;
555
+}
556
+?>" />
442 557
 				</p>
443 558
 				<p>
444 559
 					<label for="flightawarepassword">FlightAware password/API key</label>
445
-					<input type="text" name="flightawarepassword" id="flightawarepassword" value="<?php if (isset($globalFlightAwarePassword)) print $globalFlightAwarePassword; ?>" />
560
+					<input type="text" name="flightawarepassword" id="flightawarepassword" value="<?php if (isset($globalFlightAwarePassword)) {
561
+	print $globalFlightAwarePassword;
562
+}
563
+?>" />
446 564
 				</p>
447 565
 			</div>
448 566
 -->
@@ -484,7 +602,10 @@  discard block
 block discarded – undo
484 602
 								    if (filter_var($source['host'],FILTER_VALIDATE_URL)) {
485 603
 								?>
486 604
 								<td><input type="text" name="host[]" id="host" value="<?php print $source['host']; ?>" /></td>
487
-								<td><input type="text" name="port[]" class="col-xs-2" id="port" value="<?php if (isset($source['port'])) print $source['port']; ?>" /></td>
605
+								<td><input type="text" name="port[]" class="col-xs-2" id="port" value="<?php if (isset($source['port'])) {
606
+	print $source['port'];
607
+}
608
+?>" /></td>
488 609
 								<?php
489 610
 								    } else {
490 611
 									$hostport = explode(':',$source['host']);
@@ -503,33 +624,102 @@  discard block
 block discarded – undo
503 624
 								?>
504 625
 								<td>
505 626
 									<select name="format[]" id="format">
506
-										<option value="auto" <?php if (!isset($source['format'])) print 'selected'; ?>>Auto</option>
507
-										<option value="sbs" <?php if (isset($source['format']) && $source['format'] == 'sbs') print 'selected'; ?>>SBS</option>
508
-										<option value="tsv" <?php if (isset($source['format']) && $source['format'] == 'tsv') print 'selected'; ?>>TSV</option>
509
-										<option value="raw" <?php if (isset($source['format']) && $source['format'] == 'raw') print 'selected'; ?>>Raw</option>
510
-										<option value="aprs" <?php if (isset($source['format']) && $source['format'] == 'aprs') print 'selected'; ?>>APRS</option>
511
-										<option value="deltadbtxt" <?php if (isset($source['format']) && $source['format'] == 'deltadbtxt') print 'selected'; ?>>Radarcape deltadb.txt</option>
512
-										<option value="vatsimtxt" <?php if (isset($source['format']) && $source['format'] == 'vatsimtxt') print 'selected'; ?>>Vatsim</option>
513
-										<option value="aircraftlistjson" <?php if (isset($source['format']) && $source['format'] == 'aircraftlistjson') print 'selected'; ?>>Virtual Radar Server AircraftList.json</option>
514
-										<option value="vrstcp" <?php if (isset($source['format']) && $source['format'] == 'vrstcp') print 'selected'; ?>>Virtual Radar Server TCP</option>
515
-										<option value="phpvmacars" <?php if (isset($source['format']) && $source['format'] == 'phpvmacars') print 'selected'; ?>>phpVMS</option>
516
-										<option value="vam" <?php if (isset($source['format']) && $source['format'] == 'vam') print 'selected'; ?>>Virtual Airlines Manager</option>
517
-										<option value="whazzup" <?php if (isset($source['format']) && $source['format'] == 'whazzup') print 'selected'; ?>>IVAO</option>
518
-										<option value="flightgearmp" <?php if (isset($source['format']) && $source['format'] == 'flightgearmp') print 'selected'; ?>>FlightGear Multiplayer</option>
519
-										<option value="flightgearsp" <?php if (isset($source['format']) && $source['format'] == 'flightgearsp') print 'selected'; ?>>FlightGear Singleplayer</option>
520
-										<option value="acars" <?php if (isset($source['format']) && $source['format'] == 'acars') print 'selected'; ?>>ACARS from acarsdec/acarsdeco2 over UDP</option>
521
-										<option value="acarssbs3" <?php if (isset($source['format']) && $source['format'] == 'acarssbs3') print 'selected'; ?>>ACARS SBS-3 over TCP</option>
522
-										<option value="ais" <?php if (isset($source['format']) && $source['format'] == 'ais') print 'selected'; ?>>NMEA AIS over TCP</option>
523
-										<option value="airwhere" <?php if (isset($source['format']) && $source['format'] == 'airwhere') print 'selected'; ?>>AirWhere website</option>
524
-										<option value="hidnseek_callback" <?php if (isset($source['format']) && $source['format'] == 'hidnseek_callback') print 'selected'; ?>>HidnSeek Callback</option>
525
-										<option value="blitzortung" <?php if (isset($source['format']) && $source['format'] == 'blitzortung') print 'selected'; ?>>Blitzortung</option>
627
+										<option value="auto" <?php if (!isset($source['format'])) {
628
+	print 'selected';
629
+}
630
+?>>Auto</option>
631
+										<option value="sbs" <?php if (isset($source['format']) && $source['format'] == 'sbs') {
632
+	print 'selected';
633
+}
634
+?>>SBS</option>
635
+										<option value="tsv" <?php if (isset($source['format']) && $source['format'] == 'tsv') {
636
+	print 'selected';
637
+}
638
+?>>TSV</option>
639
+										<option value="raw" <?php if (isset($source['format']) && $source['format'] == 'raw') {
640
+	print 'selected';
641
+}
642
+?>>Raw</option>
643
+										<option value="aprs" <?php if (isset($source['format']) && $source['format'] == 'aprs') {
644
+	print 'selected';
645
+}
646
+?>>APRS</option>
647
+										<option value="deltadbtxt" <?php if (isset($source['format']) && $source['format'] == 'deltadbtxt') {
648
+	print 'selected';
649
+}
650
+?>>Radarcape deltadb.txt</option>
651
+										<option value="vatsimtxt" <?php if (isset($source['format']) && $source['format'] == 'vatsimtxt') {
652
+	print 'selected';
653
+}
654
+?>>Vatsim</option>
655
+										<option value="aircraftlistjson" <?php if (isset($source['format']) && $source['format'] == 'aircraftlistjson') {
656
+	print 'selected';
657
+}
658
+?>>Virtual Radar Server AircraftList.json</option>
659
+										<option value="vrstcp" <?php if (isset($source['format']) && $source['format'] == 'vrstcp') {
660
+	print 'selected';
661
+}
662
+?>>Virtual Radar Server TCP</option>
663
+										<option value="phpvmacars" <?php if (isset($source['format']) && $source['format'] == 'phpvmacars') {
664
+	print 'selected';
665
+}
666
+?>>phpVMS</option>
667
+										<option value="vam" <?php if (isset($source['format']) && $source['format'] == 'vam') {
668
+	print 'selected';
669
+}
670
+?>>Virtual Airlines Manager</option>
671
+										<option value="whazzup" <?php if (isset($source['format']) && $source['format'] == 'whazzup') {
672
+	print 'selected';
673
+}
674
+?>>IVAO</option>
675
+										<option value="flightgearmp" <?php if (isset($source['format']) && $source['format'] == 'flightgearmp') {
676
+	print 'selected';
677
+}
678
+?>>FlightGear Multiplayer</option>
679
+										<option value="flightgearsp" <?php if (isset($source['format']) && $source['format'] == 'flightgearsp') {
680
+	print 'selected';
681
+}
682
+?>>FlightGear Singleplayer</option>
683
+										<option value="acars" <?php if (isset($source['format']) && $source['format'] == 'acars') {
684
+	print 'selected';
685
+}
686
+?>>ACARS from acarsdec/acarsdeco2 over UDP</option>
687
+										<option value="acarssbs3" <?php if (isset($source['format']) && $source['format'] == 'acarssbs3') {
688
+	print 'selected';
689
+}
690
+?>>ACARS SBS-3 over TCP</option>
691
+										<option value="ais" <?php if (isset($source['format']) && $source['format'] == 'ais') {
692
+	print 'selected';
693
+}
694
+?>>NMEA AIS over TCP</option>
695
+										<option value="airwhere" <?php if (isset($source['format']) && $source['format'] == 'airwhere') {
696
+	print 'selected';
697
+}
698
+?>>AirWhere website</option>
699
+										<option value="hidnseek_callback" <?php if (isset($source['format']) && $source['format'] == 'hidnseek_callback') {
700
+	print 'selected';
701
+}
702
+?>>HidnSeek Callback</option>
703
+										<option value="blitzortung" <?php if (isset($source['format']) && $source['format'] == 'blitzortung') {
704
+	print 'selected';
705
+}
706
+?>>Blitzortung</option>
526 707
 									</select>
527 708
 								</td>
528 709
 								<td>
529
-									<input type="text" name="name[]" id="name" value="<?php if (isset($source['name'])) print $source['name']; ?>" />
710
+									<input type="text" name="name[]" id="name" value="<?php if (isset($source['name'])) {
711
+	print $source['name'];
712
+}
713
+?>" />
530 714
 								</td>
531
-								<td><input type="checkbox" name="sourcestats[]" id="sourcestats" title="Create statistics for the source like number of messages, distance,..." value="1" <?php if (isset($source['sourcestats']) && $source['sourcestats']) print 'checked'; ?> /></td>
532
-								<td><input type="checkbox" name="noarchive[]" id="noarchive" title="Don't archive this source" value="1" <?php if (isset($source['noarchive']) && $source['noarchive']) print 'checked'; ?> /></td>
715
+								<td><input type="checkbox" name="sourcestats[]" id="sourcestats" title="Create statistics for the source like number of messages, distance,..." value="1" <?php if (isset($source['sourcestats']) && $source['sourcestats']) {
716
+	print 'checked';
717
+}
718
+?> /></td>
719
+								<td><input type="checkbox" name="noarchive[]" id="noarchive" title="Don't archive this source" value="1" <?php if (isset($source['noarchive']) && $source['noarchive']) {
720
+	print 'checked';
721
+}
722
+?> /></td>
533 723
 								<td>
534 724
 									<select name="timezones[]" id="timezones">
535 725
 								<?php
@@ -539,7 +729,9 @@  discard block
 block discarded – undo
539 729
 											print '<option selected>'.$timezones.'</option>';
540 730
 										} elseif (!isset($source['timezone']) && $timezones == 'UTC') {
541 731
 											print '<option selected>'.$timezones.'</option>';
542
-										} else print '<option>'.$timezones.'</option>';
732
+										} else {
733
+											print '<option>'.$timezones.'</option>';
734
+										}
543 735
 									}
544 736
 								?>
545 737
 									</select>
@@ -589,7 +781,9 @@  discard block
 block discarded – undo
589 781
 									foreach($timezonelist as $timezones){
590 782
 										if ($timezones == 'UTC') {
591 783
 											print '<option selected>'.$timezones.'</option>';
592
-										} else print '<option>'.$timezones.'</option>';
784
+										} else {
785
+											print '<option>'.$timezones.'</option>';
786
+										}
593 787
 									}
594 788
 								?>
595 789
 									</select>
@@ -612,11 +806,17 @@  discard block
 block discarded – undo
612 806
 					<p>Listen UDP server for acarsdec/acarsdeco2/... with <i>daemon-acars.php</i> script</p>
613 807
 					<p>
614 808
 						<label for="acarshost">ACARS UDP host</label>
615
-						<input type="text" name="acarshost" id="acarshost" value="<?php if (isset($globalACARSHost)) print $globalACARSHost; ?>" />
809
+						<input type="text" name="acarshost" id="acarshost" value="<?php if (isset($globalACARSHost)) {
810
+	print $globalACARSHost;
811
+}
812
+?>" />
616 813
 					</p>
617 814
 					<p>
618 815
 						<label for="acarsport">ACARS UDP port</label>
619
-						<input type="number" name="acarsport" id="acarsport" value="<?php if (isset($globalACARSPort)) print $globalACARSPort; ?>" />
816
+						<input type="number" name="acarsport" id="acarsport" value="<?php if (isset($globalACARSPort)) {
817
+	print $globalACARSPort;
818
+}
819
+?>" />
620 820
 					</p>
621 821
 				</fieldset>
622 822
 			</div>
@@ -703,13 +903,19 @@  discard block
 block discarded – undo
703 903
 			<div id="schedules_options">
704 904
 				<p>
705 905
 					<label for="britishairways">British Airways API Key</label>
706
-					<input type="text" name="britishairways" id="britishairways" value="<?php if (isset($globalBritishAirwaysKey)) print $globalBritishAirwaysKey; ?>" />
906
+					<input type="text" name="britishairways" id="britishairways" value="<?php if (isset($globalBritishAirwaysKey)) {
907
+	print $globalBritishAirwaysKey;
908
+}
909
+?>" />
707 910
 					<p class="help-block">Register an account on <a href="https://developer.ba.com/">https://developer.ba.com/</a></p>
708 911
 				</p>
709 912
 				<!--
710 913
 				<p>
711 914
 					<label for="transavia">Transavia Test API Consumer Key</label>
712
-					<input type="text" name="transavia" id="transavia" value="<?php if (isset($globalTransaviaKey)) print $globalTransaviaKey; ?>" />
915
+					<input type="text" name="transavia" id="transavia" value="<?php if (isset($globalTransaviaKey)) {
916
+	print $globalTransaviaKey;
917
+}
918
+?>" />
713 919
 					<p class="help-block">Register an account on <a href="https://developer.transavia.com">https://developer.transavia.com</a></p>
714 920
 				</p>
715 921
 				-->
@@ -718,10 +924,16 @@  discard block
 block discarded – undo
718 924
 						<b>Lufthansa API Key</b>
719 925
 						<p>
720 926
 							<label for="lufthansakey">Key</label>
721
-							<input type="text" name="lufthansakey" id="lufthansakey" value="<?php if (isset($globalLufthansaKey['key'])) print $globalLufthansaKey['key']; ?>" />
927
+							<input type="text" name="lufthansakey" id="lufthansakey" value="<?php if (isset($globalLufthansaKey['key'])) {
928
+	print $globalLufthansaKey['key'];
929
+}
930
+?>" />
722 931
 						</p><p>
723 932
 							<label for="lufthansasecret">Secret</label>
724
-							<input type="text" name="lufthansasecret" id="lufthansasecret" value="<?php if (isset($globalLufthansaKey['secret'])) print $globalLufthansaKey['secret']; ?>" />
933
+							<input type="text" name="lufthansasecret" id="lufthansasecret" value="<?php if (isset($globalLufthansaKey['secret'])) {
934
+	print $globalLufthansaKey['secret'];
935
+}
936
+?>" />
725 937
 						</p>
726 938
 					</div>
727 939
 					<p class="help-block">Register an account on <a href="https://developer.lufthansa.com/page">https://developer.lufthansa.com/page</a></p>
@@ -741,7 +953,10 @@  discard block
 block discarded – undo
741 953
 			</p>
742 954
 			<p>
743 955
 				<label for="notamsource">URL of your feed from notaminfo.com</label>
744
-				<input type="text" name="notamsource" id="notamsource" value="<?php if (isset($globalNOTAMSource)) print $globalNOTAMSource; ?>" />
956
+				<input type="text" name="notamsource" id="notamsource" value="<?php if (isset($globalNOTAMSource)) {
957
+	print $globalNOTAMSource;
958
+}
959
+?>" />
745 960
 				<p class="help-block">If you want to use world NOTAM from FlightAirMap website, leave it blank</p>
746 961
 			</p>
747 962
 			<br />
@@ -757,14 +972,20 @@  discard block
 block discarded – undo
757 972
 			<div id="metarsrc">
758 973
 				<p>
759 974
 					<label for="metarsource">URL of your METAR source</label>
760
-					<input type="text" name="metarsource" id="metarsource" value="<?php if (isset($globalMETARurl)) print $globalMETARurl; ?>" />
975
+					<input type="text" name="metarsource" id="metarsource" value="<?php if (isset($globalMETARurl)) {
976
+	print $globalMETARurl;
977
+}
978
+?>" />
761 979
 					<p class="help-block">Use {icao} to specify where we replace by airport icao. ex : http://metar.vatsim.net/metar.php?id={icao}</p>
762 980
 				</p>
763 981
 			</div>
764 982
 			<br />
765 983
 			<p>
766 984
 				<label for="bitly">Bit.ly access token api (used in search page)</label>
767
-				<input type="text" name="bitly" id="bitly" value="<?php if (isset($globalBitlyAccessToken)) print $globalBitlyAccessToken; ?>" />
985
+				<input type="text" name="bitly" id="bitly" value="<?php if (isset($globalBitlyAccessToken)) {
986
+	print $globalBitlyAccessToken;
987
+}
988
+?>" />
768 989
 			</p>
769 990
 			<br />
770 991
 			<p>
@@ -780,11 +1001,26 @@  discard block
 block discarded – undo
780 1001
 			<p>
781 1002
 				<label for="geoid_source">Geoid Source</label>
782 1003
 				<select name="geoid_source" id="geoid_source">
783
-					<option value="egm96-15"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm96-15') print ' selected="selected"'; ?>>EGM96 15' (2.1MB)</option>
784
-					<option value="egm96-5"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm96-5') print ' selected="selected"'; ?>>EGM96 5' (19MB)</option>
785
-					<option value="egm2008-5"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm2008-5') print ' selected="selected"'; ?>>EGM2008 5' (19MB)</option>
786
-					<option value="egm2008-2_5"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm2008-2_5') print ' selected="selected"'; ?>>EGM2008 2.5' (75MB)</option>
787
-					<option value="egm2008-1"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm2008-1') print ' selected="selected"'; ?>>EGM2008 1' (470MB)</option>
1004
+					<option value="egm96-15"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm96-15') {
1005
+	print ' selected="selected"';
1006
+}
1007
+?>>EGM96 15' (2.1MB)</option>
1008
+					<option value="egm96-5"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm96-5') {
1009
+	print ' selected="selected"';
1010
+}
1011
+?>>EGM96 5' (19MB)</option>
1012
+					<option value="egm2008-5"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm2008-5') {
1013
+	print ' selected="selected"';
1014
+}
1015
+?>>EGM2008 5' (19MB)</option>
1016
+					<option value="egm2008-2_5"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm2008-2_5') {
1017
+	print ' selected="selected"';
1018
+}
1019
+?>>EGM2008 2.5' (75MB)</option>
1020
+					<option value="egm2008-1"<?php if (isset($globalGeoidSource) && $globalGeoidSource == 'egm2008-1') {
1021
+	print ' selected="selected"';
1022
+}
1023
+?>>EGM2008 1' (470MB)</option>
788 1024
 				</select>
789 1025
 				<p class="help-block">The geoid is approximated by an "earth gravity model" (EGM).</p>
790 1026
 			</p>
@@ -802,7 +1038,12 @@  discard block
 block discarded – undo
802 1038
 			</p>
803 1039
 			<p>
804 1040
 				<label for="archivemonths">Generate statistics, delete or put in archive flights older than xx months</label>
805
-				<input type="number" name="archivemonths" id="archivemonths" value="<?php if (isset($globalArchiveMonths)) print $globalArchiveMonths; else echo '1'; ?>" />
1041
+				<input type="number" name="archivemonths" id="archivemonths" value="<?php if (isset($globalArchiveMonths)) {
1042
+	print $globalArchiveMonths;
1043
+} else {
1044
+	echo '1';
1045
+}
1046
+?>" />
806 1047
 				<p class="help-block">0 to disable, delete old flight if <i>Archive all flights data</i> is disabled</p>
807 1048
 			</p>
808 1049
 			<p>
@@ -812,12 +1053,22 @@  discard block
 block discarded – undo
812 1053
 			</p>
813 1054
 			<p>
814 1055
 				<label for="archivekeepmonths">Keep flights data for xx months in archive</label>
815
-				<input type="number" name="archivekeepmonths" id="archivekeepmonths" value="<?php if (isset($globalArchiveKeepMonths)) print $globalArchiveKeepMonths; else echo '1'; ?>" />
1056
+				<input type="number" name="archivekeepmonths" id="archivekeepmonths" value="<?php if (isset($globalArchiveKeepMonths)) {
1057
+	print $globalArchiveKeepMonths;
1058
+} else {
1059
+	echo '1';
1060
+}
1061
+?>" />
816 1062
 				<p class="help-block">0 to disable</p>
817 1063
 			</p>
818 1064
 			<p>
819 1065
 				<label for="archivekeeptrackmonths">Keep flights track data for xx months in archive</label>
820
-				<input type="number" name="archivekeeptrackmonths" id="archivekeeptrackmonths" value="<?php if (isset($globalArchiveKeepTrackMonths)) print $globalArchiveKeepTrackMonths; else echo '1'; ?>" />
1066
+				<input type="number" name="archivekeeptrackmonths" id="archivekeeptrackmonths" value="<?php if (isset($globalArchiveKeepTrackMonths)) {
1067
+	print $globalArchiveKeepTrackMonths;
1068
+} else {
1069
+	echo '1';
1070
+}
1071
+?>" />
821 1072
 				<p class="help-block">0 to disable, should be less or egal to <i>Keep flights data</i> value</p>
822 1073
 			</p>
823 1074
 			<br />
@@ -827,7 +1078,12 @@  discard block
 block discarded – undo
827 1078
 				<p class="help-block">Uncheck if the script is running as cron job</p>
828 1079
 				<div id="cronends"> 
829 1080
 					<label for="cronend">Run script for xx seconds</label>
830
-					<input type="number" name="cronend" id="cronend" value="<?php if (isset($globalCronEnd)) print $globalCronEnd; else print '0'; ?>" />
1081
+					<input type="number" name="cronend" id="cronend" value="<?php if (isset($globalCronEnd)) {
1082
+	print $globalCronEnd;
1083
+} else {
1084
+	print '0';
1085
+}
1086
+?>" />
831 1087
 					<p class="help-block">Set to 0 to disable. Should be disabled if source is URL.</p>
832 1088
 				</div>
833 1089
 			</p>
@@ -880,15 +1136,30 @@  discard block
 block discarded – undo
880 1136
 			<br />
881 1137
 			<p>
882 1138
 				<label for="refresh">Show flights detected since xxx seconds</label>
883
-				<input type="number" name="refresh" id="refresh" value="<?php if (isset($globalLiveInterval)) echo $globalLiveInterval; else echo '200'; ?>" />
1139
+				<input type="number" name="refresh" id="refresh" value="<?php if (isset($globalLiveInterval)) {
1140
+	echo $globalLiveInterval;
1141
+} else {
1142
+	echo '200';
1143
+}
1144
+?>" />
884 1145
 			</p>
885 1146
 			<p>
886 1147
 				<label for="maprefresh">Live map refresh (in seconds)</label>
887
-				<input type="number" name="maprefresh" id="maprefresh" value="<?php if (isset($globalMapRefresh)) echo $globalMapRefresh; else echo '30'; ?>" />
1148
+				<input type="number" name="maprefresh" id="maprefresh" value="<?php if (isset($globalMapRefresh)) {
1149
+	echo $globalMapRefresh;
1150
+} else {
1151
+	echo '30';
1152
+}
1153
+?>" />
888 1154
 			</p>
889 1155
 			<p>
890 1156
 				<label for="mapidle">Map idle timeout (in minutes)</label>
891
-				<input type="number" name="mapidle" id="mapidle" value="<?php if (isset($globalMapIdleTimeout)) echo $globalMapIdleTimeout; else echo '30'; ?>" />
1157
+				<input type="number" name="mapidle" id="mapidle" value="<?php if (isset($globalMapIdleTimeout)) {
1158
+	echo $globalMapIdleTimeout;
1159
+} else {
1160
+	echo '30';
1161
+}
1162
+?>" />
892 1163
 				<p class="help-block">0 to disable</p>
893 1164
 			</p>
894 1165
 			<p>
@@ -903,12 +1174,20 @@  discard block
 block discarded – undo
903 1174
 			<br />
904 1175
 			<p>
905 1176
 				<label for="closestmindist">Distance to airport set as arrival (in km)</label>
906
-				<input type="number" name="closestmindist" id="closestmindist" value="<?php if (isset($globalClosestMinDist)) echo $globalClosestMinDist; else echo '50'; ?>" />
1177
+				<input type="number" name="closestmindist" id="closestmindist" value="<?php if (isset($globalClosestMinDist)) {
1178
+	echo $globalClosestMinDist;
1179
+} else {
1180
+	echo '50';
1181
+}
1182
+?>" />
907 1183
 			</p>
908 1184
 			<br />
909 1185
 			<p>
910 1186
 				<label for="aircraftsize">Size of aircraft icon on map (default to 30px if zoom > 7 else 15px), empty to default</label>
911
-				<input type="number" name="aircraftsize" id="aircraftsize" value="<?php if (isset($globalAircraftSize)) echo $globalAircraftSize;?>" />
1187
+				<input type="number" name="aircraftsize" id="aircraftsize" value="<?php if (isset($globalAircraftSize)) {
1188
+	echo $globalAircraftSize;
1189
+}
1190
+?>" />
912 1191
 			</p>
913 1192
 			<br />
914 1193
 			<p>
@@ -921,7 +1200,12 @@  discard block
 block discarded – undo
921 1200
 			    if (extension_loaded('gd') && function_exists('gd_info')) {
922 1201
 			?>
923 1202
 				<label for="aircrafticoncolor">Color of aircraft icon on map</label>
924
-				<input type="color" name="aircrafticoncolor" id="aircrafticoncolor" value="#<?php if (isset($globalAircraftIconColor)) echo $globalAircraftIconColor; else echo '1a3151'; ?>" />
1203
+				<input type="color" name="aircrafticoncolor" id="aircrafticoncolor" value="#<?php if (isset($globalAircraftIconColor)) {
1204
+	echo $globalAircraftIconColor;
1205
+} else {
1206
+	echo '1a3151';
1207
+}
1208
+?>" />
925 1209
 			<?php
926 1210
 				if (!is_writable('../cache')) {
927 1211
 			?>
@@ -939,14 +1223,27 @@  discard block
 block discarded – undo
939 1223
 			<p>
940 1224
 				<label for="airportzoom">Zoom level minimum to see airports icons</label>
941 1225
 				<div class="range">
942
-					<input type="range" name="airportzoom" id="airportzoom" value="<?php if (isset($globalAirportZoom)) echo $globalAirportZoom; else echo '7'; ?>" />
943
-					<output id="range"><?php if (isset($globalAirportZoom)) echo $globalAirportZoom; else echo '7'; ?></output>
1226
+					<input type="range" name="airportzoom" id="airportzoom" value="<?php if (isset($globalAirportZoom)) {
1227
+	echo $globalAirportZoom;
1228
+} else {
1229
+	echo '7';
1230
+}
1231
+?>" />
1232
+					<output id="range"><?php if (isset($globalAirportZoom)) {
1233
+	echo $globalAirportZoom;
1234
+} else {
1235
+	echo '7';
1236
+}
1237
+?></output>
944 1238
 				</div>
945 1239
 			</p>
946 1240
 			<br />
947 1241
 			<p>
948 1242
 				<label for="customcss">Custom CSS web path</label>
949
-				<input type="text" name="customcss" id="customcss" value="<?php if (isset($globalCustomCSS)) echo $globalCustomCSS; ?>" />
1243
+				<input type="text" name="customcss" id="customcss" value="<?php if (isset($globalCustomCSS)) {
1244
+	echo $globalCustomCSS;
1245
+}
1246
+?>" />
950 1247
 			</p>
951 1248
 		</fieldset>
952 1249
 		<input type="submit" name="submit" value="Create/Update database & write setup" />
@@ -973,8 +1270,12 @@  discard block
 block discarded – undo
973 1270
 	$dbhost = filter_input(INPUT_POST,'dbhost',FILTER_SANITIZE_STRING);
974 1271
 	$dbport = filter_input(INPUT_POST,'dbport',FILTER_SANITIZE_STRING);
975 1272
 
976
-	if ($dbtype == 'mysql' && !extension_loaded('pdo_mysql')) $error .= 'Mysql driver for PDO must be loaded';
977
-	if ($dbtype == 'pgsql' && !extension_loaded('pdo_pgsql')) $error .= 'PosgreSQL driver for PDO must be loaded';
1273
+	if ($dbtype == 'mysql' && !extension_loaded('pdo_mysql')) {
1274
+		$error .= 'Mysql driver for PDO must be loaded';
1275
+	}
1276
+	if ($dbtype == 'pgsql' && !extension_loaded('pdo_pgsql')) {
1277
+		$error .= 'PosgreSQL driver for PDO must be loaded';
1278
+	}
978 1279
 	
979 1280
 	$_SESSION['database_root'] = $dbroot;
980 1281
 	$_SESSION['database_rootpass'] = $dbrootpass;
@@ -1042,15 +1343,23 @@  discard block
 block discarded – undo
1042 1343
 	$source_city = $_POST['source_city'];
1043 1344
 	$source_country = $_POST['source_country'];
1044 1345
 	$source_ref = $_POST['source_ref'];
1045
-	if (isset($source_id)) $source_id = $_POST['source_id'];
1046
-	else $source_id = array();
1346
+	if (isset($source_id)) {
1347
+		$source_id = $_POST['source_id'];
1348
+	} else {
1349
+		$source_id = array();
1350
+	}
1047 1351
 	
1048 1352
 	$sources = array();
1049 1353
 	foreach ($source_name as $keys => $name) {
1050
-	    if (isset($source_id[$keys])) $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'id' => $source_id[$keys],'source' => $source_ref[$keys]);
1051
-	    else $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'source' => $source_ref[$keys]);
1354
+	    if (isset($source_id[$keys])) {
1355
+	    	$sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'id' => $source_id[$keys],'source' => $source_ref[$keys]);
1356
+	    } else {
1357
+	    	$sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'source' => $source_ref[$keys]);
1358
+	    }
1359
+	}
1360
+	if (count($sources) > 0) {
1361
+		$_SESSION['sources'] = $sources;
1052 1362
 	}
1053
-	if (count($sources) > 0) $_SESSION['sources'] = $sources;
1054 1363
 
1055 1364
 	//$sbshost = filter_input(INPUT_POST,'sbshost',FILTER_SANITIZE_STRING);
1056 1365
 	//$sbsport = filter_input(INPUT_POST,'sbsport',FILTER_SANITIZE_NUMBER_INT);
@@ -1071,17 +1380,29 @@  discard block
 block discarded – undo
1071 1380
 	$datasource = filter_input(INPUT_POST,'datasource',FILTER_SANITIZE_STRING);
1072 1381
 
1073 1382
 	$globalaircraft = filter_input(INPUT_POST,'globalaircraft',FILTER_SANITIZE_STRING);
1074
-	if ($globalaircraft == 'aircraft') $settings = array_merge($settings,array('globalAircraft' => 'TRUE'));
1075
-	else $settings = array_merge($settings,array('globalAircraft' => 'FALSE'));
1383
+	if ($globalaircraft == 'aircraft') {
1384
+		$settings = array_merge($settings,array('globalAircraft' => 'TRUE'));
1385
+	} else {
1386
+		$settings = array_merge($settings,array('globalAircraft' => 'FALSE'));
1387
+	}
1076 1388
 	$globaltracker = filter_input(INPUT_POST,'globaltracker',FILTER_SANITIZE_STRING);
1077
-	if ($globaltracker == 'tracker') $settings = array_merge($settings,array('globalTracker' => 'TRUE'));
1078
-	else $settings = array_merge($settings,array('globalTracker' => 'FALSE'));
1389
+	if ($globaltracker == 'tracker') {
1390
+		$settings = array_merge($settings,array('globalTracker' => 'TRUE'));
1391
+	} else {
1392
+		$settings = array_merge($settings,array('globalTracker' => 'FALSE'));
1393
+	}
1079 1394
 	$globalmarine = filter_input(INPUT_POST,'globalmarine',FILTER_SANITIZE_STRING);
1080
-	if ($globalmarine == 'marine') $settings = array_merge($settings,array('globalMarine' => 'TRUE'));
1081
-	else $settings = array_merge($settings,array('globalMarine' => 'FALSE'));
1395
+	if ($globalmarine == 'marine') {
1396
+		$settings = array_merge($settings,array('globalMarine' => 'TRUE'));
1397
+	} else {
1398
+		$settings = array_merge($settings,array('globalMarine' => 'FALSE'));
1399
+	}
1082 1400
 	$globalsatellite = filter_input(INPUT_POST,'globalsatellite',FILTER_SANITIZE_STRING);
1083
-	if ($globalsatellite == 'satellite') $settings = array_merge($settings,array('globalSatellite' => 'TRUE'));
1084
-	else $settings = array_merge($settings,array('globalSatellite' => 'FALSE'));
1401
+	if ($globalsatellite == 'satellite') {
1402
+		$settings = array_merge($settings,array('globalSatellite' => 'TRUE'));
1403
+	} else {
1404
+		$settings = array_merge($settings,array('globalSatellite' => 'FALSE'));
1405
+	}
1085 1406
 
1086 1407
 /*	
1087 1408
 	$globalSBS1Hosts = array();
@@ -1103,23 +1424,37 @@  discard block
 block discarded – undo
1103 1424
 	$name = $_POST['name'];
1104 1425
 	$format = $_POST['format'];
1105 1426
 	$timezones = $_POST['timezones'];
1106
-	if (isset($_POST['sourcestats'])) $sourcestats = $_POST['sourcestats'];
1107
-	else $sourcestats = array();
1108
-	if (isset($_POST['noarchive'])) $noarchive = $_POST['noarchive'];
1109
-	else $noarchive = array();
1427
+	if (isset($_POST['sourcestats'])) {
1428
+		$sourcestats = $_POST['sourcestats'];
1429
+	} else {
1430
+		$sourcestats = array();
1431
+	}
1432
+	if (isset($_POST['noarchive'])) {
1433
+		$noarchive = $_POST['noarchive'];
1434
+	} else {
1435
+		$noarchive = array();
1436
+	}
1110 1437
 	$gSources = array();
1111 1438
 	$forcepilots = false;
1112 1439
 	foreach ($host as $key => $h) {
1113
-		if (isset($sourcestats[$key]) && $sourcestats[$key] == 1) $cov = 'TRUE';
1114
-		else $cov = 'FALSE';
1115
-		if (isset($noarchive[$key]) && $noarchive[$key] == 1) $arch = 'TRUE';
1116
-		else $arch = 'FALSE';
1440
+		if (isset($sourcestats[$key]) && $sourcestats[$key] == 1) {
1441
+			$cov = 'TRUE';
1442
+		} else {
1443
+			$cov = 'FALSE';
1444
+		}
1445
+		if (isset($noarchive[$key]) && $noarchive[$key] == 1) {
1446
+			$arch = 'TRUE';
1447
+		} else {
1448
+			$arch = 'FALSE';
1449
+		}
1117 1450
 		if (strpos($format[$key],'_callback')) {
1118 1451
 			$gSources[] = array('host' => $h, 'pass' => $port[$key],'name' => $name[$key],'format' => $format[$key],'sourcestats' => $cov,'noarchive' => $arch,'timezone' => $timezones[$key],'callback' => 'TRUE');
1119 1452
 		} elseif ($h != '' || $name[$key] != '') {
1120 1453
 			$gSources[] = array('host' => $h, 'port' => $port[$key],'name' => $name[$key],'format' => $format[$key],'sourcestats' => $cov,'noarchive' => $arch,'timezone' => $timezones[$key],'callback' => 'FALSE');
1121 1454
 		}
1122
-		if ($format[$key] == 'airwhere') $forcepilots = true;
1455
+		if ($format[$key] == 'airwhere') {
1456
+			$forcepilots = true;
1457
+		}
1123 1458
 	}
1124 1459
 	$settings = array_merge($settings,array('globalSources' => $gSources));
1125 1460
 
@@ -1150,7 +1485,9 @@  discard block
 block discarded – undo
1150 1485
 	$zoidistance = filter_input(INPUT_POST,'zoidistance',FILTER_SANITIZE_NUMBER_INT);
1151 1486
 	if ($zoilatitude != '' && $zoilongitude != '' && $zoidistance != '') {
1152 1487
 		$settings = array_merge($settings,array('globalDistanceIgnore' => array('latitude' => $zoilatitude,'longitude' => $zoilongitude,'distance' => $zoidistance)));
1153
-	} else $settings = array_merge($settings,array('globalDistanceIgnore' => array()));
1488
+	} else {
1489
+		$settings = array_merge($settings,array('globalDistanceIgnore' => array()));
1490
+	}
1154 1491
 
1155 1492
 	$refresh = filter_input(INPUT_POST,'refresh',FILTER_SANITIZE_NUMBER_INT);
1156 1493
 	$settings = array_merge($settings,array('globalLiveInterval' => $refresh));
@@ -1189,7 +1526,9 @@  discard block
 block discarded – undo
1189 1526
 
1190 1527
 	// Create in settings.php keys not yet configurable if not already here
1191 1528
 	//if (!isset($globalImageBingKey)) $settings = array_merge($settings,array('globalImageBingKey' => ''));
1192
-	if (!isset($globalDebug)) $settings = array_merge($settings,array('globalDebug' => 'TRUE'));
1529
+	if (!isset($globalDebug)) {
1530
+		$settings = array_merge($settings,array('globalDebug' => 'TRUE'));
1531
+	}
1193 1532
 
1194 1533
 	$resetyearstats = filter_input(INPUT_POST,'resetyearstats',FILTER_SANITIZE_STRING);
1195 1534
 	if ($resetyearstats == 'resetyearstats') {
@@ -1226,37 +1565,56 @@  discard block
 block discarded – undo
1226 1565
 	}
1227 1566
 */
1228 1567
 	$settings = array_merge($settings,array('globalFlightAware' => 'FALSE'));
1229
-	if ($globalsbs == 'sbs') $settings = array_merge($settings,array('globalSBS1' => 'TRUE'));
1230
-	else $settings = array_merge($settings,array('globalSBS1' => 'FALSE'));
1231
-	if ($globalaprs == 'aprs') $settings = array_merge($settings,array('globalAPRS' => 'TRUE'));
1232
-	else $settings = array_merge($settings,array('globalAPRS' => 'FALSE'));
1568
+	if ($globalsbs == 'sbs') {
1569
+		$settings = array_merge($settings,array('globalSBS1' => 'TRUE'));
1570
+	} else {
1571
+		$settings = array_merge($settings,array('globalSBS1' => 'FALSE'));
1572
+	}
1573
+	if ($globalaprs == 'aprs') {
1574
+		$settings = array_merge($settings,array('globalAPRS' => 'TRUE'));
1575
+	} else {
1576
+		$settings = array_merge($settings,array('globalAPRS' => 'FALSE'));
1577
+	}
1233 1578
 	$va = false;
1234 1579
 	if ($globalivao == 'ivao') {
1235 1580
 		$settings = array_merge($settings,array('globalIVAO' => 'TRUE'));
1236 1581
 		$va = true;
1237
-	} else $settings = array_merge($settings,array('globalIVAO' => 'FALSE'));
1582
+	} else {
1583
+		$settings = array_merge($settings,array('globalIVAO' => 'FALSE'));
1584
+	}
1238 1585
 	if ($globalvatsim == 'vatsim') {
1239 1586
 		$settings = array_merge($settings,array('globalVATSIM' => 'TRUE'));
1240 1587
 		$va = true;
1241
-	} else $settings = array_merge($settings,array('globalVATSIM' => 'FALSE'));
1588
+	} else {
1589
+		$settings = array_merge($settings,array('globalVATSIM' => 'FALSE'));
1590
+	}
1242 1591
 	if ($globalphpvms == 'phpvms') {
1243 1592
 		$settings = array_merge($settings,array('globalphpVMS' => 'TRUE'));
1244 1593
 		$va = true;
1245
-	} else $settings = array_merge($settings,array('globalphpVMS' => 'FALSE'));
1594
+	} else {
1595
+		$settings = array_merge($settings,array('globalphpVMS' => 'FALSE'));
1596
+	}
1246 1597
 	if ($globalvam == 'vam') {
1247 1598
 		$settings = array_merge($settings,array('globalVAM' => 'TRUE'));
1248 1599
 		$va = true;
1249
-	} else $settings = array_merge($settings,array('globalVAM' => 'FALSE'));
1600
+	} else {
1601
+		$settings = array_merge($settings,array('globalVAM' => 'FALSE'));
1602
+	}
1250 1603
 	if ($va) {
1251 1604
 		$settings = array_merge($settings,array('globalSchedulesFetch' => 'FALSE','globalTranslationFetch' => 'FALSE'));
1252
-	} else $settings = array_merge($settings,array('globalSchedulesFetch' => 'TRUE','globalTranslationFetch' => 'TRUE'));
1605
+	} else {
1606
+		$settings = array_merge($settings,array('globalSchedulesFetch' => 'TRUE','globalTranslationFetch' => 'TRUE'));
1607
+	}
1253 1608
 	if ($globalva == 'va' || $va) {
1254 1609
 		$settings = array_merge($settings,array('globalVA' => 'TRUE'));
1255 1610
 		$settings = array_merge($settings,array('globalUsePilot' => 'TRUE','globalUseOwner' => 'FALSE'));
1256 1611
 	} else {
1257 1612
 		$settings = array_merge($settings,array('globalVA' => 'FALSE'));
1258
-		if ($forcepilots) $settings = array_merge($settings,array('globalUsePilot' => 'TRUE','globalUseOwner' => 'FALSE'));
1259
-		else $settings = array_merge($settings,array('globalUsePilot' => 'FALSE','globalUseOwner' => 'TRUE'));
1613
+		if ($forcepilots) {
1614
+			$settings = array_merge($settings,array('globalUsePilot' => 'TRUE','globalUseOwner' => 'FALSE'));
1615
+		} else {
1616
+			$settings = array_merge($settings,array('globalUsePilot' => 'FALSE','globalUseOwner' => 'TRUE'));
1617
+		}
1260 1618
 	}
1261 1619
 	
1262 1620
 	
@@ -1432,7 +1790,9 @@  discard block
 block discarded – undo
1432 1790
 		$settings = array_merge($settings,array('globalNoAirlines' => 'FALSE'));
1433 1791
 	}
1434 1792
 
1435
-	if (!isset($globalTransaction)) $settings = array_merge($settings,array('globalTransaction' => 'TRUE'));
1793
+	if (!isset($globalTransaction)) {
1794
+		$settings = array_merge($settings,array('globalTransaction' => 'TRUE'));
1795
+	}
1436 1796
 
1437 1797
 	// Set some defaults values...
1438 1798
 	if (!isset($globalAircraftImageSources)) {
@@ -1447,15 +1807,23 @@  discard block
 block discarded – undo
1447 1807
 
1448 1808
 	$settings = array_merge($settings,array('globalInstalled' => 'TRUE'));
1449 1809
 
1450
-	if ($error == '') settings::modify_settings($settings);
1451
-	if ($error == '') settings::comment_settings($settings_comment);
1810
+	if ($error == '') {
1811
+		settings::modify_settings($settings);
1812
+	}
1813
+	if ($error == '') {
1814
+		settings::comment_settings($settings_comment);
1815
+	}
1452 1816
 	if ($error != '') {
1453 1817
 		print '<div class="info column">'.$error.'</div>';
1454 1818
 		require('../footer.php');
1455 1819
 		exit;
1456 1820
 	} else {
1457
-		if (isset($_POST['waypoints']) && $_POST['waypoints'] == 'waypoints') $_SESSION['waypoints'] = 1;
1458
-		if (isset($_POST['owner']) && $_POST['owner'] == 'owner') $_SESSION['owner'] = 1;
1821
+		if (isset($_POST['waypoints']) && $_POST['waypoints'] == 'waypoints') {
1822
+			$_SESSION['waypoints'] = 1;
1823
+		}
1824
+		if (isset($_POST['owner']) && $_POST['owner'] == 'owner') {
1825
+			$_SESSION['owner'] = 1;
1826
+		}
1459 1827
 		if (isset($_POST['createdb'])) {
1460 1828
 			$_SESSION['install'] = 'database_create';
1461 1829
 		} else {
@@ -1492,10 +1860,18 @@  discard block
 block discarded – undo
1492 1860
 	$popw = false;
1493 1861
 	foreach ($_SESSION['done'] as $done) {
1494 1862
 	    print '<li>'.$done.'....<strong>SUCCESS</strong></li>';
1495
-	    if ($done == 'Create database') $pop = true;
1496
-	    if ($_SESSION['install'] == 'database_create') $pop = true;
1497
-	    if ($_SESSION['install'] == 'database_import') $popi = true;
1498
-	    if ($_SESSION['install'] == 'waypoints') $popw = true;
1863
+	    if ($done == 'Create database') {
1864
+	    	$pop = true;
1865
+	    }
1866
+	    if ($_SESSION['install'] == 'database_create') {
1867
+	    	$pop = true;
1868
+	    }
1869
+	    if ($_SESSION['install'] == 'database_import') {
1870
+	    	$popi = true;
1871
+	    }
1872
+	    if ($_SESSION['install'] == 'waypoints') {
1873
+	    	$popw = true;
1874
+	    }
1499 1875
 	}
1500 1876
 	if ($pop) {
1501 1877
 	    sleep(5);
@@ -1506,7 +1882,9 @@  discard block
 block discarded – undo
1506 1882
 	} else if ($popw) {
1507 1883
 	    sleep(5);
1508 1884
 	    print '<li>Populate waypoints database....<img src="../images/loading.gif" /></li>';
1509
-	} else print '<li>Update schema if needed....<img src="../images/loading.gif" /></li>';
1885
+	} else {
1886
+		print '<li>Update schema if needed....<img src="../images/loading.gif" /></li>';
1887
+	}
1510 1888
 	print '</div></ul>';
1511 1889
 	print '<div id="error"></div>';
1512 1890
 /*	foreach ($_SESSION['done'] as $done) {
Please login to merge, or discard this patch.
Spacing   +251 added lines, -251 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
 require_once(dirname(__FILE__).'/class.create_db.php');
23 23
 require_once(dirname(__FILE__).'/class.update_schema.php');
24 24
 require_once(dirname(__FILE__).'/class.settings.php');
25
-$title="Install";
25
+$title = "Install";
26 26
 require(dirname(__FILE__).'/../require/settings.php');
27 27
 require_once(dirname(__FILE__).'/../require/class.Common.php');
28 28
 require(dirname(__FILE__).'/header.php');
@@ -92,8 +92,8 @@  discard block
 block discarded – undo
92 92
 	if (!extension_loaded('curl')) {
93 93
 		$error[] = "Curl is not loaded.";
94 94
 	}
95
-	if(function_exists('apache_get_modules') ){
96
-		if(!in_array('mod_rewrite',apache_get_modules())) {
95
+	if (function_exists('apache_get_modules')) {
96
+		if (!in_array('mod_rewrite', apache_get_modules())) {
97 97
 			$error[] = "mod_rewrite is not available.";
98 98
 		}
99 99
 	/*
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
 	print '<div class="info column"><p><strong>If you use MySQL or MariaDB, check that <i>max_allowed_packet</i> >= 8M, else import of some table can fail.</strong></p></div>';
110 110
 	if (isset($_SERVER['REQUEST_SCHEME']) && isset($_SERVER['SERVER_NAME']) && isset($_SERVER['SERVER_PORT']) && isset($_SERVER['REQUEST_URI'])) {
111 111
 		if (function_exists('get_headers')) {
112
-			$check_header = @get_headers($_SERVER['REQUEST_SCHEME'].'://'.$_SERVER["SERVER_NAME"].':'.$_SERVER["SERVER_PORT"].str_replace('install/','search',str_replace('index.php',$_SERVER["REQUEST_URI"])));
113
-			if (isset($check_header[0]) && !stripos($check_header[0],"200 OK")) {
112
+			$check_header = @get_headers($_SERVER['REQUEST_SCHEME'].'://'.$_SERVER["SERVER_NAME"].':'.$_SERVER["SERVER_PORT"].str_replace('install/', 'search', str_replace('index.php', $_SERVER["REQUEST_URI"])));
113
+			if (isset($check_header[0]) && !stripos($check_header[0], "200 OK")) {
114 114
 				print '<div class="info column"><p><strong>Check your configuration, rewrite don\'t seems to work.</strong></p></div>';
115 115
 			}
116 116
 		}
@@ -481,13 +481,13 @@  discard block
 block discarded – undo
481 481
 ?>
482 482
 							<tr>
483 483
 								<?php
484
-								    if (filter_var($source['host'],FILTER_VALIDATE_URL)) {
484
+								    if (filter_var($source['host'], FILTER_VALIDATE_URL)) {
485 485
 								?>
486 486
 								<td><input type="text" name="host[]" id="host" value="<?php print $source['host']; ?>" /></td>
487 487
 								<td><input type="text" name="port[]" class="col-xs-2" id="port" value="<?php if (isset($source['port'])) print $source['port']; ?>" /></td>
488 488
 								<?php
489 489
 								    } else {
490
-									$hostport = explode(':',$source['host']);
490
+									$hostport = explode(':', $source['host']);
491 491
 									if (isset($hostport[1])) {
492 492
 										$host = $hostport[0];
493 493
 										$port = $hostport[1];
@@ -534,7 +534,7 @@  discard block
 block discarded – undo
534 534
 									<select name="timezones[]" id="timezones">
535 535
 								<?php
536 536
 									$timezonelist = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
537
-									foreach($timezonelist as $timezones){
537
+									foreach ($timezonelist as $timezones) {
538 538
 										if (isset($source['timezone']) && $source['timezone'] == $timezones) {
539 539
 											print '<option selected>'.$timezones.'</option>';
540 540
 										} elseif (!isset($source['timezone']) && $timezones == 'UTC') {
@@ -586,7 +586,7 @@  discard block
 block discarded – undo
586 586
 									<select name="timezones[]" id="timezones">
587 587
 								<?php
588 588
 									$timezonelist = DateTimeZone::listIdentifiers(DateTimeZone::ALL);
589
-									foreach($timezonelist as $timezones){
589
+									foreach ($timezonelist as $timezones) {
590 590
 										if ($timezones == 'UTC') {
591 591
 											print '<option selected>'.$timezones.'</option>';
592 592
 										} else print '<option>'.$timezones.'</option>';
@@ -912,7 +912,7 @@  discard block
 block discarded – undo
912 912
 			<br />
913 913
 			<p>
914 914
 				<label for="aircraftsize">Size of aircraft icon on map (default to 30px if zoom > 7 else 15px), empty to default</label>
915
-				<input type="number" name="aircraftsize" id="aircraftsize" value="<?php if (isset($globalAircraftSize)) echo $globalAircraftSize;?>" />
915
+				<input type="number" name="aircraftsize" id="aircraftsize" value="<?php if (isset($globalAircraftSize)) echo $globalAircraftSize; ?>" />
916 916
 			</p>
917 917
 			<br />
918 918
 			<p>
@@ -968,14 +968,14 @@  discard block
 block discarded – undo
968 968
 $error = '';
969 969
 
970 970
 if (isset($_POST['dbtype'])) {
971
-	$dbtype = filter_input(INPUT_POST,'dbtype',FILTER_SANITIZE_STRING);
972
-	$dbroot = filter_input(INPUT_POST,'dbroot',FILTER_SANITIZE_STRING);
973
-	$dbrootpass = filter_input(INPUT_POST,'dbrootpass',FILTER_SANITIZE_STRING);
974
-	$dbname = filter_input(INPUT_POST,'dbname',FILTER_SANITIZE_STRING);
975
-	$dbuser = filter_input(INPUT_POST,'dbuser',FILTER_SANITIZE_STRING);
976
-	$dbuserpass = filter_input(INPUT_POST,'dbuserpass',FILTER_SANITIZE_STRING);
977
-	$dbhost = filter_input(INPUT_POST,'dbhost',FILTER_SANITIZE_STRING);
978
-	$dbport = filter_input(INPUT_POST,'dbport',FILTER_SANITIZE_STRING);
971
+	$dbtype = filter_input(INPUT_POST, 'dbtype', FILTER_SANITIZE_STRING);
972
+	$dbroot = filter_input(INPUT_POST, 'dbroot', FILTER_SANITIZE_STRING);
973
+	$dbrootpass = filter_input(INPUT_POST, 'dbrootpass', FILTER_SANITIZE_STRING);
974
+	$dbname = filter_input(INPUT_POST, 'dbname', FILTER_SANITIZE_STRING);
975
+	$dbuser = filter_input(INPUT_POST, 'dbuser', FILTER_SANITIZE_STRING);
976
+	$dbuserpass = filter_input(INPUT_POST, 'dbuserpass', FILTER_SANITIZE_STRING);
977
+	$dbhost = filter_input(INPUT_POST, 'dbhost', FILTER_SANITIZE_STRING);
978
+	$dbport = filter_input(INPUT_POST, 'dbport', FILTER_SANITIZE_STRING);
979 979
 
980 980
 	if ($dbtype == 'mysql' && !extension_loaded('pdo_mysql')) $error .= 'Mysql driver for PDO must be loaded';
981 981
 	if ($dbtype == 'pgsql' && !extension_loaded('pdo_pgsql')) $error .= 'PosgreSQL driver for PDO must be loaded';
@@ -995,49 +995,49 @@  discard block
 block discarded – undo
995 995
 	} else $settings = array_merge($settings,array('globalDBdriver' => $dbtype,'globalDBhost' => $dbhost,'globalDBuser' => $dbuser,'globalDBport' => $dbport,'globalDBpass' => $dbuserpass,'globalDBname' => $dbname));
996 996
 	*/
997 997
 	
998
-	$settings = array_merge($settings,array('globalDBdriver' => $dbtype,'globalDBhost' => $dbhost,'globalDBuser' => $dbuser,'globalDBport' => $dbport,'globalDBpass' => $dbuserpass,'globalDBname' => $dbname));
998
+	$settings = array_merge($settings, array('globalDBdriver' => $dbtype, 'globalDBhost' => $dbhost, 'globalDBuser' => $dbuser, 'globalDBport' => $dbport, 'globalDBpass' => $dbuserpass, 'globalDBname' => $dbname));
999 999
 
1000
-	$sitename = filter_input(INPUT_POST,'sitename',FILTER_SANITIZE_STRING);
1001
-	$siteurl = filter_input(INPUT_POST,'siteurl',FILTER_SANITIZE_STRING);
1002
-	$timezone = filter_input(INPUT_POST,'timezone',FILTER_SANITIZE_STRING);
1003
-	$language = filter_input(INPUT_POST,'language',FILTER_SANITIZE_STRING);
1004
-	$settings = array_merge($settings,array('globalName' => $sitename,'globalURL' => $siteurl, 'globalTimezone' => $timezone,'globalLanguage' => $language));
1000
+	$sitename = filter_input(INPUT_POST, 'sitename', FILTER_SANITIZE_STRING);
1001
+	$siteurl = filter_input(INPUT_POST, 'siteurl', FILTER_SANITIZE_STRING);
1002
+	$timezone = filter_input(INPUT_POST, 'timezone', FILTER_SANITIZE_STRING);
1003
+	$language = filter_input(INPUT_POST, 'language', FILTER_SANITIZE_STRING);
1004
+	$settings = array_merge($settings, array('globalName' => $sitename, 'globalURL' => $siteurl, 'globalTimezone' => $timezone, 'globalLanguage' => $language));
1005 1005
 
1006
-	$mapprovider = filter_input(INPUT_POST,'mapprovider',FILTER_SANITIZE_STRING);
1007
-	$mapboxid = filter_input(INPUT_POST,'mapboxid',FILTER_SANITIZE_STRING);
1008
-	$mapboxtoken = filter_input(INPUT_POST,'mapboxtoken',FILTER_SANITIZE_STRING);
1009
-	$googlekey = filter_input(INPUT_POST,'googlekey',FILTER_SANITIZE_STRING);
1010
-	$bingkey = filter_input(INPUT_POST,'bingkey',FILTER_SANITIZE_STRING);
1011
-	$openweathermapkey = filter_input(INPUT_POST,'openweathermapkey',FILTER_SANITIZE_STRING);
1012
-	$mapquestkey = filter_input(INPUT_POST,'mapquestkey',FILTER_SANITIZE_STRING);
1013
-	$hereappid = filter_input(INPUT_POST,'hereappid',FILTER_SANITIZE_STRING);
1014
-	$hereappcode = filter_input(INPUT_POST,'hereappcode',FILTER_SANITIZE_STRING);
1015
-	$settings = array_merge($settings,array('globalMapProvider' => $mapprovider,'globalMapboxId' => $mapboxid,'globalMapboxToken' => $mapboxtoken,'globalGoogleAPIKey' => $googlekey,'globalBingMapKey' => $bingkey,'globalHereappID' => $hereappid,'globalHereappCode' => $hereappcode,'globalMapQuestKey' => $mapquestkey,'globalOpenWeatherMapKey' => $openweathermapkey));
1006
+	$mapprovider = filter_input(INPUT_POST, 'mapprovider', FILTER_SANITIZE_STRING);
1007
+	$mapboxid = filter_input(INPUT_POST, 'mapboxid', FILTER_SANITIZE_STRING);
1008
+	$mapboxtoken = filter_input(INPUT_POST, 'mapboxtoken', FILTER_SANITIZE_STRING);
1009
+	$googlekey = filter_input(INPUT_POST, 'googlekey', FILTER_SANITIZE_STRING);
1010
+	$bingkey = filter_input(INPUT_POST, 'bingkey', FILTER_SANITIZE_STRING);
1011
+	$openweathermapkey = filter_input(INPUT_POST, 'openweathermapkey', FILTER_SANITIZE_STRING);
1012
+	$mapquestkey = filter_input(INPUT_POST, 'mapquestkey', FILTER_SANITIZE_STRING);
1013
+	$hereappid = filter_input(INPUT_POST, 'hereappid', FILTER_SANITIZE_STRING);
1014
+	$hereappcode = filter_input(INPUT_POST, 'hereappcode', FILTER_SANITIZE_STRING);
1015
+	$settings = array_merge($settings, array('globalMapProvider' => $mapprovider, 'globalMapboxId' => $mapboxid, 'globalMapboxToken' => $mapboxtoken, 'globalGoogleAPIKey' => $googlekey, 'globalBingMapKey' => $bingkey, 'globalHereappID' => $hereappid, 'globalHereappCode' => $hereappcode, 'globalMapQuestKey' => $mapquestkey, 'globalOpenWeatherMapKey' => $openweathermapkey));
1016 1016
 	
1017
-	$latitudemax = filter_input(INPUT_POST,'latitudemax',FILTER_SANITIZE_STRING);
1018
-	$latitudemin = filter_input(INPUT_POST,'latitudemin',FILTER_SANITIZE_STRING);
1019
-	$longitudemax = filter_input(INPUT_POST,'longitudemax',FILTER_SANITIZE_STRING);
1020
-	$longitudemin = filter_input(INPUT_POST,'longitudemin',FILTER_SANITIZE_STRING);
1021
-	$livezoom = filter_input(INPUT_POST,'livezoom',FILTER_SANITIZE_NUMBER_INT);
1022
-	$settings = array_merge($settings,array('globalLatitudeMax' => $latitudemax,'globalLatitudeMin' => $latitudemin,'globalLongitudeMax' => $longitudemax,'globalLongitudeMin' => $longitudemin,'globalLiveZoom' => $livezoom));
1017
+	$latitudemax = filter_input(INPUT_POST, 'latitudemax', FILTER_SANITIZE_STRING);
1018
+	$latitudemin = filter_input(INPUT_POST, 'latitudemin', FILTER_SANITIZE_STRING);
1019
+	$longitudemax = filter_input(INPUT_POST, 'longitudemax', FILTER_SANITIZE_STRING);
1020
+	$longitudemin = filter_input(INPUT_POST, 'longitudemin', FILTER_SANITIZE_STRING);
1021
+	$livezoom = filter_input(INPUT_POST, 'livezoom', FILTER_SANITIZE_NUMBER_INT);
1022
+	$settings = array_merge($settings, array('globalLatitudeMax' => $latitudemax, 'globalLatitudeMin' => $latitudemin, 'globalLongitudeMax' => $longitudemax, 'globalLongitudeMin' => $longitudemin, 'globalLiveZoom' => $livezoom));
1023 1023
 
1024
-	$squawk_country = filter_input(INPUT_POST,'squawk_country',FILTER_SANITIZE_STRING);
1025
-	$settings = array_merge($settings,array('globalSquawkCountry' => $squawk_country));
1024
+	$squawk_country = filter_input(INPUT_POST, 'squawk_country', FILTER_SANITIZE_STRING);
1025
+	$settings = array_merge($settings, array('globalSquawkCountry' => $squawk_country));
1026 1026
 
1027
-	$latitudecenter = filter_input(INPUT_POST,'latitudecenter',FILTER_SANITIZE_STRING);
1028
-	$longitudecenter = filter_input(INPUT_POST,'longitudecenter',FILTER_SANITIZE_STRING);
1029
-	$settings = array_merge($settings,array('globalCenterLatitude' => $latitudecenter,'globalCenterLongitude' => $longitudecenter));
1027
+	$latitudecenter = filter_input(INPUT_POST, 'latitudecenter', FILTER_SANITIZE_STRING);
1028
+	$longitudecenter = filter_input(INPUT_POST, 'longitudecenter', FILTER_SANITIZE_STRING);
1029
+	$settings = array_merge($settings, array('globalCenterLatitude' => $latitudecenter, 'globalCenterLongitude' => $longitudecenter));
1030 1030
 
1031
-	$acars = filter_input(INPUT_POST,'acars',FILTER_SANITIZE_STRING);
1031
+	$acars = filter_input(INPUT_POST, 'acars', FILTER_SANITIZE_STRING);
1032 1032
 	if ($acars == 'acars') {
1033
-		$settings = array_merge($settings,array('globalACARS' => 'TRUE'));
1033
+		$settings = array_merge($settings, array('globalACARS' => 'TRUE'));
1034 1034
 	} else {
1035
-		$settings = array_merge($settings,array('globalACARS' => 'FALSE'));
1035
+		$settings = array_merge($settings, array('globalACARS' => 'FALSE'));
1036 1036
 	}
1037 1037
 
1038
-	$flightawareusername = filter_input(INPUT_POST,'flightawareusername',FILTER_SANITIZE_STRING);
1039
-	$flightawarepassword = filter_input(INPUT_POST,'flightawarepassword',FILTER_SANITIZE_STRING);
1040
-	$settings = array_merge($settings,array('globalFlightAwareUsername' => $flightawareusername,'globalFlightAwarePassword' => $flightawarepassword));
1038
+	$flightawareusername = filter_input(INPUT_POST, 'flightawareusername', FILTER_SANITIZE_STRING);
1039
+	$flightawarepassword = filter_input(INPUT_POST, 'flightawarepassword', FILTER_SANITIZE_STRING);
1040
+	$settings = array_merge($settings, array('globalFlightAwareUsername' => $flightawareusername, 'globalFlightAwarePassword' => $flightawarepassword));
1041 1041
 	
1042 1042
 	$source_name = $_POST['source_name'];
1043 1043
 	$source_latitude = $_POST['source_latitude'];
@@ -1051,8 +1051,8 @@  discard block
 block discarded – undo
1051 1051
 	
1052 1052
 	$sources = array();
1053 1053
 	foreach ($source_name as $keys => $name) {
1054
-	    if (isset($source_id[$keys])) $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'id' => $source_id[$keys],'source' => $source_ref[$keys]);
1055
-	    else $sources[] = array('name' => $name,'latitude' => $source_latitude[$keys],'longitude' => $source_longitude[$keys],'altitude' => $source_altitude[$keys],'city' => $source_city[$keys],'country' => $source_country[$keys],'source' => $source_ref[$keys]);
1054
+	    if (isset($source_id[$keys])) $sources[] = array('name' => $name, 'latitude' => $source_latitude[$keys], 'longitude' => $source_longitude[$keys], 'altitude' => $source_altitude[$keys], 'city' => $source_city[$keys], 'country' => $source_country[$keys], 'id' => $source_id[$keys], 'source' => $source_ref[$keys]);
1055
+	    else $sources[] = array('name' => $name, 'latitude' => $source_latitude[$keys], 'longitude' => $source_longitude[$keys], 'altitude' => $source_altitude[$keys], 'city' => $source_city[$keys], 'country' => $source_country[$keys], 'source' => $source_ref[$keys]);
1056 1056
 	}
1057 1057
 	if (count($sources) > 0) $_SESSION['sources'] = $sources;
1058 1058
 
@@ -1065,27 +1065,27 @@  discard block
 block discarded – undo
1065 1065
 	$sbsurl = $_POST['sbsurl'];
1066 1066
 	*/
1067 1067
 
1068
-	$globalvatsim = filter_input(INPUT_POST,'globalvatsim',FILTER_SANITIZE_STRING);
1069
-	$globalva = filter_input(INPUT_POST,'globalva',FILTER_SANITIZE_STRING);
1070
-	$globalivao = filter_input(INPUT_POST,'globalivao',FILTER_SANITIZE_STRING);
1071
-	$globalphpvms = filter_input(INPUT_POST,'globalphpvms',FILTER_SANITIZE_STRING);
1072
-	$globalvam = filter_input(INPUT_POST,'globalvam',FILTER_SANITIZE_STRING);
1073
-	$globalsbs = filter_input(INPUT_POST,'globalsbs',FILTER_SANITIZE_STRING);
1074
-	$globalaprs = filter_input(INPUT_POST,'globalaprs',FILTER_SANITIZE_STRING);
1075
-	$datasource = filter_input(INPUT_POST,'datasource',FILTER_SANITIZE_STRING);
1068
+	$globalvatsim = filter_input(INPUT_POST, 'globalvatsim', FILTER_SANITIZE_STRING);
1069
+	$globalva = filter_input(INPUT_POST, 'globalva', FILTER_SANITIZE_STRING);
1070
+	$globalivao = filter_input(INPUT_POST, 'globalivao', FILTER_SANITIZE_STRING);
1071
+	$globalphpvms = filter_input(INPUT_POST, 'globalphpvms', FILTER_SANITIZE_STRING);
1072
+	$globalvam = filter_input(INPUT_POST, 'globalvam', FILTER_SANITIZE_STRING);
1073
+	$globalsbs = filter_input(INPUT_POST, 'globalsbs', FILTER_SANITIZE_STRING);
1074
+	$globalaprs = filter_input(INPUT_POST, 'globalaprs', FILTER_SANITIZE_STRING);
1075
+	$datasource = filter_input(INPUT_POST, 'datasource', FILTER_SANITIZE_STRING);
1076 1076
 
1077
-	$globalaircraft = filter_input(INPUT_POST,'globalaircraft',FILTER_SANITIZE_STRING);
1078
-	if ($globalaircraft == 'aircraft') $settings = array_merge($settings,array('globalAircraft' => 'TRUE'));
1079
-	else $settings = array_merge($settings,array('globalAircraft' => 'FALSE'));
1080
-	$globaltracker = filter_input(INPUT_POST,'globaltracker',FILTER_SANITIZE_STRING);
1081
-	if ($globaltracker == 'tracker') $settings = array_merge($settings,array('globalTracker' => 'TRUE'));
1082
-	else $settings = array_merge($settings,array('globalTracker' => 'FALSE'));
1083
-	$globalmarine = filter_input(INPUT_POST,'globalmarine',FILTER_SANITIZE_STRING);
1084
-	if ($globalmarine == 'marine') $settings = array_merge($settings,array('globalMarine' => 'TRUE'));
1085
-	else $settings = array_merge($settings,array('globalMarine' => 'FALSE'));
1086
-	$globalsatellite = filter_input(INPUT_POST,'globalsatellite',FILTER_SANITIZE_STRING);
1087
-	if ($globalsatellite == 'satellite') $settings = array_merge($settings,array('globalSatellite' => 'TRUE'));
1088
-	else $settings = array_merge($settings,array('globalSatellite' => 'FALSE'));
1077
+	$globalaircraft = filter_input(INPUT_POST, 'globalaircraft', FILTER_SANITIZE_STRING);
1078
+	if ($globalaircraft == 'aircraft') $settings = array_merge($settings, array('globalAircraft' => 'TRUE'));
1079
+	else $settings = array_merge($settings, array('globalAircraft' => 'FALSE'));
1080
+	$globaltracker = filter_input(INPUT_POST, 'globaltracker', FILTER_SANITIZE_STRING);
1081
+	if ($globaltracker == 'tracker') $settings = array_merge($settings, array('globalTracker' => 'TRUE'));
1082
+	else $settings = array_merge($settings, array('globalTracker' => 'FALSE'));
1083
+	$globalmarine = filter_input(INPUT_POST, 'globalmarine', FILTER_SANITIZE_STRING);
1084
+	if ($globalmarine == 'marine') $settings = array_merge($settings, array('globalMarine' => 'TRUE'));
1085
+	else $settings = array_merge($settings, array('globalMarine' => 'FALSE'));
1086
+	$globalsatellite = filter_input(INPUT_POST, 'globalsatellite', FILTER_SANITIZE_STRING);
1087
+	if ($globalsatellite == 'satellite') $settings = array_merge($settings, array('globalSatellite' => 'TRUE'));
1088
+	else $settings = array_merge($settings, array('globalSatellite' => 'FALSE'));
1089 1089
 
1090 1090
 /*	
1091 1091
 	$globalSBS1Hosts = array();
@@ -1101,7 +1101,7 @@  discard block
 block discarded – undo
1101 1101
 	}
1102 1102
 	$settings = array_merge($settings,array('globalSBS1Hosts' => $globalSBS1Hosts));
1103 1103
 */
1104
-	$settings_comment = array_merge($settings_comment,array('globalSBS1Hosts'));
1104
+	$settings_comment = array_merge($settings_comment, array('globalSBS1Hosts'));
1105 1105
 	$host = $_POST['host'];
1106 1106
 	$port = $_POST['port'];
1107 1107
 	$name = $_POST['name'];
@@ -1118,113 +1118,113 @@  discard block
 block discarded – undo
1118 1118
 		else $cov = 'FALSE';
1119 1119
 		if (isset($noarchive[$key]) && $noarchive[$key] == 1) $arch = 'TRUE';
1120 1120
 		else $arch = 'FALSE';
1121
-		if (strpos($format[$key],'_callback')) {
1122
-			$gSources[] = array('host' => $h, 'pass' => $port[$key],'name' => $name[$key],'format' => $format[$key],'sourcestats' => $cov,'noarchive' => $arch,'timezone' => $timezones[$key],'callback' => 'TRUE');
1121
+		if (strpos($format[$key], '_callback')) {
1122
+			$gSources[] = array('host' => $h, 'pass' => $port[$key], 'name' => $name[$key], 'format' => $format[$key], 'sourcestats' => $cov, 'noarchive' => $arch, 'timezone' => $timezones[$key], 'callback' => 'TRUE');
1123 1123
 		} elseif ($h != '' || $name[$key] != '') {
1124
-			$gSources[] = array('host' => $h, 'port' => $port[$key],'name' => $name[$key],'format' => $format[$key],'sourcestats' => $cov,'noarchive' => $arch,'timezone' => $timezones[$key],'callback' => 'FALSE');
1124
+			$gSources[] = array('host' => $h, 'port' => $port[$key], 'name' => $name[$key], 'format' => $format[$key], 'sourcestats' => $cov, 'noarchive' => $arch, 'timezone' => $timezones[$key], 'callback' => 'FALSE');
1125 1125
 		}
1126 1126
 		if ($format[$key] == 'airwhere') $forcepilots = true;
1127 1127
 	}
1128
-	$settings = array_merge($settings,array('globalSources' => $gSources));
1128
+	$settings = array_merge($settings, array('globalSources' => $gSources));
1129 1129
 
1130 1130
 /*
1131 1131
 	$sbstimeout = filter_input(INPUT_POST,'sbstimeout',FILTER_SANITIZE_NUMBER_INT);
1132 1132
 	$settings = array_merge($settings,array('globalSourcesTimeOut' => $sbstimeout));
1133 1133
 */
1134
-	$acarshost = filter_input(INPUT_POST,'acarshost',FILTER_SANITIZE_STRING);
1135
-	$acarsport = filter_input(INPUT_POST,'acarsport',FILTER_SANITIZE_NUMBER_INT);
1136
-	$settings = array_merge($settings,array('globalACARSHost' => $acarshost,'globalACARSPort' => $acarsport));
1134
+	$acarshost = filter_input(INPUT_POST, 'acarshost', FILTER_SANITIZE_STRING);
1135
+	$acarsport = filter_input(INPUT_POST, 'acarsport', FILTER_SANITIZE_NUMBER_INT);
1136
+	$settings = array_merge($settings, array('globalACARSHost' => $acarshost, 'globalACARSPort' => $acarsport));
1137 1137
 
1138
-	$bitly = filter_input(INPUT_POST,'bitly',FILTER_SANITIZE_STRING);
1139
-	$settings = array_merge($settings,array('globalBitlyAccessToken' => $bitly));
1138
+	$bitly = filter_input(INPUT_POST, 'bitly', FILTER_SANITIZE_STRING);
1139
+	$settings = array_merge($settings, array('globalBitlyAccessToken' => $bitly));
1140 1140
 
1141
-	$customcss = filter_input(INPUT_POST,'customcss',FILTER_SANITIZE_STRING);
1142
-	$settings = array_merge($settings,array('globalCustomCSS' => $customcss));
1141
+	$customcss = filter_input(INPUT_POST, 'customcss', FILTER_SANITIZE_STRING);
1142
+	$settings = array_merge($settings, array('globalCustomCSS' => $customcss));
1143 1143
 
1144
-	$map3dtile = filter_input(INPUT_POST,'map3dtileset',FILTER_SANITIZE_STRING);
1145
-	$settings = array_merge($settings,array('globalMap3DTiles' => $map3dtile));
1144
+	$map3dtile = filter_input(INPUT_POST, 'map3dtileset', FILTER_SANITIZE_STRING);
1145
+	$settings = array_merge($settings, array('globalMap3DTiles' => $map3dtile));
1146 1146
 
1147
-	$notamsource = filter_input(INPUT_POST,'notamsource',FILTER_SANITIZE_STRING);
1148
-	$settings = array_merge($settings,array('globalNOTAMSource' => $notamsource));
1149
-	$metarsource = filter_input(INPUT_POST,'metarsource',FILTER_SANITIZE_STRING);
1150
-	$settings = array_merge($settings,array('globalMETARurl' => $metarsource));
1147
+	$notamsource = filter_input(INPUT_POST, 'notamsource', FILTER_SANITIZE_STRING);
1148
+	$settings = array_merge($settings, array('globalNOTAMSource' => $notamsource));
1149
+	$metarsource = filter_input(INPUT_POST, 'metarsource', FILTER_SANITIZE_STRING);
1150
+	$settings = array_merge($settings, array('globalMETARurl' => $metarsource));
1151 1151
 
1152
-	$zoilatitude = filter_input(INPUT_POST,'zoilatitude',FILTER_SANITIZE_STRING);
1153
-	$zoilongitude = filter_input(INPUT_POST,'zoilongitude',FILTER_SANITIZE_STRING);
1154
-	$zoidistance = filter_input(INPUT_POST,'zoidistance',FILTER_SANITIZE_NUMBER_INT);
1152
+	$zoilatitude = filter_input(INPUT_POST, 'zoilatitude', FILTER_SANITIZE_STRING);
1153
+	$zoilongitude = filter_input(INPUT_POST, 'zoilongitude', FILTER_SANITIZE_STRING);
1154
+	$zoidistance = filter_input(INPUT_POST, 'zoidistance', FILTER_SANITIZE_NUMBER_INT);
1155 1155
 	if ($zoilatitude != '' && $zoilongitude != '' && $zoidistance != '') {
1156
-		$settings = array_merge($settings,array('globalDistanceIgnore' => array('latitude' => $zoilatitude,'longitude' => $zoilongitude,'distance' => $zoidistance)));
1157
-	} else $settings = array_merge($settings,array('globalDistanceIgnore' => array()));
1156
+		$settings = array_merge($settings, array('globalDistanceIgnore' => array('latitude' => $zoilatitude, 'longitude' => $zoilongitude, 'distance' => $zoidistance)));
1157
+	} else $settings = array_merge($settings, array('globalDistanceIgnore' => array()));
1158 1158
 
1159
-	$refresh = filter_input(INPUT_POST,'refresh',FILTER_SANITIZE_NUMBER_INT);
1160
-	$settings = array_merge($settings,array('globalLiveInterval' => $refresh));
1161
-	$maprefresh = filter_input(INPUT_POST,'maprefresh',FILTER_SANITIZE_NUMBER_INT);
1162
-	$settings = array_merge($settings,array('globalMapRefresh' => $maprefresh));
1163
-	$mapidle = filter_input(INPUT_POST,'mapidle',FILTER_SANITIZE_NUMBER_INT);
1164
-	$settings = array_merge($settings,array('globalMapIdleTimeout' => $mapidle));
1165
-	$closestmindist = filter_input(INPUT_POST,'closestmindist',FILTER_SANITIZE_NUMBER_INT);
1166
-	$settings = array_merge($settings,array('globalClosestMinDist' => $closestmindist));
1159
+	$refresh = filter_input(INPUT_POST, 'refresh', FILTER_SANITIZE_NUMBER_INT);
1160
+	$settings = array_merge($settings, array('globalLiveInterval' => $refresh));
1161
+	$maprefresh = filter_input(INPUT_POST, 'maprefresh', FILTER_SANITIZE_NUMBER_INT);
1162
+	$settings = array_merge($settings, array('globalMapRefresh' => $maprefresh));
1163
+	$mapidle = filter_input(INPUT_POST, 'mapidle', FILTER_SANITIZE_NUMBER_INT);
1164
+	$settings = array_merge($settings, array('globalMapIdleTimeout' => $mapidle));
1165
+	$closestmindist = filter_input(INPUT_POST, 'closestmindist', FILTER_SANITIZE_NUMBER_INT);
1166
+	$settings = array_merge($settings, array('globalClosestMinDist' => $closestmindist));
1167 1167
 
1168
-	$aircraftsize = filter_input(INPUT_POST,'aircraftsize',FILTER_SANITIZE_NUMBER_INT);
1169
-	$settings = array_merge($settings,array('globalAircraftSize' => $aircraftsize));
1168
+	$aircraftsize = filter_input(INPUT_POST, 'aircraftsize', FILTER_SANITIZE_NUMBER_INT);
1169
+	$settings = array_merge($settings, array('globalAircraftSize' => $aircraftsize));
1170 1170
 
1171
-	$archivemonths = filter_input(INPUT_POST,'archivemonths',FILTER_SANITIZE_NUMBER_INT);
1172
-	$settings = array_merge($settings,array('globalArchiveMonths' => $archivemonths));
1171
+	$archivemonths = filter_input(INPUT_POST, 'archivemonths', FILTER_SANITIZE_NUMBER_INT);
1172
+	$settings = array_merge($settings, array('globalArchiveMonths' => $archivemonths));
1173 1173
 	
1174
-	$archiveyear = filter_input(INPUT_POST,'archiveyear',FILTER_SANITIZE_STRING);
1174
+	$archiveyear = filter_input(INPUT_POST, 'archiveyear', FILTER_SANITIZE_STRING);
1175 1175
 	if ($archiveyear == "archiveyear") {
1176
-		$settings = array_merge($settings,array('globalArchiveYear' => 'TRUE'));
1176
+		$settings = array_merge($settings, array('globalArchiveYear' => 'TRUE'));
1177 1177
 	} else {
1178
-		$settings = array_merge($settings,array('globalArchiveYear' => 'FALSE'));
1178
+		$settings = array_merge($settings, array('globalArchiveYear' => 'FALSE'));
1179 1179
 	}
1180
-	$archivekeepmonths = filter_input(INPUT_POST,'archivekeepmonths',FILTER_SANITIZE_NUMBER_INT);
1181
-	$settings = array_merge($settings,array('globalArchiveKeepMonths' => $archivekeepmonths));
1182
-	$archivekeeptrackmonths = filter_input(INPUT_POST,'archivekeeptrackmonths',FILTER_SANITIZE_NUMBER_INT);
1183
-	$settings = array_merge($settings,array('globalArchiveKeepTrackMonths' => $archivekeeptrackmonths));
1180
+	$archivekeepmonths = filter_input(INPUT_POST, 'archivekeepmonths', FILTER_SANITIZE_NUMBER_INT);
1181
+	$settings = array_merge($settings, array('globalArchiveKeepMonths' => $archivekeepmonths));
1182
+	$archivekeeptrackmonths = filter_input(INPUT_POST, 'archivekeeptrackmonths', FILTER_SANITIZE_NUMBER_INT);
1183
+	$settings = array_merge($settings, array('globalArchiveKeepTrackMonths' => $archivekeeptrackmonths));
1184 1184
 
1185
-	$britishairways = filter_input(INPUT_POST,'britishairways',FILTER_SANITIZE_STRING);
1186
-	$settings = array_merge($settings,array('globalBritishAirwaysKey' => $britishairways));
1187
-	$transavia = filter_input(INPUT_POST,'transavia',FILTER_SANITIZE_STRING);
1188
-	$settings = array_merge($settings,array('globalTransaviaKey' => $transavia));
1185
+	$britishairways = filter_input(INPUT_POST, 'britishairways', FILTER_SANITIZE_STRING);
1186
+	$settings = array_merge($settings, array('globalBritishAirwaysKey' => $britishairways));
1187
+	$transavia = filter_input(INPUT_POST, 'transavia', FILTER_SANITIZE_STRING);
1188
+	$settings = array_merge($settings, array('globalTransaviaKey' => $transavia));
1189 1189
 
1190
-	$lufthansakey = filter_input(INPUT_POST,'lufthansakey',FILTER_SANITIZE_STRING);
1191
-	$lufthansasecret = filter_input(INPUT_POST,'lufthansasecret',FILTER_SANITIZE_STRING);
1192
-	$settings = array_merge($settings,array('globalLufthansaKey' => array('key' => $lufthansakey,'secret' => $lufthansasecret)));
1190
+	$lufthansakey = filter_input(INPUT_POST, 'lufthansakey', FILTER_SANITIZE_STRING);
1191
+	$lufthansasecret = filter_input(INPUT_POST, 'lufthansasecret', FILTER_SANITIZE_STRING);
1192
+	$settings = array_merge($settings, array('globalLufthansaKey' => array('key' => $lufthansakey, 'secret' => $lufthansasecret)));
1193 1193
 
1194 1194
 	// Create in settings.php keys not yet configurable if not already here
1195 1195
 	//if (!isset($globalImageBingKey)) $settings = array_merge($settings,array('globalImageBingKey' => ''));
1196
-	if (!isset($globalDebug)) $settings = array_merge($settings,array('globalDebug' => 'TRUE'));
1196
+	if (!isset($globalDebug)) $settings = array_merge($settings, array('globalDebug' => 'TRUE'));
1197 1197
 
1198
-	$resetyearstats = filter_input(INPUT_POST,'resetyearstats',FILTER_SANITIZE_STRING);
1198
+	$resetyearstats = filter_input(INPUT_POST, 'resetyearstats', FILTER_SANITIZE_STRING);
1199 1199
 	if ($resetyearstats == 'resetyearstats') {
1200
-		$settings = array_merge($settings,array('globalDeleteLastYearStats' => 'TRUE'));
1200
+		$settings = array_merge($settings, array('globalDeleteLastYearStats' => 'TRUE'));
1201 1201
 	} else {
1202
-		$settings = array_merge($settings,array('globalDeleteLastYearStats' => 'FALSE'));
1202
+		$settings = array_merge($settings, array('globalDeleteLastYearStats' => 'FALSE'));
1203 1203
 	}
1204 1204
 
1205
-	$archive = filter_input(INPUT_POST,'archive',FILTER_SANITIZE_STRING);
1205
+	$archive = filter_input(INPUT_POST, 'archive', FILTER_SANITIZE_STRING);
1206 1206
 	if ($archive == 'archive') {
1207
-		$settings = array_merge($settings,array('globalArchive' => 'TRUE'));
1207
+		$settings = array_merge($settings, array('globalArchive' => 'TRUE'));
1208 1208
 	} else {
1209
-		$settings = array_merge($settings,array('globalArchive' => 'FALSE'));
1209
+		$settings = array_merge($settings, array('globalArchive' => 'FALSE'));
1210 1210
 	}
1211
-	$archiveresults = filter_input(INPUT_POST,'archiveresults',FILTER_SANITIZE_STRING);
1211
+	$archiveresults = filter_input(INPUT_POST, 'archiveresults', FILTER_SANITIZE_STRING);
1212 1212
 	if ($archiveresults == 'archiveresults') {
1213
-		$settings = array_merge($settings,array('globalArchiveResults' => 'TRUE'));
1213
+		$settings = array_merge($settings, array('globalArchiveResults' => 'TRUE'));
1214 1214
 	} else {
1215
-		$settings = array_merge($settings,array('globalArchiveResults' => 'FALSE'));
1215
+		$settings = array_merge($settings, array('globalArchiveResults' => 'FALSE'));
1216 1216
 	}
1217
-	$daemon = filter_input(INPUT_POST,'daemon',FILTER_SANITIZE_STRING);
1217
+	$daemon = filter_input(INPUT_POST, 'daemon', FILTER_SANITIZE_STRING);
1218 1218
 	if ($daemon == 'daemon') {
1219
-		$settings = array_merge($settings,array('globalDaemon' => 'TRUE'));
1219
+		$settings = array_merge($settings, array('globalDaemon' => 'TRUE'));
1220 1220
 	} else {
1221
-		$settings = array_merge($settings,array('globalDaemon' => 'FALSE'));
1221
+		$settings = array_merge($settings, array('globalDaemon' => 'FALSE'));
1222 1222
 	}
1223
-	$schedules = filter_input(INPUT_POST,'schedules',FILTER_SANITIZE_STRING);
1223
+	$schedules = filter_input(INPUT_POST, 'schedules', FILTER_SANITIZE_STRING);
1224 1224
 	if ($schedules == 'schedules') {
1225
-		$settings = array_merge($settings,array('globalSchedulesFetch' => 'TRUE'));
1225
+		$settings = array_merge($settings, array('globalSchedulesFetch' => 'TRUE'));
1226 1226
 	} else {
1227
-		$settings = array_merge($settings,array('globalSchedulesFetch' => 'FALSE'));
1227
+		$settings = array_merge($settings, array('globalSchedulesFetch' => 'FALSE'));
1228 1228
 	}
1229 1229
 
1230 1230
 /*
@@ -1235,227 +1235,227 @@  discard block
 block discarded – undo
1235 1235
 		$settings = array_merge($settings,array('globalFlightAware' => 'FALSE','globalSBS1' => 'TRUE'));
1236 1236
 	}
1237 1237
 */
1238
-	$settings = array_merge($settings,array('globalFlightAware' => 'FALSE'));
1239
-	if ($globalsbs == 'sbs') $settings = array_merge($settings,array('globalSBS1' => 'TRUE'));
1240
-	else $settings = array_merge($settings,array('globalSBS1' => 'FALSE'));
1241
-	if ($globalaprs == 'aprs') $settings = array_merge($settings,array('globalAPRS' => 'TRUE'));
1242
-	else $settings = array_merge($settings,array('globalAPRS' => 'FALSE'));
1238
+	$settings = array_merge($settings, array('globalFlightAware' => 'FALSE'));
1239
+	if ($globalsbs == 'sbs') $settings = array_merge($settings, array('globalSBS1' => 'TRUE'));
1240
+	else $settings = array_merge($settings, array('globalSBS1' => 'FALSE'));
1241
+	if ($globalaprs == 'aprs') $settings = array_merge($settings, array('globalAPRS' => 'TRUE'));
1242
+	else $settings = array_merge($settings, array('globalAPRS' => 'FALSE'));
1243 1243
 	$va = false;
1244 1244
 	if ($globalivao == 'ivao') {
1245
-		$settings = array_merge($settings,array('globalIVAO' => 'TRUE'));
1245
+		$settings = array_merge($settings, array('globalIVAO' => 'TRUE'));
1246 1246
 		$va = true;
1247
-	} else $settings = array_merge($settings,array('globalIVAO' => 'FALSE'));
1247
+	} else $settings = array_merge($settings, array('globalIVAO' => 'FALSE'));
1248 1248
 	if ($globalvatsim == 'vatsim') {
1249
-		$settings = array_merge($settings,array('globalVATSIM' => 'TRUE'));
1249
+		$settings = array_merge($settings, array('globalVATSIM' => 'TRUE'));
1250 1250
 		$va = true;
1251
-	} else $settings = array_merge($settings,array('globalVATSIM' => 'FALSE'));
1251
+	} else $settings = array_merge($settings, array('globalVATSIM' => 'FALSE'));
1252 1252
 	if ($globalphpvms == 'phpvms') {
1253
-		$settings = array_merge($settings,array('globalphpVMS' => 'TRUE'));
1253
+		$settings = array_merge($settings, array('globalphpVMS' => 'TRUE'));
1254 1254
 		$va = true;
1255
-	} else $settings = array_merge($settings,array('globalphpVMS' => 'FALSE'));
1255
+	} else $settings = array_merge($settings, array('globalphpVMS' => 'FALSE'));
1256 1256
 	if ($globalvam == 'vam') {
1257
-		$settings = array_merge($settings,array('globalVAM' => 'TRUE'));
1257
+		$settings = array_merge($settings, array('globalVAM' => 'TRUE'));
1258 1258
 		$va = true;
1259
-	} else $settings = array_merge($settings,array('globalVAM' => 'FALSE'));
1259
+	} else $settings = array_merge($settings, array('globalVAM' => 'FALSE'));
1260 1260
 	if ($va) {
1261
-		$settings = array_merge($settings,array('globalSchedulesFetch' => 'FALSE','globalTranslationFetch' => 'FALSE'));
1262
-	} else $settings = array_merge($settings,array('globalSchedulesFetch' => 'TRUE','globalTranslationFetch' => 'TRUE'));
1261
+		$settings = array_merge($settings, array('globalSchedulesFetch' => 'FALSE', 'globalTranslationFetch' => 'FALSE'));
1262
+	} else $settings = array_merge($settings, array('globalSchedulesFetch' => 'TRUE', 'globalTranslationFetch' => 'TRUE'));
1263 1263
 	if ($globalva == 'va' || $va) {
1264
-		$settings = array_merge($settings,array('globalVA' => 'TRUE'));
1265
-		$settings = array_merge($settings,array('globalUsePilot' => 'TRUE','globalUseOwner' => 'FALSE'));
1264
+		$settings = array_merge($settings, array('globalVA' => 'TRUE'));
1265
+		$settings = array_merge($settings, array('globalUsePilot' => 'TRUE', 'globalUseOwner' => 'FALSE'));
1266 1266
 	} else {
1267
-		$settings = array_merge($settings,array('globalVA' => 'FALSE'));
1268
-		if ($forcepilots) $settings = array_merge($settings,array('globalUsePilot' => 'TRUE','globalUseOwner' => 'FALSE'));
1269
-		else $settings = array_merge($settings,array('globalUsePilot' => 'FALSE','globalUseOwner' => 'TRUE'));
1267
+		$settings = array_merge($settings, array('globalVA' => 'FALSE'));
1268
+		if ($forcepilots) $settings = array_merge($settings, array('globalUsePilot' => 'TRUE', 'globalUseOwner' => 'FALSE'));
1269
+		else $settings = array_merge($settings, array('globalUsePilot' => 'FALSE', 'globalUseOwner' => 'TRUE'));
1270 1270
 	}
1271 1271
 	
1272 1272
 	
1273 1273
 
1274
-	$notam = filter_input(INPUT_POST,'notam',FILTER_SANITIZE_STRING);
1274
+	$notam = filter_input(INPUT_POST, 'notam', FILTER_SANITIZE_STRING);
1275 1275
 	if ($notam == 'notam') {
1276
-		$settings = array_merge($settings,array('globalNOTAM' => 'TRUE'));
1276
+		$settings = array_merge($settings, array('globalNOTAM' => 'TRUE'));
1277 1277
 	} else {
1278
-		$settings = array_merge($settings,array('globalNOTAM' => 'FALSE'));
1278
+		$settings = array_merge($settings, array('globalNOTAM' => 'FALSE'));
1279 1279
 	}
1280
-	$owner = filter_input(INPUT_POST,'owner',FILTER_SANITIZE_STRING);
1280
+	$owner = filter_input(INPUT_POST, 'owner', FILTER_SANITIZE_STRING);
1281 1281
 	if ($owner == 'owner') {
1282
-		$settings = array_merge($settings,array('globalOwner' => 'TRUE'));
1282
+		$settings = array_merge($settings, array('globalOwner' => 'TRUE'));
1283 1283
 	} else {
1284
-		$settings = array_merge($settings,array('globalOwner' => 'FALSE'));
1284
+		$settings = array_merge($settings, array('globalOwner' => 'FALSE'));
1285 1285
 	}
1286
-	$map3d = filter_input(INPUT_POST,'map3d',FILTER_SANITIZE_STRING);
1286
+	$map3d = filter_input(INPUT_POST, 'map3d', FILTER_SANITIZE_STRING);
1287 1287
 	if ($map3d == 'map3d') {
1288
-		$settings = array_merge($settings,array('globalMap3D' => 'TRUE'));
1288
+		$settings = array_merge($settings, array('globalMap3D' => 'TRUE'));
1289 1289
 	} else {
1290
-		$settings = array_merge($settings,array('globalMap3D' => 'FALSE'));
1290
+		$settings = array_merge($settings, array('globalMap3D' => 'FALSE'));
1291 1291
 	}
1292
-	$crash = filter_input(INPUT_POST,'crash',FILTER_SANITIZE_STRING);
1292
+	$crash = filter_input(INPUT_POST, 'crash', FILTER_SANITIZE_STRING);
1293 1293
 	if ($crash == 'crash') {
1294
-		$settings = array_merge($settings,array('globalAccidents' => 'TRUE'));
1294
+		$settings = array_merge($settings, array('globalAccidents' => 'TRUE'));
1295 1295
 	} else {
1296
-		$settings = array_merge($settings,array('globalAccidents' => 'FALSE'));
1296
+		$settings = array_merge($settings, array('globalAccidents' => 'FALSE'));
1297 1297
 	}
1298
-	$mapsatellites = filter_input(INPUT_POST,'mapsatellites',FILTER_SANITIZE_STRING);
1298
+	$mapsatellites = filter_input(INPUT_POST, 'mapsatellites', FILTER_SANITIZE_STRING);
1299 1299
 	if ($mapsatellites == 'mapsatellites') {
1300
-		$settings = array_merge($settings,array('globalMapSatellites' => 'TRUE'));
1300
+		$settings = array_merge($settings, array('globalMapSatellites' => 'TRUE'));
1301 1301
 	} else {
1302
-		$settings = array_merge($settings,array('globalMapSatellites' => 'FALSE'));
1302
+		$settings = array_merge($settings, array('globalMapSatellites' => 'FALSE'));
1303 1303
 	}
1304
-	$map3ddefault = filter_input(INPUT_POST,'map3ddefault',FILTER_SANITIZE_STRING);
1304
+	$map3ddefault = filter_input(INPUT_POST, 'map3ddefault', FILTER_SANITIZE_STRING);
1305 1305
 	if ($map3ddefault == 'map3ddefault') {
1306
-		$settings = array_merge($settings,array('globalMap3Ddefault' => 'TRUE'));
1306
+		$settings = array_merge($settings, array('globalMap3Ddefault' => 'TRUE'));
1307 1307
 	} else {
1308
-		$settings = array_merge($settings,array('globalMap3Ddefault' => 'FALSE'));
1308
+		$settings = array_merge($settings, array('globalMap3Ddefault' => 'FALSE'));
1309 1309
 	}
1310
-	$translate = filter_input(INPUT_POST,'translate',FILTER_SANITIZE_STRING);
1310
+	$translate = filter_input(INPUT_POST, 'translate', FILTER_SANITIZE_STRING);
1311 1311
 	if ($translate == 'translate') {
1312
-		$settings = array_merge($settings,array('globalTranslate' => 'TRUE'));
1312
+		$settings = array_merge($settings, array('globalTranslate' => 'TRUE'));
1313 1313
 	} else {
1314
-		$settings = array_merge($settings,array('globalTranslate' => 'FALSE'));
1314
+		$settings = array_merge($settings, array('globalTranslate' => 'FALSE'));
1315 1315
 	}
1316
-	$realairlines = filter_input(INPUT_POST,'realairlines',FILTER_SANITIZE_STRING);
1316
+	$realairlines = filter_input(INPUT_POST, 'realairlines', FILTER_SANITIZE_STRING);
1317 1317
 	if ($realairlines == 'realairlines') {
1318
-		$settings = array_merge($settings,array('globalUseRealAirlines' => 'TRUE'));
1318
+		$settings = array_merge($settings, array('globalUseRealAirlines' => 'TRUE'));
1319 1319
 	} else {
1320
-		$settings = array_merge($settings,array('globalUseRealAirlines' => 'FALSE'));
1320
+		$settings = array_merge($settings, array('globalUseRealAirlines' => 'FALSE'));
1321 1321
 	}
1322
-	$estimation = filter_input(INPUT_POST,'estimation',FILTER_SANITIZE_STRING);
1322
+	$estimation = filter_input(INPUT_POST, 'estimation', FILTER_SANITIZE_STRING);
1323 1323
 	if ($estimation == 'estimation') {
1324
-		$settings = array_merge($settings,array('globalMapEstimation' => 'TRUE'));
1324
+		$settings = array_merge($settings, array('globalMapEstimation' => 'TRUE'));
1325 1325
 	} else {
1326
-		$settings = array_merge($settings,array('globalMapEstimation' => 'FALSE'));
1326
+		$settings = array_merge($settings, array('globalMapEstimation' => 'FALSE'));
1327 1327
 	}
1328
-	$metar = filter_input(INPUT_POST,'metar',FILTER_SANITIZE_STRING);
1328
+	$metar = filter_input(INPUT_POST, 'metar', FILTER_SANITIZE_STRING);
1329 1329
 	if ($metar == 'metar') {
1330
-		$settings = array_merge($settings,array('globalMETAR' => 'TRUE'));
1330
+		$settings = array_merge($settings, array('globalMETAR' => 'TRUE'));
1331 1331
 	} else {
1332
-		$settings = array_merge($settings,array('globalMETAR' => 'FALSE'));
1332
+		$settings = array_merge($settings, array('globalMETAR' => 'FALSE'));
1333 1333
 	}
1334
-	$metarcycle = filter_input(INPUT_POST,'metarcycle',FILTER_SANITIZE_STRING);
1334
+	$metarcycle = filter_input(INPUT_POST, 'metarcycle', FILTER_SANITIZE_STRING);
1335 1335
 	if ($metarcycle == 'metarcycle') {
1336
-		$settings = array_merge($settings,array('globalMETARcycle' => 'TRUE'));
1336
+		$settings = array_merge($settings, array('globalMETARcycle' => 'TRUE'));
1337 1337
 	} else {
1338
-		$settings = array_merge($settings,array('globalMETARcycle' => 'FALSE'));
1338
+		$settings = array_merge($settings, array('globalMETARcycle' => 'FALSE'));
1339 1339
 	}
1340
-	$fork = filter_input(INPUT_POST,'fork',FILTER_SANITIZE_STRING);
1340
+	$fork = filter_input(INPUT_POST, 'fork', FILTER_SANITIZE_STRING);
1341 1341
 	if ($fork == 'fork') {
1342
-		$settings = array_merge($settings,array('globalFork' => 'TRUE'));
1342
+		$settings = array_merge($settings, array('globalFork' => 'TRUE'));
1343 1343
 	} else {
1344
-		$settings = array_merge($settings,array('globalFork' => 'FALSE'));
1344
+		$settings = array_merge($settings, array('globalFork' => 'FALSE'));
1345 1345
 	}
1346 1346
 
1347
-	$colormap = filter_input(INPUT_POST,'colormap',FILTER_SANITIZE_STRING);
1347
+	$colormap = filter_input(INPUT_POST, 'colormap', FILTER_SANITIZE_STRING);
1348 1348
 	if ($colormap == 'colormap') {
1349
-		$settings = array_merge($settings,array('globalMapAltitudeColor' => 'TRUE'));
1349
+		$settings = array_merge($settings, array('globalMapAltitudeColor' => 'TRUE'));
1350 1350
 	} else {
1351
-		$settings = array_merge($settings,array('globalMapAltitudeColor' => 'FALSE'));
1351
+		$settings = array_merge($settings, array('globalMapAltitudeColor' => 'FALSE'));
1352 1352
 	}
1353 1353
 	
1354 1354
 	if (isset($_POST['aircrafticoncolor'])) {
1355
-		$aircrafticoncolor = filter_input(INPUT_POST,'aircrafticoncolor',FILTER_SANITIZE_STRING);
1356
-		$settings = array_merge($settings,array('globalAircraftIconColor' => substr($aircrafticoncolor,1)));
1355
+		$aircrafticoncolor = filter_input(INPUT_POST, 'aircrafticoncolor', FILTER_SANITIZE_STRING);
1356
+		$settings = array_merge($settings, array('globalAircraftIconColor' => substr($aircrafticoncolor, 1)));
1357 1357
 	}
1358 1358
 
1359
-	$airportzoom = filter_input(INPUT_POST,'airportzoom',FILTER_SANITIZE_NUMBER_INT);
1360
-	$settings = array_merge($settings,array('globalAirportZoom' => $airportzoom));
1359
+	$airportzoom = filter_input(INPUT_POST, 'airportzoom', FILTER_SANITIZE_NUMBER_INT);
1360
+	$settings = array_merge($settings, array('globalAirportZoom' => $airportzoom));
1361 1361
 
1362
-	$unitdistance = filter_input(INPUT_POST,'unitdistance',FILTER_SANITIZE_STRING);
1363
-	$settings = array_merge($settings,array('globalUnitDistance' => $unitdistance));
1364
-	$unitaltitude = filter_input(INPUT_POST,'unitaltitude',FILTER_SANITIZE_STRING);
1365
-	$settings = array_merge($settings,array('globalUnitAltitude' => $unitaltitude));
1366
-	$unitspeed = filter_input(INPUT_POST,'unitspeed',FILTER_SANITIZE_STRING);
1367
-	$settings = array_merge($settings,array('globalUnitSpeed' => $unitspeed));
1362
+	$unitdistance = filter_input(INPUT_POST, 'unitdistance', FILTER_SANITIZE_STRING);
1363
+	$settings = array_merge($settings, array('globalUnitDistance' => $unitdistance));
1364
+	$unitaltitude = filter_input(INPUT_POST, 'unitaltitude', FILTER_SANITIZE_STRING);
1365
+	$settings = array_merge($settings, array('globalUnitAltitude' => $unitaltitude));
1366
+	$unitspeed = filter_input(INPUT_POST, 'unitspeed', FILTER_SANITIZE_STRING);
1367
+	$settings = array_merge($settings, array('globalUnitSpeed' => $unitspeed));
1368 1368
 
1369
-	$mappopup = filter_input(INPUT_POST,'mappopup',FILTER_SANITIZE_STRING);
1369
+	$mappopup = filter_input(INPUT_POST, 'mappopup', FILTER_SANITIZE_STRING);
1370 1370
 	if ($mappopup == 'mappopup') {
1371
-		$settings = array_merge($settings,array('globalMapPopup' => 'TRUE'));
1371
+		$settings = array_merge($settings, array('globalMapPopup' => 'TRUE'));
1372 1372
 	} else {
1373
-		$settings = array_merge($settings,array('globalMapPopup' => 'FALSE'));
1373
+		$settings = array_merge($settings, array('globalMapPopup' => 'FALSE'));
1374 1374
 	}
1375
-	$airportpopup = filter_input(INPUT_POST,'airportpopup',FILTER_SANITIZE_STRING);
1375
+	$airportpopup = filter_input(INPUT_POST, 'airportpopup', FILTER_SANITIZE_STRING);
1376 1376
 	if ($airportpopup == 'airportpopup') {
1377
-		$settings = array_merge($settings,array('globalAirportPopup' => 'TRUE'));
1377
+		$settings = array_merge($settings, array('globalAirportPopup' => 'TRUE'));
1378 1378
 	} else {
1379
-		$settings = array_merge($settings,array('globalAirportPopup' => 'FALSE'));
1379
+		$settings = array_merge($settings, array('globalAirportPopup' => 'FALSE'));
1380 1380
 	}
1381
-	$maphistory = filter_input(INPUT_POST,'maphistory',FILTER_SANITIZE_STRING);
1381
+	$maphistory = filter_input(INPUT_POST, 'maphistory', FILTER_SANITIZE_STRING);
1382 1382
 	if ($maphistory == 'maphistory') {
1383
-		$settings = array_merge($settings,array('globalMapHistory' => 'TRUE'));
1383
+		$settings = array_merge($settings, array('globalMapHistory' => 'TRUE'));
1384 1384
 	} else {
1385
-		$settings = array_merge($settings,array('globalMapHistory' => 'FALSE'));
1385
+		$settings = array_merge($settings, array('globalMapHistory' => 'FALSE'));
1386 1386
 	}
1387
-	$maptooltip = filter_input(INPUT_POST,'maptooltip',FILTER_SANITIZE_STRING);
1387
+	$maptooltip = filter_input(INPUT_POST, 'maptooltip', FILTER_SANITIZE_STRING);
1388 1388
 	if ($maptooltip == 'maptooltip') {
1389
-		$settings = array_merge($settings,array('globalMapTooltip' => 'TRUE'));
1389
+		$settings = array_merge($settings, array('globalMapTooltip' => 'TRUE'));
1390 1390
 	} else {
1391
-		$settings = array_merge($settings,array('globalMapTooltip' => 'FALSE'));
1391
+		$settings = array_merge($settings, array('globalMapTooltip' => 'FALSE'));
1392 1392
 	}
1393
-	$flightroute = filter_input(INPUT_POST,'flightroute',FILTER_SANITIZE_STRING);
1393
+	$flightroute = filter_input(INPUT_POST, 'flightroute', FILTER_SANITIZE_STRING);
1394 1394
 	if ($flightroute == 'flightroute') {
1395
-		$settings = array_merge($settings,array('globalMapRoute' => 'TRUE'));
1395
+		$settings = array_merge($settings, array('globalMapRoute' => 'TRUE'));
1396 1396
 	} else {
1397
-		$settings = array_merge($settings,array('globalMapRoute' => 'FALSE'));
1397
+		$settings = array_merge($settings, array('globalMapRoute' => 'FALSE'));
1398 1398
 	}
1399
-	$flightremainingroute = filter_input(INPUT_POST,'flightremainingroute',FILTER_SANITIZE_STRING);
1399
+	$flightremainingroute = filter_input(INPUT_POST, 'flightremainingroute', FILTER_SANITIZE_STRING);
1400 1400
 	if ($flightremainingroute == 'flightremainingroute') {
1401
-		$settings = array_merge($settings,array('globalMapRemainingRoute' => 'TRUE'));
1401
+		$settings = array_merge($settings, array('globalMapRemainingRoute' => 'TRUE'));
1402 1402
 	} else {
1403
-		$settings = array_merge($settings,array('globalMapRemainingRoute' => 'FALSE'));
1403
+		$settings = array_merge($settings, array('globalMapRemainingRoute' => 'FALSE'));
1404 1404
 	}
1405
-	$allflights = filter_input(INPUT_POST,'allflights',FILTER_SANITIZE_STRING);
1405
+	$allflights = filter_input(INPUT_POST, 'allflights', FILTER_SANITIZE_STRING);
1406 1406
 	if ($allflights == 'allflights') {
1407
-		$settings = array_merge($settings,array('globalAllFlights' => 'TRUE'));
1407
+		$settings = array_merge($settings, array('globalAllFlights' => 'TRUE'));
1408 1408
 	} else {
1409
-		$settings = array_merge($settings,array('globalAllFlights' => 'FALSE'));
1409
+		$settings = array_merge($settings, array('globalAllFlights' => 'FALSE'));
1410 1410
 	}
1411
-	$bbox = filter_input(INPUT_POST,'bbox',FILTER_SANITIZE_STRING);
1411
+	$bbox = filter_input(INPUT_POST, 'bbox', FILTER_SANITIZE_STRING);
1412 1412
 	if ($bbox == 'bbox') {
1413
-		$settings = array_merge($settings,array('globalMapUseBbox' => 'TRUE'));
1413
+		$settings = array_merge($settings, array('globalMapUseBbox' => 'TRUE'));
1414 1414
 	} else {
1415
-		$settings = array_merge($settings,array('globalMapUseBbox' => 'FALSE'));
1415
+		$settings = array_merge($settings, array('globalMapUseBbox' => 'FALSE'));
1416 1416
 	}
1417
-	$groundaltitude = filter_input(INPUT_POST,'groundaltitude',FILTER_SANITIZE_STRING);
1417
+	$groundaltitude = filter_input(INPUT_POST, 'groundaltitude', FILTER_SANITIZE_STRING);
1418 1418
 	if ($groundaltitude == 'groundaltitude') {
1419
-		$settings = array_merge($settings,array('globalGroundAltitude' => 'TRUE'));
1419
+		$settings = array_merge($settings, array('globalGroundAltitude' => 'TRUE'));
1420 1420
 	} else {
1421
-		$settings = array_merge($settings,array('globalGroundAltitude' => 'FALSE'));
1421
+		$settings = array_merge($settings, array('globalGroundAltitude' => 'FALSE'));
1422 1422
 	}
1423
-	$waypoints = filter_input(INPUT_POST,'waypoints',FILTER_SANITIZE_STRING);
1423
+	$waypoints = filter_input(INPUT_POST, 'waypoints', FILTER_SANITIZE_STRING);
1424 1424
 	if ($waypoints == 'waypoints') {
1425
-		$settings = array_merge($settings,array('globalWaypoints' => 'TRUE'));
1425
+		$settings = array_merge($settings, array('globalWaypoints' => 'TRUE'));
1426 1426
 	} else {
1427
-		$settings = array_merge($settings,array('globalWaypoints' => 'FALSE'));
1427
+		$settings = array_merge($settings, array('globalWaypoints' => 'FALSE'));
1428 1428
 	}
1429
-	$geoid = filter_input(INPUT_POST,'geoid',FILTER_SANITIZE_STRING);
1429
+	$geoid = filter_input(INPUT_POST, 'geoid', FILTER_SANITIZE_STRING);
1430 1430
 	if ($geoid == 'geoid') {
1431
-		$settings = array_merge($settings,array('globalGeoid' => 'TRUE'));
1431
+		$settings = array_merge($settings, array('globalGeoid' => 'TRUE'));
1432 1432
 	} else {
1433
-		$settings = array_merge($settings,array('globalGeoid' => 'FALSE'));
1433
+		$settings = array_merge($settings, array('globalGeoid' => 'FALSE'));
1434 1434
 	}
1435
-	$geoid_source = filter_input(INPUT_POST,'geoid_source',FILTER_SANITIZE_STRING);
1436
-	$settings = array_merge($settings,array('globalGeoidSource' => $geoid_source));
1435
+	$geoid_source = filter_input(INPUT_POST, 'geoid_source', FILTER_SANITIZE_STRING);
1436
+	$settings = array_merge($settings, array('globalGeoidSource' => $geoid_source));
1437 1437
 
1438
-	$noairlines = filter_input(INPUT_POST,'noairlines',FILTER_SANITIZE_STRING);
1438
+	$noairlines = filter_input(INPUT_POST, 'noairlines', FILTER_SANITIZE_STRING);
1439 1439
 	if ($noairlines == 'noairlines') {
1440
-		$settings = array_merge($settings,array('globalNoAirlines' => 'TRUE'));
1440
+		$settings = array_merge($settings, array('globalNoAirlines' => 'TRUE'));
1441 1441
 	} else {
1442
-		$settings = array_merge($settings,array('globalNoAirlines' => 'FALSE'));
1442
+		$settings = array_merge($settings, array('globalNoAirlines' => 'FALSE'));
1443 1443
 	}
1444 1444
 
1445
-	if (!isset($globalTransaction)) $settings = array_merge($settings,array('globalTransaction' => 'TRUE'));
1445
+	if (!isset($globalTransaction)) $settings = array_merge($settings, array('globalTransaction' => 'TRUE'));
1446 1446
 
1447 1447
 	// Set some defaults values...
1448 1448
 	if (!isset($globalAircraftImageSources)) {
1449
-	    $globalAircraftImageSources = array('ivaomtl','wikimedia','airportdata','deviantart','flickr','bing','jetphotos','planepictures','planespotters');
1450
-	    $settings = array_merge($settings,array('globalAircraftImageSources' => $globalAircraftImageSources));
1449
+	    $globalAircraftImageSources = array('ivaomtl', 'wikimedia', 'airportdata', 'deviantart', 'flickr', 'bing', 'jetphotos', 'planepictures', 'planespotters');
1450
+	    $settings = array_merge($settings, array('globalAircraftImageSources' => $globalAircraftImageSources));
1451 1451
 	}
1452 1452
 
1453 1453
 	if (!isset($globalSchedulesSources)) {
1454
-	    $globalSchedulesSources = array('flightmapper','costtotravel','flightradar24','flightaware');
1455
-    	    $settings = array_merge($settings,array('globalSchedulesSources' => $globalSchedulesSources));
1454
+	    $globalSchedulesSources = array('flightmapper', 'costtotravel', 'flightradar24', 'flightaware');
1455
+    	    $settings = array_merge($settings, array('globalSchedulesSources' => $globalSchedulesSources));
1456 1456
     	}
1457 1457
 
1458
-	$settings = array_merge($settings,array('globalInstalled' => 'TRUE'));
1458
+	$settings = array_merge($settings, array('globalInstalled' => 'TRUE'));
1459 1459
 
1460 1460
 	if ($error == '') settings::modify_settings($settings);
1461 1461
 	if ($error == '') settings::comment_settings($settings_comment);
Please login to merge, or discard this patch.
getImages.php 3 patches
Spacing   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -4,9 +4,9 @@  discard block
 block discarded – undo
4 4
 	$hex = str_replace("#", "", $hex);
5 5
 	$color = array();
6 6
 	if (strlen($hex) == 3) {
7
-	    $color['r'] = hexdec(substr($hex, 0, 1) . substr($hex,0,1));
8
-	    $color['g'] = hexdec(substr($hex, 1, 1) . substr($hex,1,1));
9
-	    $color['b'] = hexdec(substr($hex, 2, 1) . substr($hex,2,1));
7
+	    $color['r'] = hexdec(substr($hex, 0, 1).substr($hex, 0, 1));
8
+	    $color['g'] = hexdec(substr($hex, 1, 1).substr($hex, 1, 1));
9
+	    $color['b'] = hexdec(substr($hex, 2, 1).substr($hex, 2, 1));
10 10
 	} else if (strlen($hex) == 6) {
11 11
 	    $color['r'] = hexdec(substr($hex, 0, 2));
12 12
 	    $color['g'] = hexdec(substr($hex, 2, 2));
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
 }
17 17
 
18 18
 
19
-if (!isset($_GET['color']) || $_GET['color'] == '' || !preg_match('/^([a-fA-F0-9]){3}(([a-fA-F0-9]){3})?\b/',$_GET['color'])) { 
19
+if (!isset($_GET['color']) || $_GET['color'] == '' || !preg_match('/^([a-fA-F0-9]){3}(([a-fA-F0-9]){3})?\b/', $_GET['color'])) { 
20 20
     exit(0);
21 21
 }
22 22
 $color = $_GET['color'];
@@ -47,15 +47,15 @@  discard block
 block discarded – undo
47 47
 
48 48
 if (extension_loaded('gd') && function_exists('gd_info')) {
49 49
     $image = imagecreatefrompng($original);
50
-    $index = imagecolorexact($image,26,49,81);
50
+    $index = imagecolorexact($image, 26, 49, 81);
51 51
     if ($index < 0) {
52
-	$index = imagecolorexact($image,25,49,79);
52
+	$index = imagecolorexact($image, 25, 49, 79);
53 53
     }
54 54
     if ($index < 0) {
55
-	$index = imagecolorexact($image,0,0,0);
55
+	$index = imagecolorexact($image, 0, 0, 0);
56 56
     }
57 57
     $c = hexToRGB($color);
58
-    imagecolorset($image,$index,$c['r'],$c['g'],$c['b']);
58
+    imagecolorset($image, $index, $c['r'], $c['g'], $c['b']);
59 59
  /*
60 60
     $ig = imagecolorat($image, 0, 0);
61 61
     imagecolortransparent($image, $ig);
@@ -63,14 +63,14 @@  discard block
 block discarded – undo
63 63
 
64 64
     header('Content-type: image/png');
65 65
     if (isset($_GET['resize']) && function_exists('imagecopyresampled')) {
66
-	$resize = filter_input(INPUT_GET,'resize',FILTER_SANITIZE_NUMBER_INT);
67
-	$newimg = imagecreatetruecolor($resize,$resize);
66
+	$resize = filter_input(INPUT_GET, 'resize', FILTER_SANITIZE_NUMBER_INT);
67
+	$newimg = imagecreatetruecolor($resize, $resize);
68 68
         imagealphablending($newimg, false);
69 69
 	imagesavealpha($newimg, true);
70
-	imagecopyresampled($newimg,$image,0,0,0,0,15,15,imagesx($image),imagesy($image));
70
+	imagecopyresampled($newimg, $image, 0, 0, 0, 0, 15, 15, imagesx($image), imagesy($image));
71 71
 	if (isset($_GET['heading'])) {
72
-    	    $heading = filter_input(INPUT_GET,'heading',FILTER_SANITIZE_NUMBER_INT);
73
-    	    $rotation = imagerotate($newimg,$heading,imageColorAllocateAlpha($newimg,0,0,0,127));
72
+    	    $heading = filter_input(INPUT_GET, 'heading', FILTER_SANITIZE_NUMBER_INT);
73
+    	    $rotation = imagerotate($newimg, $heading, imageColorAllocateAlpha($newimg, 0, 0, 0, 127));
74 74
     	    imagealphablending($rotation, false);
75 75
 	    imagesavealpha($rotation, true);
76 76
     	    imagepng($rotation);
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
 	imagepng($image);
90 90
 	imagepng($image);
91 91
 	if (is_writable(dirname(__FILE__).'/cache')) {
92
-    	    imagepng($image,dirname(__FILE__).'/cache/'.$color.'-'.$filename);
92
+    	    imagepng($image, dirname(__FILE__).'/cache/'.$color.'-'.$filename);
93 93
 	}
94 94
         imagedestroy($image);
95 95
     }
Please login to merge, or discard this patch.
Indentation   +51 added lines, -51 removed lines patch added patch discarded remove patch
@@ -4,31 +4,31 @@  discard block
 block discarded – undo
4 4
 	$hex = str_replace("#", "", $hex);
5 5
 	$color = array();
6 6
 	if (strlen($hex) == 3) {
7
-	    $color['r'] = hexdec(substr($hex, 0, 1) . substr($hex,0,1));
8
-	    $color['g'] = hexdec(substr($hex, 1, 1) . substr($hex,1,1));
9
-	    $color['b'] = hexdec(substr($hex, 2, 1) . substr($hex,2,1));
7
+		$color['r'] = hexdec(substr($hex, 0, 1) . substr($hex,0,1));
8
+		$color['g'] = hexdec(substr($hex, 1, 1) . substr($hex,1,1));
9
+		$color['b'] = hexdec(substr($hex, 2, 1) . substr($hex,2,1));
10 10
 	} else if (strlen($hex) == 6) {
11
-	    $color['r'] = hexdec(substr($hex, 0, 2));
12
-	    $color['g'] = hexdec(substr($hex, 2, 2));
13
-	    $color['b'] = hexdec(substr($hex, 4, 2));
11
+		$color['r'] = hexdec(substr($hex, 0, 2));
12
+		$color['g'] = hexdec(substr($hex, 2, 2));
13
+		$color['b'] = hexdec(substr($hex, 4, 2));
14 14
 	}
15 15
 	return $color;
16 16
 }
17 17
 
18 18
 
19 19
 if (!isset($_GET['color']) || $_GET['color'] == '' || !preg_match('/^([a-fA-F0-9]){3}(([a-fA-F0-9]){3})?\b/',$_GET['color'])) { 
20
-    exit(0);
20
+	exit(0);
21 21
 }
22 22
 $color = $_GET['color'];
23 23
 if (!isset($_GET['filename']) || !preg_match('/^[a-z0-9-_]+\.png$/', strtolower($_GET['filename']))) {
24
-    echo "Incorrect filename";
25
-    exit(0);
24
+	echo "Incorrect filename";
25
+	exit(0);
26 26
 }
27 27
 $filename = $_GET['filename'];
28 28
 if (file_exists(dirname(__FILE__).DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.$color.'-'.$filename) && is_readable(dirname(__FILE__).DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.$color.'-'.$filename)) {
29
-    header('Content-type: image/png');
30
-    readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.$color.'-'.$filename);
31
-    exit(0);
29
+	header('Content-type: image/png');
30
+	readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.$color.'-'.$filename);
31
+	exit(0);
32 32
 }
33 33
 if (isset($_GET['tracker'])) {
34 34
 	$original = dirname(__FILE__).DIRECTORY_SEPARATOR.'images'.DIRECTORY_SEPARATOR.'vehicules'.DIRECTORY_SEPARATOR.'color'.DIRECTORY_SEPARATOR.$filename;
@@ -45,68 +45,68 @@  discard block
 block discarded – undo
45 45
 	$original = dirname(__FILE__).DIRECTORY_SEPARATOR.'images'.DIRECTORY_SEPARATOR.'aircrafts'.DIRECTORY_SEPARATOR.'new'.DIRECTORY_SEPARATOR.$filename;
46 46
 }
47 47
 if (!file_exists($original)) {
48
-    echo "File not found";
48
+	echo "File not found";
49 49
 }
50 50
 
51 51
 if (extension_loaded('gd') && function_exists('gd_info')) {
52
-    $image = imagecreatefrompng($original);
53
-    $index = imagecolorexact($image,26,49,81);
54
-    if ($index < 0) {
52
+	$image = imagecreatefrompng($original);
53
+	$index = imagecolorexact($image,26,49,81);
54
+	if ($index < 0) {
55 55
 	$index = imagecolorexact($image,25,49,79);
56
-    }
57
-    if ($index < 0) {
56
+	}
57
+	if ($index < 0) {
58 58
 	$index = imagecolorexact($image,0,0,0);
59
-    }
60
-    $c = hexToRGB($color);
61
-    imagecolorset($image,$index,$c['r'],$c['g'],$c['b']);
59
+	}
60
+	$c = hexToRGB($color);
61
+	imagecolorset($image,$index,$c['r'],$c['g'],$c['b']);
62 62
  /*
63 63
     $ig = imagecolorat($image, 0, 0);
64 64
     imagecolortransparent($image, $ig);
65 65
    */
66 66
 
67
-    header('Content-type: image/png');
68
-    if (isset($_GET['resize']) && function_exists('imagecopyresampled')) {
67
+	header('Content-type: image/png');
68
+	if (isset($_GET['resize']) && function_exists('imagecopyresampled')) {
69 69
 	$resize = filter_input(INPUT_GET,'resize',FILTER_SANITIZE_NUMBER_INT);
70 70
 	$newimg = imagecreatetruecolor($resize,$resize);
71
-        imagealphablending($newimg, false);
71
+		imagealphablending($newimg, false);
72 72
 	imagesavealpha($newimg, true);
73 73
 	imagecopyresampled($newimg,$image,0,0,0,0,15,15,imagesx($image),imagesy($image));
74 74
 	if (isset($_GET['heading'])) {
75
-    	    $heading = filter_input(INPUT_GET,'heading',FILTER_SANITIZE_NUMBER_INT);
76
-    	    $rotation = imagerotate($newimg,$heading,imageColorAllocateAlpha($newimg,0,0,0,127));
77
-    	    imagealphablending($rotation, false);
78
-	    imagesavealpha($rotation, true);
79
-    	    imagepng($rotation);
80
-    	    imagedestroy($newimg);
81
-    	    imagedestroy($image);
82
-    	    imagedestroy($rotation);
75
+			$heading = filter_input(INPUT_GET,'heading',FILTER_SANITIZE_NUMBER_INT);
76
+			$rotation = imagerotate($newimg,$heading,imageColorAllocateAlpha($newimg,0,0,0,127));
77
+			imagealphablending($rotation, false);
78
+		imagesavealpha($rotation, true);
79
+			imagepng($rotation);
80
+			imagedestroy($newimg);
81
+			imagedestroy($image);
82
+			imagedestroy($rotation);
83 83
 	
84 84
 	} else {
85
-    	    imagepng($newimg);
86
-    	    imagedestroy($newimg);
87
-    	    imagedestroy($image);
88
-        }
89
-    } else {
85
+			imagepng($newimg);
86
+			imagedestroy($newimg);
87
+			imagedestroy($image);
88
+		}
89
+	} else {
90 90
 	imagealphablending($image, false);
91
-        imagesavealpha($image, true);
91
+		imagesavealpha($image, true);
92 92
 	imagepng($image);
93 93
 	imagepng($image);
94 94
 	if (is_writable(dirname(__FILE__).'/cache')) {
95
-    	    imagepng($image,dirname(__FILE__).'/cache/'.$color.'-'.$filename);
95
+			imagepng($image,dirname(__FILE__).'/cache/'.$color.'-'.$filename);
96
+	}
97
+		imagedestroy($image);
96 98
 	}
97
-        imagedestroy($image);
98
-    }
99 99
 } else {
100
-    header('Content-type: image/png');
101
-    if (isset($_GET['tracker'])) {
102
-        readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/vehicules/'.$filename);
103
-    } elseif (isset($_GET['marine'])) {
104
-        readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/vehicules/'.$filename);
105
-    } elseif (isset($_GET['satellite'])) {
106
-        readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/satellites/'.$filename);
107
-    } else {
108
-        if ($color == 'FF0000') readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/selected/'.$filename);
100
+	header('Content-type: image/png');
101
+	if (isset($_GET['tracker'])) {
102
+		readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/vehicules/'.$filename);
103
+	} elseif (isset($_GET['marine'])) {
104
+		readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/vehicules/'.$filename);
105
+	} elseif (isset($_GET['satellite'])) {
106
+		readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/satellites/'.$filename);
107
+	} else {
108
+		if ($color == 'FF0000') readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/selected/'.$filename);
109 109
 	else readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/'.$filename);
110
-    }
110
+	}
111 111
 }
112 112
 ?>
113 113
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,8 +105,11 @@
 block discarded – undo
105 105
     } elseif (isset($_GET['satellite'])) {
106 106
         readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/satellites/'.$filename);
107 107
     } else {
108
-        if ($color == 'FF0000') readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/selected/'.$filename);
109
-	else readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/'.$filename);
108
+        if ($color == 'FF0000') {
109
+        	readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/selected/'.$filename);
110
+        } else {
111
+		readfile(dirname(__FILE__).DIRECTORY_SEPARATOR.'images/aircrafts/'.$filename);
112
+	}
110 113
     }
111 114
 }
112 115
 ?>
113 116
\ No newline at end of file
Please login to merge, or discard this patch.
install/populate_all.php 1 patch
Indentation   +32 added lines, -32 removed lines patch added patch discarded remove patch
@@ -1,49 +1,49 @@
 block discarded – undo
1 1
 #!/usr/bin/php
2 2
 <?php
3
-    require_once('../require/settings.php');
4
-    if ($globalInstalled) {
5
-        //echo '$globalInstalled must be set to FALSE in require/settings.php';
6
-        echo "Use install/index.php instead. You really don't want to use this.";
7
-        exit;
8
-    }
9
-    require('class.update_db.php');
10
-    echo "Populate all tables...\n";
11
-    update_db::update_all();
12
-    echo "\nInstall waypoints...(VERY slow!)";
13
-    update_db::update_waypoints();
14
-    echo "Done !\n";
15
-    echo "Install airspace...";
16
-    update_db::update_airspace();
17
-    echo "Done !\n";
18
-    echo "Install countries...";
19
-    update_db::update_countries();
20
-    echo "Done !\n";
21
-    if (isset($globalOwner) && $globalOwner) {
3
+	require_once('../require/settings.php');
4
+	if ($globalInstalled) {
5
+		//echo '$globalInstalled must be set to FALSE in require/settings.php';
6
+		echo "Use install/index.php instead. You really don't want to use this.";
7
+		exit;
8
+	}
9
+	require('class.update_db.php');
10
+	echo "Populate all tables...\n";
11
+	update_db::update_all();
12
+	echo "\nInstall waypoints...(VERY slow!)";
13
+	update_db::update_waypoints();
14
+	echo "Done !\n";
15
+	echo "Install airspace...";
16
+	update_db::update_airspace();
17
+	echo "Done !\n";
18
+	echo "Install countries...";
19
+	update_db::update_countries();
20
+	echo "Done !\n";
21
+	if (isset($globalOwner) && $globalOwner) {
22 22
 	echo "Install private owners...";
23 23
 	update_db::update_owner_fam();
24
-        echo "Done !\n";
25
-    }
26
-    /*
24
+		echo "Done !\n";
25
+	}
26
+	/*
27 27
     if (isset($globalIVAO) && $globalIVAO) {
28 28
         echo "Install IVAO airlines and logos...";
29 29
         update_db::update_IVAO();
30 30
 	echo "Done !\n";
31 31
     }
32 32
     */
33
-    if (isset($globalNOTAM) && $globalNOTAM && isset($globalNOTAMSource) && $globalNOTAMSource != '') {
33
+	if (isset($globalNOTAM) && $globalNOTAM && isset($globalNOTAMSource) && $globalNOTAMSource != '') {
34 34
 	echo "Install NOTAM from notaminfo.com...";
35
-        update_db:update_notam();
36
-        echo "Done !\n";
37
-    }
38
-    if (isset($globalMap3D) && $globalMap3D) {
35
+		update_db:update_notam();
36
+		echo "Done !\n";
37
+	}
38
+	if (isset($globalMap3D) && $globalMap3D) {
39 39
 	echo "Install 3D models...";
40 40
 	update_db::update_models();
41 41
 	echo "Done !\n";
42 42
 	if (isset($globalMapSatellites) && $globalMapSatellites) {
43
-	    echo "Install Space 3D models...";
44
-	    update_db::update_space_models();
45
-	    echo "Done !\n";
46
-        }
47
-    }
43
+		echo "Install Space 3D models...";
44
+		update_db::update_space_models();
45
+		echo "Done !\n";
46
+		}
47
+	}
48 48
 
49 49
 ?>
50 50
\ No newline at end of file
Please login to merge, or discard this patch.
install/install_db.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -1,31 +1,31 @@
 block discarded – undo
1 1
 #!/usr/bin/php
2 2
 <?php
3
-    require_once('../require/settings.php');
4
-    if ($globalInstalled) {
5
-        //echo '$globalInstalled must be set to FALSE in require/settings.php';
6
-        echo "Use install/index.php instead. You really don't want to use this.";
7
-        exit;
8
-    }
9
-    require('class.create_db.php');
10
-    echo "Create and import all tables...";
11
-    create_db::import_all_db('../db/');
12
-    echo "Done !\n";
3
+	require_once('../require/settings.php');
4
+	if ($globalInstalled) {
5
+		//echo '$globalInstalled must be set to FALSE in require/settings.php';
6
+		echo "Use install/index.php instead. You really don't want to use this.";
7
+		exit;
8
+	}
9
+	require('class.create_db.php');
10
+	echo "Create and import all tables...";
11
+	create_db::import_all_db('../db/');
12
+	echo "Done !\n";
13 13
 
14
-    require('class.update_db.php');
15
-    echo "Populate all tables...\n";
16
-    update_db::update_all();
17
-    echo "\nInstall waypoints...(VERY slow!)";
18
-    update_db::update_waypoints();
19
-    echo "Done !\n";
20
-    echo "Install airspace...";
21
-    update_db::update_airspace();
22
-    echo "Done !\n";
23
-    echo 'All is now installed ! Thanks'."\n";
24
-    if ($globalSBS1) {
25
-            echo 'You need to run cron-sbs.php as a daemon. You can use init script in the install/init directory.'."\n";
26
-    }
27
-    if ($globalACARS) {
28
-            echo 'You need to run cron-acars.php as a daemon. You can use init script in the install/init directory.'."\n";
29
-    }
14
+	require('class.update_db.php');
15
+	echo "Populate all tables...\n";
16
+	update_db::update_all();
17
+	echo "\nInstall waypoints...(VERY slow!)";
18
+	update_db::update_waypoints();
19
+	echo "Done !\n";
20
+	echo "Install airspace...";
21
+	update_db::update_airspace();
22
+	echo "Done !\n";
23
+	echo 'All is now installed ! Thanks'."\n";
24
+	if ($globalSBS1) {
25
+			echo 'You need to run cron-sbs.php as a daemon. You can use init script in the install/init directory.'."\n";
26
+	}
27
+	if ($globalACARS) {
28
+			echo 'You need to run cron-acars.php as a daemon. You can use init script in the install/init directory.'."\n";
29
+	}
30 30
     
31 31
 ?>
32 32
\ No newline at end of file
Please login to merge, or discard this patch.
install/class.update_schema.php 3 patches
Indentation   +447 added lines, -447 removed lines patch added patch discarded remove patch
@@ -8,18 +8,18 @@  discard block
 block discarded – undo
8 8
 class update_schema {
9 9
 
10 10
 	public static function update_schedule() {
11
-	    $Connection = new Connection();
12
-	    $Schedule = new Schedule();
13
-	    $query = "SELECT * FROM schedule";
14
-            try {
15
-            	$sth = $Connection->db->prepare($query);
11
+		$Connection = new Connection();
12
+		$Schedule = new Schedule();
13
+		$query = "SELECT * FROM schedule";
14
+			try {
15
+				$sth = $Connection->db->prepare($query);
16 16
 		$sth->execute();
17
-    	    } catch(PDOException $e) {
17
+			} catch(PDOException $e) {
18 18
 		return "error : ".$e->getMessage()."\n";
19
-    	    }
20
-    	    while ($row = $sth->fetch(PDO::FETCH_ASSOC)) {
21
-    		$Schedule->addSchedule($row['ident'],$row['departure_airport_icao'],$row['departure_airport_time'],$row['arrival_airport_icao'],$row['arrival_airport_time']);
22
-    	    }
19
+			}
20
+			while ($row = $sth->fetch(PDO::FETCH_ASSOC)) {
21
+			$Schedule->addSchedule($row['ident'],$row['departure_airport_icao'],$row['departure_airport_time'],$row['arrival_airport_icao'],$row['arrival_airport_time']);
22
+			}
23 23
 	
24 24
 	}
25 25
 /*
@@ -43,198 +43,198 @@  discard block
 block discarded – undo
43 43
     	}
44 44
 */	
45 45
 	private static function update_from_1() {
46
-    		$Connection = new Connection();
47
-    		// Add new column to routes table
48
-    		//$query = "ALTER TABLE `routes` ADD `FromAirport_Time` VARCHAR(10),`ToAirport_Time` VARCHAR(10),`Source` VARCHAR(255),`date_added` DATETIME DEFAULT CURRENT TIMESTAMP,`date_modified` DATETIME,`date_lastseen` DATETIME";
46
+			$Connection = new Connection();
47
+			// Add new column to routes table
48
+			//$query = "ALTER TABLE `routes` ADD `FromAirport_Time` VARCHAR(10),`ToAirport_Time` VARCHAR(10),`Source` VARCHAR(255),`date_added` DATETIME DEFAULT CURRENT TIMESTAMP,`date_modified` DATETIME,`date_lastseen` DATETIME";
49 49
 		$query = "ALTER TABLE `routes` ADD `FromAirport_Time` VARCHAR(10) NULL , ADD `ToAirport_Time` VARCHAR(10) NULL , ADD `Source` VARCHAR(255) NULL, ADD `date_added` timestamp DEFAULT CURRENT_TIMESTAMP, ADD `date_modified` timestamp NULL, ADD `date_lastseen` timestamp NULL";
50
-        	try {
51
-            	    $sth = $Connection->db->prepare($query);
52
-		    $sth->execute();
53
-    		} catch(PDOException $e) {
54
-		    return "error (add new columns to routes table) : ".$e->getMessage()."\n";
55
-    		}
56
-    		// Copy schedules data to routes table
57
-    		self::update_schedule();
58
-    		// Delete schedule table
50
+			try {
51
+					$sth = $Connection->db->prepare($query);
52
+			$sth->execute();
53
+			} catch(PDOException $e) {
54
+			return "error (add new columns to routes table) : ".$e->getMessage()."\n";
55
+			}
56
+			// Copy schedules data to routes table
57
+			self::update_schedule();
58
+			// Delete schedule table
59 59
 		$query = "DROP TABLE `schedule`";
60
-        	try {
61
-            	    $sth = $Connection->db->prepare($query);
62
-		    $sth->execute();
63
-    		} catch(PDOException $e) {
64
-		    return "error (delete schedule table) : ".$e->getMessage()."\n";
65
-    		}
66
-    		// Add source column
67
-    		$query = "ALTER TABLE `aircraft_modes` ADD `Source` VARCHAR(255) NULL";
68
-    		try {
69
-            	    $sth = $Connection->db->prepare($query);
70
-		    $sth->execute();
71
-    		} catch(PDOException $e) {
72
-		    return "error (add source column to aircraft_modes) : ".$e->getMessage()."\n";
73
-    		}
60
+			try {
61
+					$sth = $Connection->db->prepare($query);
62
+			$sth->execute();
63
+			} catch(PDOException $e) {
64
+			return "error (delete schedule table) : ".$e->getMessage()."\n";
65
+			}
66
+			// Add source column
67
+			$query = "ALTER TABLE `aircraft_modes` ADD `Source` VARCHAR(255) NULL";
68
+			try {
69
+					$sth = $Connection->db->prepare($query);
70
+			$sth->execute();
71
+			} catch(PDOException $e) {
72
+			return "error (add source column to aircraft_modes) : ".$e->getMessage()."\n";
73
+			}
74 74
 		// Delete unused column
75 75
 		$query = "ALTER TABLE `aircraft_modes`  DROP `SerialNo`,  DROP `OperatorFlagCode`,  DROP `Manufacturer`,  DROP `Type`,  DROP `FirstRegDate`,  DROP `CurrentRegDate`,  DROP `Country`,  DROP `PreviousID`,  DROP `DeRegDate`,  DROP `Status`,  DROP `PopularName`,  DROP `GenericName`,  DROP `AircraftClass`,  DROP `Engines`,  DROP `OwnershipStatus`,  DROP `RegisteredOwners`,  DROP `MTOW`,  DROP `TotalHours`,  DROP `YearBuilt`,  DROP `CofACategory`,  DROP `CofAExpiry`,  DROP `UserNotes`,  DROP `Interested`,  DROP `UserTag`,  DROP `InfoUrl`,  DROP `PictureUrl1`,  DROP `PictureUrl2`,  DROP `PictureUrl3`,  DROP `UserBool1`,  DROP `UserBool2`,  DROP `UserBool3`,  DROP `UserBool4`,  DROP `UserBool5`,  DROP `UserString1`,  DROP `UserString2`,  DROP `UserString3`,  DROP `UserString4`,  DROP `UserString5`,  DROP `UserInt1`,  DROP `UserInt2`,  DROP `UserInt3`,  DROP `UserInt4`,  DROP `UserInt5`";
76
-    		try {
77
-            	    $sth = $Connection->db->prepare($query);
78
-		    $sth->execute();
79
-    		} catch(PDOException $e) {
80
-		    return "error (Delete unused column of aircraft_modes) : ".$e->getMessage()."\n";
81
-    		}
76
+			try {
77
+					$sth = $Connection->db->prepare($query);
78
+			$sth->execute();
79
+			} catch(PDOException $e) {
80
+			return "error (Delete unused column of aircraft_modes) : ".$e->getMessage()."\n";
81
+			}
82 82
 		// Add ModeS column
83 83
 		$query = "ALTER TABLE `spotter_output`  ADD `ModeS` VARCHAR(255) NULL";
84
-    		try {
85
-            	    $sth = $Connection->db->prepare($query);
86
-		    $sth->execute();
87
-    		} catch(PDOException $e) {
88
-		    return "error (Add ModeS column in spotter_output) : ".$e->getMessage()."\n";
89
-    		}
84
+			try {
85
+					$sth = $Connection->db->prepare($query);
86
+			$sth->execute();
87
+			} catch(PDOException $e) {
88
+			return "error (Add ModeS column in spotter_output) : ".$e->getMessage()."\n";
89
+			}
90 90
 		$query = "ALTER TABLE `spotter_live`  ADD `ModeS` VARCHAR(255)";
91
-    		try {
92
-            	    $sth = $Connection->db->prepare($query);
93
-		    $sth->execute();
94
-    		} catch(PDOException $e) {
95
-		    return "error (Add ModeS column in spotter_live) : ".$e->getMessage()."\n";
96
-    		}
97
-    		// Add auto_increment for aircraft_modes
98
-    		$query = "ALTER TABLE `aircraft_modes` CHANGE `AircraftID` `AircraftID` INT(11) NOT NULL AUTO_INCREMENT";
99
-    		try {
100
-            	    $sth = $Connection->db->prepare($query);
101
-		    $sth->execute();
102
-    		} catch(PDOException $e) {
103
-		    return "error (Add Auto increment in aircraft_modes) : ".$e->getMessage()."\n";
104
-    		}
105
-    		$error = '';
91
+			try {
92
+					$sth = $Connection->db->prepare($query);
93
+			$sth->execute();
94
+			} catch(PDOException $e) {
95
+			return "error (Add ModeS column in spotter_live) : ".$e->getMessage()."\n";
96
+			}
97
+			// Add auto_increment for aircraft_modes
98
+			$query = "ALTER TABLE `aircraft_modes` CHANGE `AircraftID` `AircraftID` INT(11) NOT NULL AUTO_INCREMENT";
99
+			try {
100
+					$sth = $Connection->db->prepare($query);
101
+			$sth->execute();
102
+			} catch(PDOException $e) {
103
+			return "error (Add Auto increment in aircraft_modes) : ".$e->getMessage()."\n";
104
+			}
105
+			$error = '';
106 106
 		$error .= create_db::import_file('../db/acars_live.sql');
107 107
 		$error .= create_db::import_file('../db/config.sql');
108 108
 		// Update schema_version to 2
109 109
 		$query = "UPDATE `config` SET `value` = '2' WHERE `name` = 'schema_version'";
110
-        	try {
111
-            	    $sth = $Connection->db->prepare($query);
112
-		    $sth->execute();
113
-    		} catch(PDOException $e) {
114
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
115
-    		}
110
+			try {
111
+					$sth = $Connection->db->prepare($query);
112
+			$sth->execute();
113
+			} catch(PDOException $e) {
114
+			return "error (update schema_version) : ".$e->getMessage()."\n";
115
+			}
116 116
 		return $error;
117
-        }
117
+		}
118 118
 
119 119
 	private static function update_from_2() {
120
-    		$Connection = new Connection();
121
-    		// Add new column decode to acars_live table
120
+			$Connection = new Connection();
121
+			// Add new column decode to acars_live table
122 122
 		$query = "ALTER TABLE `acars_live` ADD `decode` TEXT";
123
-        	try {
124
-            	    $sth = $Connection->db->prepare($query);
125
-		    $sth->execute();
126
-    		} catch(PDOException $e) {
127
-		    return "error (add new columns to routes table) : ".$e->getMessage()."\n";
128
-    		}
129
-    		$error = '';
130
-    		// Create table acars_archive
123
+			try {
124
+					$sth = $Connection->db->prepare($query);
125
+			$sth->execute();
126
+			} catch(PDOException $e) {
127
+			return "error (add new columns to routes table) : ".$e->getMessage()."\n";
128
+			}
129
+			$error = '';
130
+			// Create table acars_archive
131 131
 		$error .= create_db::import_file('../db/acars_archive.sql');
132 132
 		// Update schema_version to 3
133 133
 		$query = "UPDATE `config` SET `value` = '3' WHERE `name` = 'schema_version'";
134
-        	try {
135
-            	    $sth = $Connection->db->prepare($query);
136
-		    $sth->execute();
137
-    		} catch(PDOException $e) {
138
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
139
-    		}
134
+			try {
135
+					$sth = $Connection->db->prepare($query);
136
+			$sth->execute();
137
+			} catch(PDOException $e) {
138
+			return "error (update schema_version) : ".$e->getMessage()."\n";
139
+			}
140 140
 		return $error;
141 141
 	}
142 142
 
143 143
 	private static function update_from_3() {
144
-    		$Connection = new Connection();
145
-    		// Add default CURRENT_TIMESTAMP to aircraft_modes column FirstCreated
144
+			$Connection = new Connection();
145
+			// Add default CURRENT_TIMESTAMP to aircraft_modes column FirstCreated
146 146
 		$query = "ALTER TABLE `aircraft_modes` CHANGE `FirstCreated` `FirstCreated` timestamp DEFAULT CURRENT_TIMESTAMP";
147
-        	try {
148
-            	    $sth = $Connection->db->prepare($query);
149
-		    $sth->execute();
150
-    		} catch(PDOException $e) {
151
-		    return "error (add new columns to aircraft_modes) : ".$e->getMessage()."\n";
152
-    		}
153
-    		// Add image_source_website column to spotter_image
147
+			try {
148
+					$sth = $Connection->db->prepare($query);
149
+			$sth->execute();
150
+			} catch(PDOException $e) {
151
+			return "error (add new columns to aircraft_modes) : ".$e->getMessage()."\n";
152
+			}
153
+			// Add image_source_website column to spotter_image
154 154
 		$query = "ALTER TABLE `spotter_image` ADD `image_source_website` VARCHAR(999) NULL";
155
-        	try {
156
-            	    $sth = $Connection->db->prepare($query);
157
-		    $sth->execute();
158
-    		} catch(PDOException $e) {
159
-		    return "error (add new columns to spotter_image) : ".$e->getMessage()."\n";
160
-    		}
161
-    		$error = '';
155
+			try {
156
+					$sth = $Connection->db->prepare($query);
157
+			$sth->execute();
158
+			} catch(PDOException $e) {
159
+			return "error (add new columns to spotter_image) : ".$e->getMessage()."\n";
160
+			}
161
+			$error = '';
162 162
 		// Update schema_version to 4
163 163
 		$query = "UPDATE `config` SET `value` = '4' WHERE `name` = 'schema_version'";
164
-        	try {
165
-            	    $sth = $Connection->db->prepare($query);
166
-		    $sth->execute();
167
-    		} catch(PDOException $e) {
168
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
169
-    		}
164
+			try {
165
+					$sth = $Connection->db->prepare($query);
166
+			$sth->execute();
167
+			} catch(PDOException $e) {
168
+			return "error (update schema_version) : ".$e->getMessage()."\n";
169
+			}
170 170
 		return $error;
171 171
 	}
172 172
 	
173 173
 	private static function update_from_4() {
174
-    		$Connection = new Connection();
174
+			$Connection = new Connection();
175 175
 	
176
-    		$error = '';
177
-    		// Create table acars_label
176
+			$error = '';
177
+			// Create table acars_label
178 178
 		$error .= create_db::import_file('../db/acars_label.sql');
179 179
 		if ($error == '') {
180
-		    // Update schema_version to 5
181
-		    $query = "UPDATE `config` SET `value` = '5' WHERE `name` = 'schema_version'";
182
-        	    try {
183
-            		$sth = $Connection->db->prepare($query);
180
+			// Update schema_version to 5
181
+			$query = "UPDATE `config` SET `value` = '5' WHERE `name` = 'schema_version'";
182
+				try {
183
+					$sth = $Connection->db->prepare($query);
184 184
 			$sth->execute();
185
-    		    } catch(PDOException $e) {
185
+				} catch(PDOException $e) {
186 186
 			return "error (update schema_version) : ".$e->getMessage()."\n";
187
-    		    }
188
-    		}
187
+				}
188
+			}
189 189
 		return $error;
190 190
 	}
191 191
 
192 192
 	private static function update_from_5() {
193
-    		$Connection = new Connection();
194
-    		// Add columns to translation
193
+			$Connection = new Connection();
194
+			// Add columns to translation
195 195
 		$query = "ALTER TABLE `translation` ADD `Source` VARCHAR(255) NULL, ADD `date_added` timestamp DEFAULT CURRENT_TIMESTAMP , ADD `date_modified` timestamp DEFAULT CURRENT_TIMESTAMP ;";
196
-        	try {
197
-            	    $sth = $Connection->db->prepare($query);
198
-		    $sth->execute();
199
-    		} catch(PDOException $e) {
200
-		    return "error (add new columns to translation) : ".$e->getMessage()."\n";
201
-    		}
202
-    		// Add aircraft_shadow column to aircraft
203
-    		$query = "ALTER TABLE `aircraft` ADD `aircraft_shadow` VARCHAR(255) NULL";
204
-        	try {
205
-            	    $sth = $Connection->db->prepare($query);
206
-		    $sth->execute();
207
-    		} catch(PDOException $e) {
208
-		    return "error (add new column to aircraft) : ".$e->getMessage()."\n";
209
-    		}
210
-    		// Add aircraft_shadow column to spotter_live
211
-    		$query = "ALTER TABLE `spotter_live` ADD `aircraft_shadow` VARCHAR(255) NULL";
212
-        	try {
213
-            	    $sth = $Connection->db->prepare($query);
214
-		    $sth->execute();
215
-    		} catch(PDOException $e) {
216
-		    return "error (add new column to spotter_live) : ".$e->getMessage()."\n";
217
-    		}
218
-    		$error = '';
219
-    		// Update table aircraft
196
+			try {
197
+					$sth = $Connection->db->prepare($query);
198
+			$sth->execute();
199
+			} catch(PDOException $e) {
200
+			return "error (add new columns to translation) : ".$e->getMessage()."\n";
201
+			}
202
+			// Add aircraft_shadow column to aircraft
203
+			$query = "ALTER TABLE `aircraft` ADD `aircraft_shadow` VARCHAR(255) NULL";
204
+			try {
205
+					$sth = $Connection->db->prepare($query);
206
+			$sth->execute();
207
+			} catch(PDOException $e) {
208
+			return "error (add new column to aircraft) : ".$e->getMessage()."\n";
209
+			}
210
+			// Add aircraft_shadow column to spotter_live
211
+			$query = "ALTER TABLE `spotter_live` ADD `aircraft_shadow` VARCHAR(255) NULL";
212
+			try {
213
+					$sth = $Connection->db->prepare($query);
214
+			$sth->execute();
215
+			} catch(PDOException $e) {
216
+			return "error (add new column to spotter_live) : ".$e->getMessage()."\n";
217
+			}
218
+			$error = '';
219
+			// Update table aircraft
220 220
 		$error .= create_db::import_file('../db/aircraft.sql');
221 221
 		$error .= create_db::import_file('../db/spotter_archive.sql');
222 222
 
223 223
 		// Update schema_version to 6
224 224
 		$query = "UPDATE `config` SET `value` = '6' WHERE `name` = 'schema_version'";
225
-        	try {
226
-            	    $sth = $Connection->db->prepare($query);
227
-		    $sth->execute();
228
-    		} catch(PDOException $e) {
229
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
230
-    		}
225
+			try {
226
+					$sth = $Connection->db->prepare($query);
227
+			$sth->execute();
228
+			} catch(PDOException $e) {
229
+			return "error (update schema_version) : ".$e->getMessage()."\n";
230
+			}
231 231
 		return $error;
232 232
 	}
233 233
 
234 234
 	private static function update_from_6() {
235
-    		$Connection = new Connection();
236
-    		if (!$Connection->indexExists('spotter_output','flightaware_id')) {
237
-    		    $query = "ALTER TABLE spotter_output ADD INDEX(flightaware_id);
235
+			$Connection = new Connection();
236
+			if (!$Connection->indexExists('spotter_output','flightaware_id')) {
237
+				$query = "ALTER TABLE spotter_output ADD INDEX(flightaware_id);
238 238
 			ALTER TABLE spotter_output ADD INDEX(date);
239 239
 			ALTER TABLE spotter_output ADD INDEX(ident);
240 240
 			ALTER TABLE spotter_live ADD INDEX(flightaware_id);
@@ -247,147 +247,147 @@  discard block
 block discarded – undo
247 247
 			ALTER TABLE aircraft ADD INDEX(icao);
248 248
 			ALTER TABLE airport ADD INDEX(icao);
249 249
 			ALTER TABLE translation ADD INDEX(Operator);";
250
-        	    try {
251
-            		$sth = $Connection->db->prepare($query);
250
+				try {
251
+					$sth = $Connection->db->prepare($query);
252 252
 			$sth->execute();
253
-    		    } catch(PDOException $e) {
253
+				} catch(PDOException $e) {
254 254
 			return "error (add some indexes) : ".$e->getMessage()."\n";
255
-    		    }
256
-    		}
257
-    		$error = '';
258
-    		// Update table countries
259
-    		if ($Connection->tableExists('airspace')) {
260
-    		    $error .= update_db::update_countries();
261
-		    if ($error != '') return $error;
255
+				}
256
+			}
257
+			$error = '';
258
+			// Update table countries
259
+			if ($Connection->tableExists('airspace')) {
260
+				$error .= update_db::update_countries();
261
+			if ($error != '') return $error;
262 262
 		}
263 263
 		// Update schema_version to 7
264 264
 		$query = "UPDATE `config` SET `value` = '7' WHERE `name` = 'schema_version'";
265
-        	try {
266
-            	    $sth = $Connection->db->prepare($query);
267
-		    $sth->execute();
268
-    		} catch(PDOException $e) {
269
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
270
-    		}
265
+			try {
266
+					$sth = $Connection->db->prepare($query);
267
+			$sth->execute();
268
+			} catch(PDOException $e) {
269
+			return "error (update schema_version) : ".$e->getMessage()."\n";
270
+			}
271 271
 		return $error;
272
-    	}
272
+		}
273 273
 
274 274
 	private static function update_from_7() {
275 275
 		global $globalDBname, $globalDBdriver;
276
-    		$Connection = new Connection();
277
-    		$query="ALTER TABLE spotter_live ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;
276
+			$Connection = new Connection();
277
+			$query="ALTER TABLE spotter_live ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;
278 278
     			ALTER TABLE spotter_output ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;";
279
-        	try {
280
-            	    $sth = $Connection->db->prepare($query);
281
-		    $sth->execute();
282
-    		} catch(PDOException $e) {
283
-		    return "error (add pilot column to spotter_live and spotter_output) : ".$e->getMessage()."\n";
284
-    		}
285
-    		if ($globalDBdriver == 'mysql') {
286
-    		    $query = "SELECT ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = '".$globalDBname."' AND TABLE_NAME = 'spotter_archive'";
287
-		    try {
288
-            		$sth = $Connection->db->prepare($query);
289
-			$sth->execute();
290
-    		    } catch(PDOException $e) {
279
+			try {
280
+					$sth = $Connection->db->prepare($query);
281
+			$sth->execute();
282
+			} catch(PDOException $e) {
283
+			return "error (add pilot column to spotter_live and spotter_output) : ".$e->getMessage()."\n";
284
+			}
285
+			if ($globalDBdriver == 'mysql') {
286
+				$query = "SELECT ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = '".$globalDBname."' AND TABLE_NAME = 'spotter_archive'";
287
+			try {
288
+					$sth = $Connection->db->prepare($query);
289
+			$sth->execute();
290
+				} catch(PDOException $e) {
291 291
 			return "error (problem when select engine for spotter_engine) : ".$e->getMessage()."\n";
292
-    		    }
293
-    		    $row = $sth->fetch(PDO::FETCH_ASSOC);
294
-    		    if ($row['engine'] == 'ARCHIVE') {
292
+				}
293
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
294
+				if ($row['engine'] == 'ARCHIVE') {
295 295
 			$query = "CREATE TABLE copy LIKE spotter_archive; 
296 296
 				ALTER TABLE copy ENGINE=ARCHIVE;
297 297
 				ALTER TABLE copy ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;
298 298
 				INSERT INTO copy SELECT *, '' as pilot_name, '' as pilot_id FROM spotter_archive ORDER BY `spotter_archive_id`;
299 299
 				DROP TABLE spotter_archive;
300 300
 				RENAME TABLE copy TO spotter_archive;";
301
-            	    } else {
302
-    			$query="ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
303
-            	    }
304
-                } else {
305
-    		    $query="ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
306
-                }
307
-        	try {
308
-            	    $sth = $Connection->db->prepare($query);
309
-		    $sth->execute();
310
-    		} catch(PDOException $e) {
311
-		    return "error (add pilot column to spotter_archive) : ".$e->getMessage()."\n";
312
-    		}
301
+					} else {
302
+				$query="ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
303
+					}
304
+				} else {
305
+				$query="ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
306
+				}
307
+			try {
308
+					$sth = $Connection->db->prepare($query);
309
+			$sth->execute();
310
+			} catch(PDOException $e) {
311
+			return "error (add pilot column to spotter_archive) : ".$e->getMessage()."\n";
312
+			}
313 313
 
314
-    		$error = '';
315
-    		// Update table aircraft
314
+			$error = '';
315
+			// Update table aircraft
316 316
 		$error .= create_db::import_file('../db/source_location.sql');
317 317
 		if ($error != '') return $error;
318 318
 		// Update schema_version to 6
319 319
 		$query = "UPDATE `config` SET `value` = '8' WHERE `name` = 'schema_version'";
320
-        	try {
321
-            	    $sth = $Connection->db->prepare($query);
322
-		    $sth->execute();
323
-    		} catch(PDOException $e) {
324
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
325
-    		}
320
+			try {
321
+					$sth = $Connection->db->prepare($query);
322
+			$sth->execute();
323
+			} catch(PDOException $e) {
324
+			return "error (update schema_version) : ".$e->getMessage()."\n";
325
+			}
326 326
 		return $error;
327 327
 	}
328 328
 
329 329
 	private static function update_from_8() {
330
-    		$Connection = new Connection();
331
-    		$error = '';
332
-    		// Update table aircraft
330
+			$Connection = new Connection();
331
+			$error = '';
332
+			// Update table aircraft
333 333
 		$error .= create_db::import_file('../db/notam.sql');
334 334
 		if ($error != '') return $error;
335 335
 		$query = "DELETE FROM config WHERE name = 'last_update_db';
336 336
                         INSERT INTO config (name,value) VALUES ('last_update_db',NOW());
337 337
                         DELETE FROM config WHERE name = 'last_update_notam_db';
338 338
                         INSERT INTO config (name,value) VALUES ('last_update_notam_db',NOW());";
339
-        	try {
340
-            	    $sth = $Connection->db->prepare($query);
341
-		    $sth->execute();
342
-    		} catch(PDOException $e) {
343
-		    return "error (insert last_update values) : ".$e->getMessage()."\n";
344
-    		}
339
+			try {
340
+					$sth = $Connection->db->prepare($query);
341
+			$sth->execute();
342
+			} catch(PDOException $e) {
343
+			return "error (insert last_update values) : ".$e->getMessage()."\n";
344
+			}
345 345
 		$query = "UPDATE `config` SET `value` = '9' WHERE `name` = 'schema_version'";
346
-        	try {
347
-            	    $sth = $Connection->db->prepare($query);
348
-		    $sth->execute();
349
-    		} catch(PDOException $e) {
350
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
351
-    		}
346
+			try {
347
+					$sth = $Connection->db->prepare($query);
348
+			$sth->execute();
349
+			} catch(PDOException $e) {
350
+			return "error (update schema_version) : ".$e->getMessage()."\n";
351
+			}
352 352
 		return $error;
353 353
 	}
354 354
 
355 355
 	private static function update_from_9() {
356
-    		$Connection = new Connection();
357
-    		$query="ALTER TABLE spotter_live ADD verticalrate INT(11) NULL;
356
+			$Connection = new Connection();
357
+			$query="ALTER TABLE spotter_live ADD verticalrate INT(11) NULL;
358 358
     			ALTER TABLE spotter_output ADD verticalrate INT(11) NULL;";
359
-        	try {
360
-            	    $sth = $Connection->db->prepare($query);
361
-		    $sth->execute();
362
-    		} catch(PDOException $e) {
363
-		    return "error (add verticalrate column to spotter_live and spotter_output) : ".$e->getMessage()."\n";
364
-    		}
359
+			try {
360
+					$sth = $Connection->db->prepare($query);
361
+			$sth->execute();
362
+			} catch(PDOException $e) {
363
+			return "error (add verticalrate column to spotter_live and spotter_output) : ".$e->getMessage()."\n";
364
+			}
365 365
 		$error = '';
366
-    		// Update table atc
366
+			// Update table atc
367 367
 		$error .= create_db::import_file('../db/atc.sql');
368 368
 		if ($error != '') return $error;
369 369
 		
370 370
 		$query = "UPDATE `config` SET `value` = '10' WHERE `name` = 'schema_version'";
371
-        	try {
372
-            	    $sth = $Connection->db->prepare($query);
373
-		    $sth->execute();
374
-    		} catch(PDOException $e) {
375
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
376
-    		}
371
+			try {
372
+					$sth = $Connection->db->prepare($query);
373
+			$sth->execute();
374
+			} catch(PDOException $e) {
375
+			return "error (update schema_version) : ".$e->getMessage()."\n";
376
+			}
377 377
 		return $error;
378 378
 	}
379 379
 
380 380
 	private static function update_from_10() {
381
-    		$Connection = new Connection();
382
-    		$query="ALTER TABLE atc CHANGE `type` `type` ENUM('Observer','Flight Information','Delivery','Tower','Approach','ACC','Departure','Ground','Flight Service Station','Control Radar or Centre') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL";
383
-        	try {
384
-            	    $sth = $Connection->db->prepare($query);
385
-		    $sth->execute();
386
-    		} catch(PDOException $e) {
387
-		    return "error (add new enum to ATC table) : ".$e->getMessage()."\n";
388
-    		}
381
+			$Connection = new Connection();
382
+			$query="ALTER TABLE atc CHANGE `type` `type` ENUM('Observer','Flight Information','Delivery','Tower','Approach','ACC','Departure','Ground','Flight Service Station','Control Radar or Centre') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL";
383
+			try {
384
+					$sth = $Connection->db->prepare($query);
385
+			$sth->execute();
386
+			} catch(PDOException $e) {
387
+			return "error (add new enum to ATC table) : ".$e->getMessage()."\n";
388
+			}
389 389
 		$error = '';
390
-    		// Add tables
390
+			// Add tables
391 391
 		$error .= create_db::import_file('../db/aircraft_owner.sql');
392 392
 		if ($error != '') return $error;
393 393
 		$error .= create_db::import_file('../db/metar.sql');
@@ -398,76 +398,76 @@  discard block
 block discarded – undo
398 398
 		if ($error != '') return $error;
399 399
 		
400 400
 		$query = "UPDATE `config` SET `value` = '11' WHERE `name` = 'schema_version'";
401
-        	try {
402
-            	    $sth = $Connection->db->prepare($query);
403
-		    $sth->execute();
404
-    		} catch(PDOException $e) {
405
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
406
-    		}
401
+			try {
402
+					$sth = $Connection->db->prepare($query);
403
+			$sth->execute();
404
+			} catch(PDOException $e) {
405
+			return "error (update schema_version) : ".$e->getMessage()."\n";
406
+			}
407 407
 		return $error;
408 408
 	}
409 409
 
410 410
 	private static function update_from_11() {
411 411
 		global $globalDBdriver, $globalDBname;
412
-    		$Connection = new Connection();
413
-    		$query="ALTER TABLE spotter_output ADD owner_name VARCHAR(255) NULL DEFAULT NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_seen DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, ADD last_latitude FLOAT NULL, ADD last_longitude FLOAT NULL, ADD last_altitude INT(11) NULL, ADD last_ground_speed INT(11), ADD real_arrival_airport_icao VARCHAR(999), ADD real_arrival_airport_time VARCHAR(20),ADD real_departure_airport_icao VARCHAR(999), ADD real_departure_airport_time VARCHAR(20)";
414
-        	try {
415
-            	    $sth = $Connection->db->prepare($query);
416
-		    $sth->execute();
417
-    		} catch(PDOException $e) {
418
-		    return "error (add owner_name & format_source column to spotter_output) : ".$e->getMessage()."\n";
419
-    		}
420
-    		$query="ALTER TABLE spotter_live ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
421
-        	try {
422
-            	    $sth = $Connection->db->prepare($query);
423
-		    $sth->execute();
424
-    		} catch(PDOException $e) {
425
-		    return "error (format_source column to spotter_live) : ".$e->getMessage()."\n";
426
-    		}
427
-    		if ($globalDBdriver == 'mysql') {
428
-    		    $query = "SELECT ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = '".$globalDBname."' AND TABLE_NAME = 'spotter_archive'";
429
-		    try {
430
-            		$sth = $Connection->db->prepare($query);
431
-			$sth->execute();
432
-    		    } catch(PDOException $e) {
412
+			$Connection = new Connection();
413
+			$query="ALTER TABLE spotter_output ADD owner_name VARCHAR(255) NULL DEFAULT NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_seen DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, ADD last_latitude FLOAT NULL, ADD last_longitude FLOAT NULL, ADD last_altitude INT(11) NULL, ADD last_ground_speed INT(11), ADD real_arrival_airport_icao VARCHAR(999), ADD real_arrival_airport_time VARCHAR(20),ADD real_departure_airport_icao VARCHAR(999), ADD real_departure_airport_time VARCHAR(20)";
414
+			try {
415
+					$sth = $Connection->db->prepare($query);
416
+			$sth->execute();
417
+			} catch(PDOException $e) {
418
+			return "error (add owner_name & format_source column to spotter_output) : ".$e->getMessage()."\n";
419
+			}
420
+			$query="ALTER TABLE spotter_live ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
421
+			try {
422
+					$sth = $Connection->db->prepare($query);
423
+			$sth->execute();
424
+			} catch(PDOException $e) {
425
+			return "error (format_source column to spotter_live) : ".$e->getMessage()."\n";
426
+			}
427
+			if ($globalDBdriver == 'mysql') {
428
+				$query = "SELECT ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = '".$globalDBname."' AND TABLE_NAME = 'spotter_archive'";
429
+			try {
430
+					$sth = $Connection->db->prepare($query);
431
+			$sth->execute();
432
+				} catch(PDOException $e) {
433 433
 			return "error (problem when select engine for spotter_engine) : ".$e->getMessage()."\n";
434
-    		    }
435
-    		    $row = $sth->fetch(PDO::FETCH_ASSOC);
436
-    		    if ($row['engine'] == 'ARCHIVE') {
434
+				}
435
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
436
+				if ($row['engine'] == 'ARCHIVE') {
437 437
 			$query = "CREATE TABLE copy LIKE spotter_archive; 
438 438
 				ALTER TABLE copy ENGINE=ARCHIVE;
439 439
 				ALTER TABLE copy ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE;
440 440
 				INSERT INTO copy SELECT *, '' as verticalrate, '' as format_source, '0' as ground FROM spotter_archive ORDER BY `spotter_archive_id`;
441 441
 				DROP TABLE spotter_archive;
442 442
 				RENAME TABLE copy TO spotter_archive;";
443
-            	    } else {
444
-    			$query="ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
445
-            	    }
446
-                } else {
447
-    		    $query="ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
448
-                }
449
-        	try {
450
-            	    $sth = $Connection->db->prepare($query);
451
-		    $sth->execute();
452
-    		} catch(PDOException $e) {
453
-		    return "error (add columns to spotter_archive) : ".$e->getMessage()."\n";
454
-    		}
443
+					} else {
444
+				$query="ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
445
+					}
446
+				} else {
447
+				$query="ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
448
+				}
449
+			try {
450
+					$sth = $Connection->db->prepare($query);
451
+			$sth->execute();
452
+			} catch(PDOException $e) {
453
+			return "error (add columns to spotter_archive) : ".$e->getMessage()."\n";
454
+			}
455 455
 
456 456
 		$error = '';
457 457
 		
458 458
 		$query = "UPDATE `config` SET `value` = '12' WHERE `name` = 'schema_version'";
459
-        	try {
460
-            	    $sth = $Connection->db->prepare($query);
461
-		    $sth->execute();
462
-    		} catch(PDOException $e) {
463
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
464
-    		}
459
+			try {
460
+					$sth = $Connection->db->prepare($query);
461
+			$sth->execute();
462
+			} catch(PDOException $e) {
463
+			return "error (update schema_version) : ".$e->getMessage()."\n";
464
+			}
465 465
 		return $error;
466 466
 	}
467 467
 	private static function update_from_12() {
468
-    		$Connection = new Connection();
468
+			$Connection = new Connection();
469 469
 		$error = '';
470
-    		// Add tables
470
+			// Add tables
471 471
 		$error .= create_db::import_file('../db/stats.sql');
472 472
 		if ($error != '') return $error;
473 473
 		$error .= create_db::import_file('../db/stats_aircraft.sql');
@@ -484,166 +484,166 @@  discard block
 block discarded – undo
484 484
 		if ($error != '') return $error;
485 485
 		
486 486
 		$query = "UPDATE `config` SET `value` = '13' WHERE `name` = 'schema_version'";
487
-        	try {
488
-            	    $sth = $Connection->db->prepare($query);
489
-		    $sth->execute();
490
-    		} catch(PDOException $e) {
491
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
492
-    		}
487
+			try {
488
+					$sth = $Connection->db->prepare($query);
489
+			$sth->execute();
490
+			} catch(PDOException $e) {
491
+			return "error (update schema_version) : ".$e->getMessage()."\n";
492
+			}
493 493
 		return $error;
494 494
 	}
495 495
 
496 496
 	private static function update_from_13() {
497
-    		$Connection = new Connection();
498
-    		if (!$Connection->checkColumnName('spotter_archive_output','real_departure_airport_icao')) {
499
-    			$query="ALTER TABLE spotter_archive_output ADD real_departure_airport_icao VARCHAR(20), ADD real_departure_airport_time VARCHAR(20)";
497
+			$Connection = new Connection();
498
+			if (!$Connection->checkColumnName('spotter_archive_output','real_departure_airport_icao')) {
499
+				$query="ALTER TABLE spotter_archive_output ADD real_departure_airport_icao VARCHAR(20), ADD real_departure_airport_time VARCHAR(20)";
500 500
 			try {
501 501
 				$sth = $Connection->db->prepare($query);
502 502
 				$sth->execute();
503
-	    		} catch(PDOException $e) {
503
+				} catch(PDOException $e) {
504 504
 				return "error (update spotter_archive_output) : ".$e->getMessage()."\n";
505
-    			}
505
+				}
506 506
 		}
507
-    		$error = '';
507
+			$error = '';
508 508
 		$query = "UPDATE `config` SET `value` = '14' WHERE `name` = 'schema_version'";
509
-        	try {
510
-            	    $sth = $Connection->db->prepare($query);
511
-		    $sth->execute();
512
-    		} catch(PDOException $e) {
513
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
514
-    		}
509
+			try {
510
+					$sth = $Connection->db->prepare($query);
511
+			$sth->execute();
512
+			} catch(PDOException $e) {
513
+			return "error (update schema_version) : ".$e->getMessage()."\n";
514
+			}
515 515
 		return $error;
516 516
 	}
517 517
 
518 518
 	private static function update_from_14() {
519
-    		$Connection = new Connection();
519
+			$Connection = new Connection();
520 520
 		$error = '';
521
-    		// Add tables
522
-    		if (!$Connection->tableExists('stats_flight')) {
521
+			// Add tables
522
+			if (!$Connection->tableExists('stats_flight')) {
523 523
 			$error .= create_db::import_file('../db/stats_flight.sql');
524 524
 			if ($error != '') return $error;
525 525
 		}
526 526
 		$query = "UPDATE `config` SET `value` = '15' WHERE `name` = 'schema_version'";
527
-        	try {
528
-            	    $sth = $Connection->db->prepare($query);
529
-		    $sth->execute();
530
-    		} catch(PDOException $e) {
531
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
532
-    		}
527
+			try {
528
+					$sth = $Connection->db->prepare($query);
529
+			$sth->execute();
530
+			} catch(PDOException $e) {
531
+			return "error (update schema_version) : ".$e->getMessage()."\n";
532
+			}
533 533
 		return $error;
534 534
 	}
535 535
 
536 536
 
537 537
 	private static function update_from_15() {
538
-    		$Connection = new Connection();
538
+			$Connection = new Connection();
539 539
 		$error = '';
540
-    		// Add tables
541
-    		$query="ALTER TABLE `stats` CHANGE `stats_date` `stats_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP";
542
-        	try {
543
-            	    $sth = $Connection->db->prepare($query);
544
-		    $sth->execute();
545
-    		} catch(PDOException $e) {
546
-		    return "error (update stats) : ".$e->getMessage()."\n";
547
-    		}
540
+			// Add tables
541
+			$query="ALTER TABLE `stats` CHANGE `stats_date` `stats_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP";
542
+			try {
543
+					$sth = $Connection->db->prepare($query);
544
+			$sth->execute();
545
+			} catch(PDOException $e) {
546
+			return "error (update stats) : ".$e->getMessage()."\n";
547
+			}
548 548
 		if ($error != '') return $error;
549 549
 		$query = "UPDATE `config` SET `value` = '16' WHERE `name` = 'schema_version'";
550
-        	try {
551
-            	    $sth = $Connection->db->prepare($query);
552
-		    $sth->execute();
553
-    		} catch(PDOException $e) {
554
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
555
-    		}
550
+			try {
551
+					$sth = $Connection->db->prepare($query);
552
+			$sth->execute();
553
+			} catch(PDOException $e) {
554
+			return "error (update schema_version) : ".$e->getMessage()."\n";
555
+			}
556 556
 		return $error;
557 557
 	}
558 558
 
559 559
 	private static function update_from_16() {
560
-    		$Connection = new Connection();
560
+			$Connection = new Connection();
561 561
 		$error = '';
562
-    		// Add tables
563
-    		if (!$Connection->tableExists('stats_registration')) {
562
+			// Add tables
563
+			if (!$Connection->tableExists('stats_registration')) {
564 564
 			$error .= create_db::import_file('../db/stats_registration.sql');
565 565
 		}
566
-    		if (!$Connection->tableExists('stats_callsign')) {
566
+			if (!$Connection->tableExists('stats_callsign')) {
567 567
 			$error .= create_db::import_file('../db/stats_callsign.sql');
568 568
 		}
569 569
 		if ($error != '') return $error;
570 570
 		$query = "UPDATE `config` SET `value` = '17' WHERE `name` = 'schema_version'";
571
-        	try {
572
-            	    $sth = $Connection->db->prepare($query);
573
-		    $sth->execute();
574
-    		} catch(PDOException $e) {
575
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
576
-    		}
571
+			try {
572
+					$sth = $Connection->db->prepare($query);
573
+			$sth->execute();
574
+			} catch(PDOException $e) {
575
+			return "error (update schema_version) : ".$e->getMessage()."\n";
576
+			}
577 577
 		return $error;
578 578
 	}
579 579
 
580 580
 	private static function update_from_17() {
581
-    		$Connection = new Connection();
581
+			$Connection = new Connection();
582 582
 		$error = '';
583
-    		// Add tables
584
-    		if (!$Connection->tableExists('stats_country')) {
583
+			// Add tables
584
+			if (!$Connection->tableExists('stats_country')) {
585 585
 			$error .= create_db::import_file('../db/stats_country.sql');
586 586
 		}
587 587
 		if ($error != '') return $error;
588 588
 		$query = "UPDATE `config` SET `value` = '18' WHERE `name` = 'schema_version'";
589
-        	try {
590
-            	    $sth = $Connection->db->prepare($query);
591
-		    $sth->execute();
592
-    		} catch(PDOException $e) {
593
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
594
-    		}
589
+			try {
590
+					$sth = $Connection->db->prepare($query);
591
+			$sth->execute();
592
+			} catch(PDOException $e) {
593
+			return "error (update schema_version) : ".$e->getMessage()."\n";
594
+			}
595 595
 		return $error;
596 596
 	}
597 597
 	private static function update_from_18() {
598
-    		$Connection = new Connection();
598
+			$Connection = new Connection();
599 599
 		$error = '';
600
-    		// Modify stats_airport table
601
-    		if (!$Connection->checkColumnName('stats_airport','airport_name')) {
602
-    			$query = "ALTER TABLE `stats_airport` ADD `stats_type` VARCHAR(50) NOT NULL DEFAULT 'yearly', ADD `airport_name` VARCHAR(255) NOT NULL, ADD `date` DATE NULL DEFAULT NULL, DROP INDEX `airport_icao`, ADD UNIQUE `airport_icao` (`airport_icao`, `type`, `date`)";
603
-    	        	try {
604
-	            	    $sth = $Connection->db->prepare($query);
605
-			    $sth->execute();
606
-    			} catch(PDOException $e) {
607
-			    return "error (update stats) : ".$e->getMessage()."\n";
608
-    			}
609
-    		}
600
+			// Modify stats_airport table
601
+			if (!$Connection->checkColumnName('stats_airport','airport_name')) {
602
+				$query = "ALTER TABLE `stats_airport` ADD `stats_type` VARCHAR(50) NOT NULL DEFAULT 'yearly', ADD `airport_name` VARCHAR(255) NOT NULL, ADD `date` DATE NULL DEFAULT NULL, DROP INDEX `airport_icao`, ADD UNIQUE `airport_icao` (`airport_icao`, `type`, `date`)";
603
+					try {
604
+						$sth = $Connection->db->prepare($query);
605
+				$sth->execute();
606
+				} catch(PDOException $e) {
607
+				return "error (update stats) : ".$e->getMessage()."\n";
608
+				}
609
+			}
610 610
 		if ($error != '') return $error;
611 611
 		$query = "UPDATE `config` SET `value` = '19' WHERE `name` = 'schema_version'";
612
-        	try {
613
-            	    $sth = $Connection->db->prepare($query);
614
-		    $sth->execute();
615
-    		} catch(PDOException $e) {
616
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
617
-    		}
612
+			try {
613
+					$sth = $Connection->db->prepare($query);
614
+			$sth->execute();
615
+			} catch(PDOException $e) {
616
+			return "error (update schema_version) : ".$e->getMessage()."\n";
617
+			}
618 618
 		return $error;
619 619
 	}
620 620
 
621 621
 	private static function update_from_19() {
622
-    		$Connection = new Connection();
622
+			$Connection = new Connection();
623 623
 		$error = '';
624
-    		// Update airport table
624
+			// Update airport table
625 625
 		$error .= create_db::import_file('../db/airport.sql');
626 626
 		if ($error != '') return 'Import airport.sql : '.$error;
627 627
 		// Remove primary key on Spotter_Archive
628 628
 		$query = "alter table spotter_archive drop spotter_archive_id";
629
-        	try {
630
-            	    $sth = $Connection->db->prepare($query);
631
-		    $sth->execute();
632
-    		} catch(PDOException $e) {
633
-		    return "error (remove primary key on spotter_archive) : ".$e->getMessage()."\n";
634
-    		}
629
+			try {
630
+					$sth = $Connection->db->prepare($query);
631
+			$sth->execute();
632
+			} catch(PDOException $e) {
633
+			return "error (remove primary key on spotter_archive) : ".$e->getMessage()."\n";
634
+			}
635 635
 		$query = "alter table spotter_archive add spotter_archive_id INT(11)";
636
-        	try {
637
-            	    $sth = $Connection->db->prepare($query);
638
-		    $sth->execute();
639
-    		} catch(PDOException $e) {
640
-		    return "error (add id again on spotter_archive) : ".$e->getMessage()."\n";
641
-    		}
636
+			try {
637
+					$sth = $Connection->db->prepare($query);
638
+			$sth->execute();
639
+			} catch(PDOException $e) {
640
+			return "error (add id again on spotter_archive) : ".$e->getMessage()."\n";
641
+			}
642 642
 		if (!$Connection->checkColumnName('spotter_archive','over_country')) {
643 643
 			// Add column over_country
644
-    			$query = "ALTER TABLE `spotter_archive` ADD `over_country` VARCHAR(5) NULL DEFAULT NULL";
644
+				$query = "ALTER TABLE `spotter_archive` ADD `over_country` VARCHAR(5) NULL DEFAULT NULL";
645 645
 			try {
646
-            			$sth = $Connection->db->prepare($query);
646
+						$sth = $Connection->db->prepare($query);
647 647
 				$sth->execute();
648 648
 			} catch(PDOException $e) {
649 649
 				return "error (add over_country) : ".$e->getMessage()."\n";
@@ -651,9 +651,9 @@  discard block
 block discarded – undo
651 651
 		}
652 652
 		if (!$Connection->checkColumnName('spotter_live','over_country')) {
653 653
 			// Add column over_country
654
-    			$query = "ALTER TABLE `spotter_live` ADD `over_country` VARCHAR(5) NULL DEFAULT NULL";
654
+				$query = "ALTER TABLE `spotter_live` ADD `over_country` VARCHAR(5) NULL DEFAULT NULL";
655 655
 			try {
656
-            			$sth = $Connection->db->prepare($query);
656
+						$sth = $Connection->db->prepare($query);
657 657
 				$sth->execute();
658 658
 			} catch(PDOException $e) {
659 659
 				return "error (add over_country) : ".$e->getMessage()."\n";
@@ -661,74 +661,74 @@  discard block
 block discarded – undo
661 661
 		}
662 662
 		if (!$Connection->checkColumnName('spotter_output','source_name')) {
663 663
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
664
-    			$query = "ALTER TABLE `spotter_output` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
664
+				$query = "ALTER TABLE `spotter_output` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
665 665
 			try {
666 666
 				$sth = $Connection->db->prepare($query);
667 667
 				$sth->execute();
668 668
 			} catch(PDOException $e) {
669 669
 				return "error (add source_name column) : ".$e->getMessage()."\n";
670
-    			}
671
-    		}
670
+				}
671
+			}
672 672
 		if (!$Connection->checkColumnName('spotter_live','source_name')) {
673 673
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
674
-    			$query = "ALTER TABLE `spotter_live` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
674
+				$query = "ALTER TABLE `spotter_live` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
675 675
 			try {
676 676
 				$sth = $Connection->db->prepare($query);
677 677
 				$sth->execute();
678 678
 			} catch(PDOException $e) {
679 679
 				return "error (add source_name column) : ".$e->getMessage()."\n";
680
-    			}
681
-    		}
680
+				}
681
+			}
682 682
 		if (!$Connection->checkColumnName('spotter_archive_output','source_name')) {
683 683
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
684
-    			$query = "ALTER TABLE `spotter_archive_output` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
684
+				$query = "ALTER TABLE `spotter_archive_output` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
685 685
 			try {
686 686
 				$sth = $Connection->db->prepare($query);
687 687
 				$sth->execute();
688 688
 			} catch(PDOException $e) {
689 689
 				return "error (add source_name column) : ".$e->getMessage()."\n";
690
-    			}
691
-    		}
690
+				}
691
+			}
692 692
 		if (!$Connection->checkColumnName('spotter_archive','source_name')) {
693 693
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
694
-    			$query = "ALTER TABLE `spotter_archive` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`;";
694
+				$query = "ALTER TABLE `spotter_archive` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`;";
695 695
 			try {
696 696
 				$sth = $Connection->db->prepare($query);
697 697
 				$sth->execute();
698 698
 			} catch(PDOException $e) {
699 699
 				return "error (add source_name column) : ".$e->getMessage()."\n";
700
-    			}
701
-    		}
700
+				}
701
+			}
702 702
 		if ($error != '') return $error;
703 703
 		$query = "UPDATE `config` SET `value` = '20' WHERE `name` = 'schema_version'";
704
-        	try {
705
-            	    $sth = $Connection->db->prepare($query);
706
-		    $sth->execute();
707
-    		} catch(PDOException $e) {
708
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
709
-    		}
704
+			try {
705
+					$sth = $Connection->db->prepare($query);
706
+			$sth->execute();
707
+			} catch(PDOException $e) {
708
+			return "error (update schema_version) : ".$e->getMessage()."\n";
709
+			}
710 710
 		return $error;
711 711
 	}
712 712
 
713 713
 	private static function update_from_20() {
714 714
 		global $globalIVAO, $globalVATSIM, $globalphpVMS;
715
-    		$Connection = new Connection();
715
+			$Connection = new Connection();
716 716
 		$error = '';
717
-    		// Update airline table
718
-    		if (!$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
717
+			// Update airline table
718
+			if (!$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
719 719
 			$error .= create_db::import_file('../db/airlines.sql');
720 720
 			if ($error != '') return 'Import airlines.sql : '.$error;
721 721
 		}
722 722
 		if (!$Connection->checkColumnName('aircraft_modes','type_flight')) {
723 723
 			// Add column over_country
724
-    			$query = "ALTER TABLE `aircraft_modes` ADD `type_flight` VARCHAR(50) NULL DEFAULT NULL;";
725
-        		try {
724
+				$query = "ALTER TABLE `aircraft_modes` ADD `type_flight` VARCHAR(50) NULL DEFAULT NULL;";
725
+				try {
726 726
 				$sth = $Connection->db->prepare($query);
727 727
 				$sth->execute();
728 728
 			} catch(PDOException $e) {
729 729
 				return "error (add over_country) : ".$e->getMessage()."\n";
730
-    			}
731
-    		}
730
+				}
731
+			}
732 732
 		if ($error != '') return $error;
733 733
 		/*
734 734
     		if (!$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
@@ -738,12 +738,12 @@  discard block
 block discarded – undo
738 738
 		}
739 739
 		*/
740 740
 		$query = "UPDATE `config` SET `value` = '21' WHERE `name` = 'schema_version'";
741
-        	try {
742
-            	    $sth = $Connection->db->prepare($query);
743
-		    $sth->execute();
744
-    		} catch(PDOException $e) {
745
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
746
-    		}
741
+			try {
742
+					$sth = $Connection->db->prepare($query);
743
+			$sth->execute();
744
+			} catch(PDOException $e) {
745
+			return "error (update schema_version) : ".$e->getMessage()."\n";
746
+			}
747 747
 		return $error;
748 748
 	}
749 749
 
@@ -762,35 +762,35 @@  discard block
 block discarded – undo
762 762
 			if ($error != '') return $error;
763 763
 		}
764 764
 		$query = "UPDATE `config` SET `value` = '22' WHERE `name` = 'schema_version'";
765
-        	try {
766
-            	    $sth = $Connection->db->prepare($query);
767
-		    $sth->execute();
768
-    		} catch(PDOException $e) {
769
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
770
-    		}
765
+			try {
766
+					$sth = $Connection->db->prepare($query);
767
+			$sth->execute();
768
+			} catch(PDOException $e) {
769
+			return "error (update schema_version) : ".$e->getMessage()."\n";
770
+			}
771 771
 		return $error;
772 772
 	}
773 773
 
774 774
 	private static function update_from_22() {
775 775
 		global $globalDBdriver;
776
-    		$Connection = new Connection();
776
+			$Connection = new Connection();
777 777
 		$error = '';
778 778
 		// Add table stats polar
779
-    		if (!$Connection->tableExists('stats_source')) {
779
+			if (!$Connection->tableExists('stats_source')) {
780 780
 			if ($globalDBdriver == 'mysql') {
781
-    				$error .= create_db::import_file('../db/stats_source.sql');
781
+					$error .= create_db::import_file('../db/stats_source.sql');
782 782
 			} else {
783 783
 				$error .= create_db::import_file('../db/pgsql/stats_source.sql');
784 784
 			}
785 785
 			if ($error != '') return $error;
786 786
 		}
787 787
 		$query = "UPDATE config SET value = '23' WHERE name = 'schema_version'";
788
-        	try {
789
-            	    $sth = $Connection->db->prepare($query);
790
-		    $sth->execute();
791
-    		} catch(PDOException $e) {
792
-		    return "error (update schema_version) : ".$e->getMessage()."\n";
793
-    		}
788
+			try {
789
+					$sth = $Connection->db->prepare($query);
790
+			$sth->execute();
791
+			} catch(PDOException $e) {
792
+			return "error (update schema_version) : ".$e->getMessage()."\n";
793
+			}
794 794
 		return $error;
795 795
 	}
796 796
 
@@ -820,14 +820,14 @@  discard block
 block discarded – undo
820 820
 		}
821 821
 		if (!$Connection->checkColumnName('stats_aircraft','aircraft_manufacturer')) {
822 822
 			// Add aircraft_manufacturer to stats_aircraft
823
-    			$query = "ALTER TABLE stats_aircraft ADD aircraft_manufacturer VARCHAR(255) NULL";
823
+				$query = "ALTER TABLE stats_aircraft ADD aircraft_manufacturer VARCHAR(255) NULL";
824 824
 			try {
825 825
 				$sth = $Connection->db->prepare($query);
826 826
 				$sth->execute();
827 827
 			} catch(PDOException $e) {
828 828
 				return "error (add aircraft_manufacturer column) : ".$e->getMessage()."\n";
829
-    			}
830
-    		}
829
+				}
830
+			}
831 831
 		
832 832
 		$query = "UPDATE config SET value = '24' WHERE name = 'schema_version'";
833 833
 		try {
@@ -1175,7 +1175,7 @@  discard block
 block discarded – undo
1175 1175
 			} catch(PDOException $e) {
1176 1176
 				return "error (add index latitude,longitude on spotter_live) : ".$e->getMessage()."\n";
1177 1177
 			}
1178
-                }
1178
+				}
1179 1179
 		if (!$Connection->checkColumnName('aircraft','mfr')) {
1180 1180
 			// Add mfr to aircraft
1181 1181
 			$query = "ALTER TABLE aircraft ADD mfr VARCHAR(255) NULL";
@@ -1249,7 +1249,7 @@  discard block
 block discarded – undo
1249 1249
 			} catch(PDOException $e) {
1250 1250
 				return "error (add index ref on notam) : ".$e->getMessage()."\n";
1251 1251
 			}
1252
-                }
1252
+				}
1253 1253
 		if (!$Connection->indexExists('accidents','registration_idx')) {
1254 1254
 			// Add index key
1255 1255
 			$query = "create index registration_idx on accidents (registration)";
@@ -1259,7 +1259,7 @@  discard block
 block discarded – undo
1259 1259
 			} catch(PDOException $e) {
1260 1260
 				return "error (add index registration on accidents) : ".$e->getMessage()."\n";
1261 1261
 			}
1262
-                }
1262
+				}
1263 1263
 		if (!$Connection->indexExists('accidents','rdts')) {
1264 1264
 			// Add index key
1265 1265
 			$query = "create index rdts on accidents (registration,date,type,source)";
@@ -1269,7 +1269,7 @@  discard block
 block discarded – undo
1269 1269
 			} catch(PDOException $e) {
1270 1270
 				return "error (add index registration, date, type & source on accidents) : ".$e->getMessage()."\n";
1271 1271
 			}
1272
-                }
1272
+				}
1273 1273
 
1274 1274
 		$query = "UPDATE config SET value = '31' WHERE name = 'schema_version'";
1275 1275
 		try {
@@ -1561,7 +1561,7 @@  discard block
 block discarded – undo
1561 1561
 			} catch(PDOException $e) {
1562 1562
 				return "error (add index type on accidents) : ".$e->getMessage()."\n";
1563 1563
 			}
1564
-                }
1564
+				}
1565 1565
 		$query = "UPDATE config SET value = '36' WHERE name = 'schema_version'";
1566 1566
 		try {
1567 1567
 			$sth = $Connection->db->prepare($query);
@@ -1722,7 +1722,7 @@  discard block
 block discarded – undo
1722 1722
 			} catch(PDOException $e) {
1723 1723
 				return "error (add index flightaware_id, date on spotter_archive) : ".$e->getMessage()."\n";
1724 1724
 			}
1725
-                }
1725
+				}
1726 1726
 		$query = "UPDATE config SET value = '38' WHERE name = 'schema_version'";
1727 1727
 		try {
1728 1728
 			$sth = $Connection->db->prepare($query);
Please login to merge, or discard this patch.
Spacing   +234 added lines, -234 removed lines patch added patch discarded remove patch
@@ -14,11 +14,11 @@  discard block
 block discarded – undo
14 14
             try {
15 15
             	$sth = $Connection->db->prepare($query);
16 16
 		$sth->execute();
17
-    	    } catch(PDOException $e) {
17
+    	    } catch (PDOException $e) {
18 18
 		return "error : ".$e->getMessage()."\n";
19 19
     	    }
20 20
     	    while ($row = $sth->fetch(PDO::FETCH_ASSOC)) {
21
-    		$Schedule->addSchedule($row['ident'],$row['departure_airport_icao'],$row['departure_airport_time'],$row['arrival_airport_icao'],$row['arrival_airport_time']);
21
+    		$Schedule->addSchedule($row['ident'], $row['departure_airport_icao'], $row['departure_airport_time'], $row['arrival_airport_icao'], $row['arrival_airport_time']);
22 22
     	    }
23 23
 	
24 24
 	}
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
         	try {
51 51
             	    $sth = $Connection->db->prepare($query);
52 52
 		    $sth->execute();
53
-    		} catch(PDOException $e) {
53
+    		} catch (PDOException $e) {
54 54
 		    return "error (add new columns to routes table) : ".$e->getMessage()."\n";
55 55
     		}
56 56
     		// Copy schedules data to routes table
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
         	try {
61 61
             	    $sth = $Connection->db->prepare($query);
62 62
 		    $sth->execute();
63
-    		} catch(PDOException $e) {
63
+    		} catch (PDOException $e) {
64 64
 		    return "error (delete schedule table) : ".$e->getMessage()."\n";
65 65
     		}
66 66
     		// Add source column
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     		try {
69 69
             	    $sth = $Connection->db->prepare($query);
70 70
 		    $sth->execute();
71
-    		} catch(PDOException $e) {
71
+    		} catch (PDOException $e) {
72 72
 		    return "error (add source column to aircraft_modes) : ".$e->getMessage()."\n";
73 73
     		}
74 74
 		// Delete unused column
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     		try {
77 77
             	    $sth = $Connection->db->prepare($query);
78 78
 		    $sth->execute();
79
-    		} catch(PDOException $e) {
79
+    		} catch (PDOException $e) {
80 80
 		    return "error (Delete unused column of aircraft_modes) : ".$e->getMessage()."\n";
81 81
     		}
82 82
 		// Add ModeS column
@@ -84,14 +84,14 @@  discard block
 block discarded – undo
84 84
     		try {
85 85
             	    $sth = $Connection->db->prepare($query);
86 86
 		    $sth->execute();
87
-    		} catch(PDOException $e) {
87
+    		} catch (PDOException $e) {
88 88
 		    return "error (Add ModeS column in spotter_output) : ".$e->getMessage()."\n";
89 89
     		}
90 90
 		$query = "ALTER TABLE `spotter_live`  ADD `ModeS` VARCHAR(255)";
91 91
     		try {
92 92
             	    $sth = $Connection->db->prepare($query);
93 93
 		    $sth->execute();
94
-    		} catch(PDOException $e) {
94
+    		} catch (PDOException $e) {
95 95
 		    return "error (Add ModeS column in spotter_live) : ".$e->getMessage()."\n";
96 96
     		}
97 97
     		// Add auto_increment for aircraft_modes
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     		try {
100 100
             	    $sth = $Connection->db->prepare($query);
101 101
 		    $sth->execute();
102
-    		} catch(PDOException $e) {
102
+    		} catch (PDOException $e) {
103 103
 		    return "error (Add Auto increment in aircraft_modes) : ".$e->getMessage()."\n";
104 104
     		}
105 105
     		$error = '';
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
         	try {
111 111
             	    $sth = $Connection->db->prepare($query);
112 112
 		    $sth->execute();
113
-    		} catch(PDOException $e) {
113
+    		} catch (PDOException $e) {
114 114
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
115 115
     		}
116 116
 		return $error;
@@ -123,7 +123,7 @@  discard block
 block discarded – undo
123 123
         	try {
124 124
             	    $sth = $Connection->db->prepare($query);
125 125
 		    $sth->execute();
126
-    		} catch(PDOException $e) {
126
+    		} catch (PDOException $e) {
127 127
 		    return "error (add new columns to routes table) : ".$e->getMessage()."\n";
128 128
     		}
129 129
     		$error = '';
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
         	try {
135 135
             	    $sth = $Connection->db->prepare($query);
136 136
 		    $sth->execute();
137
-    		} catch(PDOException $e) {
137
+    		} catch (PDOException $e) {
138 138
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
139 139
     		}
140 140
 		return $error;
@@ -147,7 +147,7 @@  discard block
 block discarded – undo
147 147
         	try {
148 148
             	    $sth = $Connection->db->prepare($query);
149 149
 		    $sth->execute();
150
-    		} catch(PDOException $e) {
150
+    		} catch (PDOException $e) {
151 151
 		    return "error (add new columns to aircraft_modes) : ".$e->getMessage()."\n";
152 152
     		}
153 153
     		// Add image_source_website column to spotter_image
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
         	try {
156 156
             	    $sth = $Connection->db->prepare($query);
157 157
 		    $sth->execute();
158
-    		} catch(PDOException $e) {
158
+    		} catch (PDOException $e) {
159 159
 		    return "error (add new columns to spotter_image) : ".$e->getMessage()."\n";
160 160
     		}
161 161
     		$error = '';
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
         	try {
165 165
             	    $sth = $Connection->db->prepare($query);
166 166
 		    $sth->execute();
167
-    		} catch(PDOException $e) {
167
+    		} catch (PDOException $e) {
168 168
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
169 169
     		}
170 170
 		return $error;
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
         	    try {
183 183
             		$sth = $Connection->db->prepare($query);
184 184
 			$sth->execute();
185
-    		    } catch(PDOException $e) {
185
+    		    } catch (PDOException $e) {
186 186
 			return "error (update schema_version) : ".$e->getMessage()."\n";
187 187
     		    }
188 188
     		}
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
         	try {
197 197
             	    $sth = $Connection->db->prepare($query);
198 198
 		    $sth->execute();
199
-    		} catch(PDOException $e) {
199
+    		} catch (PDOException $e) {
200 200
 		    return "error (add new columns to translation) : ".$e->getMessage()."\n";
201 201
     		}
202 202
     		// Add aircraft_shadow column to aircraft
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
         	try {
205 205
             	    $sth = $Connection->db->prepare($query);
206 206
 		    $sth->execute();
207
-    		} catch(PDOException $e) {
207
+    		} catch (PDOException $e) {
208 208
 		    return "error (add new column to aircraft) : ".$e->getMessage()."\n";
209 209
     		}
210 210
     		// Add aircraft_shadow column to spotter_live
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
         	try {
213 213
             	    $sth = $Connection->db->prepare($query);
214 214
 		    $sth->execute();
215
-    		} catch(PDOException $e) {
215
+    		} catch (PDOException $e) {
216 216
 		    return "error (add new column to spotter_live) : ".$e->getMessage()."\n";
217 217
     		}
218 218
     		$error = '';
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
225 225
         	try {
226 226
             	    $sth = $Connection->db->prepare($query);
227 227
 		    $sth->execute();
228
-    		} catch(PDOException $e) {
228
+    		} catch (PDOException $e) {
229 229
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
230 230
     		}
231 231
 		return $error;
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
 
234 234
 	private static function update_from_6() {
235 235
     		$Connection = new Connection();
236
-    		if (!$Connection->indexExists('spotter_output','flightaware_id')) {
236
+    		if (!$Connection->indexExists('spotter_output', 'flightaware_id')) {
237 237
     		    $query = "ALTER TABLE spotter_output ADD INDEX(flightaware_id);
238 238
 			ALTER TABLE spotter_output ADD INDEX(date);
239 239
 			ALTER TABLE spotter_output ADD INDEX(ident);
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
         	    try {
251 251
             		$sth = $Connection->db->prepare($query);
252 252
 			$sth->execute();
253
-    		    } catch(PDOException $e) {
253
+    		    } catch (PDOException $e) {
254 254
 			return "error (add some indexes) : ".$e->getMessage()."\n";
255 255
     		    }
256 256
     		}
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
         	try {
266 266
             	    $sth = $Connection->db->prepare($query);
267 267
 		    $sth->execute();
268
-    		} catch(PDOException $e) {
268
+    		} catch (PDOException $e) {
269 269
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
270 270
     		}
271 271
 		return $error;
@@ -274,12 +274,12 @@  discard block
 block discarded – undo
274 274
 	private static function update_from_7() {
275 275
 		global $globalDBname, $globalDBdriver;
276 276
     		$Connection = new Connection();
277
-    		$query="ALTER TABLE spotter_live ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;
277
+    		$query = "ALTER TABLE spotter_live ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;
278 278
     			ALTER TABLE spotter_output ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL;";
279 279
         	try {
280 280
             	    $sth = $Connection->db->prepare($query);
281 281
 		    $sth->execute();
282
-    		} catch(PDOException $e) {
282
+    		} catch (PDOException $e) {
283 283
 		    return "error (add pilot column to spotter_live and spotter_output) : ".$e->getMessage()."\n";
284 284
     		}
285 285
     		if ($globalDBdriver == 'mysql') {
@@ -287,7 +287,7 @@  discard block
 block discarded – undo
287 287
 		    try {
288 288
             		$sth = $Connection->db->prepare($query);
289 289
 			$sth->execute();
290
-    		    } catch(PDOException $e) {
290
+    		    } catch (PDOException $e) {
291 291
 			return "error (problem when select engine for spotter_engine) : ".$e->getMessage()."\n";
292 292
     		    }
293 293
     		    $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -299,15 +299,15 @@  discard block
 block discarded – undo
299 299
 				DROP TABLE spotter_archive;
300 300
 				RENAME TABLE copy TO spotter_archive;";
301 301
             	    } else {
302
-    			$query="ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
302
+    			$query = "ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
303 303
             	    }
304 304
                 } else {
305
-    		    $query="ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
305
+    		    $query = "ALTER TABLE spotter_archive ADD pilot_name VARCHAR(255) NULL, ADD pilot_id VARCHAR(255) NULL";
306 306
                 }
307 307
         	try {
308 308
             	    $sth = $Connection->db->prepare($query);
309 309
 		    $sth->execute();
310
-    		} catch(PDOException $e) {
310
+    		} catch (PDOException $e) {
311 311
 		    return "error (add pilot column to spotter_archive) : ".$e->getMessage()."\n";
312 312
     		}
313 313
 
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
         	try {
321 321
             	    $sth = $Connection->db->prepare($query);
322 322
 		    $sth->execute();
323
-    		} catch(PDOException $e) {
323
+    		} catch (PDOException $e) {
324 324
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
325 325
     		}
326 326
 		return $error;
@@ -339,14 +339,14 @@  discard block
 block discarded – undo
339 339
         	try {
340 340
             	    $sth = $Connection->db->prepare($query);
341 341
 		    $sth->execute();
342
-    		} catch(PDOException $e) {
342
+    		} catch (PDOException $e) {
343 343
 		    return "error (insert last_update values) : ".$e->getMessage()."\n";
344 344
     		}
345 345
 		$query = "UPDATE `config` SET `value` = '9' WHERE `name` = 'schema_version'";
346 346
         	try {
347 347
             	    $sth = $Connection->db->prepare($query);
348 348
 		    $sth->execute();
349
-    		} catch(PDOException $e) {
349
+    		} catch (PDOException $e) {
350 350
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
351 351
     		}
352 352
 		return $error;
@@ -354,12 +354,12 @@  discard block
 block discarded – undo
354 354
 
355 355
 	private static function update_from_9() {
356 356
     		$Connection = new Connection();
357
-    		$query="ALTER TABLE spotter_live ADD verticalrate INT(11) NULL;
357
+    		$query = "ALTER TABLE spotter_live ADD verticalrate INT(11) NULL;
358 358
     			ALTER TABLE spotter_output ADD verticalrate INT(11) NULL;";
359 359
         	try {
360 360
             	    $sth = $Connection->db->prepare($query);
361 361
 		    $sth->execute();
362
-    		} catch(PDOException $e) {
362
+    		} catch (PDOException $e) {
363 363
 		    return "error (add verticalrate column to spotter_live and spotter_output) : ".$e->getMessage()."\n";
364 364
     		}
365 365
 		$error = '';
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
         	try {
372 372
             	    $sth = $Connection->db->prepare($query);
373 373
 		    $sth->execute();
374
-    		} catch(PDOException $e) {
374
+    		} catch (PDOException $e) {
375 375
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
376 376
     		}
377 377
 		return $error;
@@ -379,11 +379,11 @@  discard block
 block discarded – undo
379 379
 
380 380
 	private static function update_from_10() {
381 381
     		$Connection = new Connection();
382
-    		$query="ALTER TABLE atc CHANGE `type` `type` ENUM('Observer','Flight Information','Delivery','Tower','Approach','ACC','Departure','Ground','Flight Service Station','Control Radar or Centre') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL";
382
+    		$query = "ALTER TABLE atc CHANGE `type` `type` ENUM('Observer','Flight Information','Delivery','Tower','Approach','ACC','Departure','Ground','Flight Service Station','Control Radar or Centre') CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL";
383 383
         	try {
384 384
             	    $sth = $Connection->db->prepare($query);
385 385
 		    $sth->execute();
386
-    		} catch(PDOException $e) {
386
+    		} catch (PDOException $e) {
387 387
 		    return "error (add new enum to ATC table) : ".$e->getMessage()."\n";
388 388
     		}
389 389
 		$error = '';
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
         	try {
402 402
             	    $sth = $Connection->db->prepare($query);
403 403
 		    $sth->execute();
404
-    		} catch(PDOException $e) {
404
+    		} catch (PDOException $e) {
405 405
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
406 406
     		}
407 407
 		return $error;
@@ -410,18 +410,18 @@  discard block
 block discarded – undo
410 410
 	private static function update_from_11() {
411 411
 		global $globalDBdriver, $globalDBname;
412 412
     		$Connection = new Connection();
413
-    		$query="ALTER TABLE spotter_output ADD owner_name VARCHAR(255) NULL DEFAULT NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_seen DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, ADD last_latitude FLOAT NULL, ADD last_longitude FLOAT NULL, ADD last_altitude INT(11) NULL, ADD last_ground_speed INT(11), ADD real_arrival_airport_icao VARCHAR(999), ADD real_arrival_airport_time VARCHAR(20),ADD real_departure_airport_icao VARCHAR(999), ADD real_departure_airport_time VARCHAR(20)";
413
+    		$query = "ALTER TABLE spotter_output ADD owner_name VARCHAR(255) NULL DEFAULT NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_ground BOOLEAN NOT NULL DEFAULT FALSE, ADD last_seen DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, ADD last_latitude FLOAT NULL, ADD last_longitude FLOAT NULL, ADD last_altitude INT(11) NULL, ADD last_ground_speed INT(11), ADD real_arrival_airport_icao VARCHAR(999), ADD real_arrival_airport_time VARCHAR(20),ADD real_departure_airport_icao VARCHAR(999), ADD real_departure_airport_time VARCHAR(20)";
414 414
         	try {
415 415
             	    $sth = $Connection->db->prepare($query);
416 416
 		    $sth->execute();
417
-    		} catch(PDOException $e) {
417
+    		} catch (PDOException $e) {
418 418
 		    return "error (add owner_name & format_source column to spotter_output) : ".$e->getMessage()."\n";
419 419
     		}
420
-    		$query="ALTER TABLE spotter_live ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
420
+    		$query = "ALTER TABLE spotter_live ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
421 421
         	try {
422 422
             	    $sth = $Connection->db->prepare($query);
423 423
 		    $sth->execute();
424
-    		} catch(PDOException $e) {
424
+    		} catch (PDOException $e) {
425 425
 		    return "error (format_source column to spotter_live) : ".$e->getMessage()."\n";
426 426
     		}
427 427
     		if ($globalDBdriver == 'mysql') {
@@ -429,7 +429,7 @@  discard block
 block discarded – undo
429 429
 		    try {
430 430
             		$sth = $Connection->db->prepare($query);
431 431
 			$sth->execute();
432
-    		    } catch(PDOException $e) {
432
+    		    } catch (PDOException $e) {
433 433
 			return "error (problem when select engine for spotter_engine) : ".$e->getMessage()."\n";
434 434
     		    }
435 435
     		    $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -441,15 +441,15 @@  discard block
 block discarded – undo
441 441
 				DROP TABLE spotter_archive;
442 442
 				RENAME TABLE copy TO spotter_archive;";
443 443
             	    } else {
444
-    			$query="ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
444
+    			$query = "ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
445 445
             	    }
446 446
                 } else {
447
-    		    $query="ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
447
+    		    $query = "ALTER TABLE spotter_archive ADD verticalrate INT(11) NULL, ADD format_source VARCHAR(255) NULL DEFAULT NULL, ADD ground BOOLEAN NOT NULL DEFAULT FALSE";
448 448
                 }
449 449
         	try {
450 450
             	    $sth = $Connection->db->prepare($query);
451 451
 		    $sth->execute();
452
-    		} catch(PDOException $e) {
452
+    		} catch (PDOException $e) {
453 453
 		    return "error (add columns to spotter_archive) : ".$e->getMessage()."\n";
454 454
     		}
455 455
 
@@ -459,7 +459,7 @@  discard block
 block discarded – undo
459 459
         	try {
460 460
             	    $sth = $Connection->db->prepare($query);
461 461
 		    $sth->execute();
462
-    		} catch(PDOException $e) {
462
+    		} catch (PDOException $e) {
463 463
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
464 464
     		}
465 465
 		return $error;
@@ -487,7 +487,7 @@  discard block
 block discarded – undo
487 487
         	try {
488 488
             	    $sth = $Connection->db->prepare($query);
489 489
 		    $sth->execute();
490
-    		} catch(PDOException $e) {
490
+    		} catch (PDOException $e) {
491 491
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
492 492
     		}
493 493
 		return $error;
@@ -495,12 +495,12 @@  discard block
 block discarded – undo
495 495
 
496 496
 	private static function update_from_13() {
497 497
     		$Connection = new Connection();
498
-    		if (!$Connection->checkColumnName('spotter_archive_output','real_departure_airport_icao')) {
499
-    			$query="ALTER TABLE spotter_archive_output ADD real_departure_airport_icao VARCHAR(20), ADD real_departure_airport_time VARCHAR(20)";
498
+    		if (!$Connection->checkColumnName('spotter_archive_output', 'real_departure_airport_icao')) {
499
+    			$query = "ALTER TABLE spotter_archive_output ADD real_departure_airport_icao VARCHAR(20), ADD real_departure_airport_time VARCHAR(20)";
500 500
 			try {
501 501
 				$sth = $Connection->db->prepare($query);
502 502
 				$sth->execute();
503
-	    		} catch(PDOException $e) {
503
+	    		} catch (PDOException $e) {
504 504
 				return "error (update spotter_archive_output) : ".$e->getMessage()."\n";
505 505
     			}
506 506
 		}
@@ -509,7 +509,7 @@  discard block
 block discarded – undo
509 509
         	try {
510 510
             	    $sth = $Connection->db->prepare($query);
511 511
 		    $sth->execute();
512
-    		} catch(PDOException $e) {
512
+    		} catch (PDOException $e) {
513 513
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
514 514
     		}
515 515
 		return $error;
@@ -527,7 +527,7 @@  discard block
 block discarded – undo
527 527
         	try {
528 528
             	    $sth = $Connection->db->prepare($query);
529 529
 		    $sth->execute();
530
-    		} catch(PDOException $e) {
530
+    		} catch (PDOException $e) {
531 531
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
532 532
     		}
533 533
 		return $error;
@@ -538,11 +538,11 @@  discard block
 block discarded – undo
538 538
     		$Connection = new Connection();
539 539
 		$error = '';
540 540
     		// Add tables
541
-    		$query="ALTER TABLE `stats` CHANGE `stats_date` `stats_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP";
541
+    		$query = "ALTER TABLE `stats` CHANGE `stats_date` `stats_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP";
542 542
         	try {
543 543
             	    $sth = $Connection->db->prepare($query);
544 544
 		    $sth->execute();
545
-    		} catch(PDOException $e) {
545
+    		} catch (PDOException $e) {
546 546
 		    return "error (update stats) : ".$e->getMessage()."\n";
547 547
     		}
548 548
 		if ($error != '') return $error;
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
         	try {
551 551
             	    $sth = $Connection->db->prepare($query);
552 552
 		    $sth->execute();
553
-    		} catch(PDOException $e) {
553
+    		} catch (PDOException $e) {
554 554
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
555 555
     		}
556 556
 		return $error;
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
         	try {
572 572
             	    $sth = $Connection->db->prepare($query);
573 573
 		    $sth->execute();
574
-    		} catch(PDOException $e) {
574
+    		} catch (PDOException $e) {
575 575
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
576 576
     		}
577 577
 		return $error;
@@ -589,7 +589,7 @@  discard block
 block discarded – undo
589 589
         	try {
590 590
             	    $sth = $Connection->db->prepare($query);
591 591
 		    $sth->execute();
592
-    		} catch(PDOException $e) {
592
+    		} catch (PDOException $e) {
593 593
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
594 594
     		}
595 595
 		return $error;
@@ -598,12 +598,12 @@  discard block
 block discarded – undo
598 598
     		$Connection = new Connection();
599 599
 		$error = '';
600 600
     		// Modify stats_airport table
601
-    		if (!$Connection->checkColumnName('stats_airport','airport_name')) {
601
+    		if (!$Connection->checkColumnName('stats_airport', 'airport_name')) {
602 602
     			$query = "ALTER TABLE `stats_airport` ADD `stats_type` VARCHAR(50) NOT NULL DEFAULT 'yearly', ADD `airport_name` VARCHAR(255) NOT NULL, ADD `date` DATE NULL DEFAULT NULL, DROP INDEX `airport_icao`, ADD UNIQUE `airport_icao` (`airport_icao`, `type`, `date`)";
603 603
     	        	try {
604 604
 	            	    $sth = $Connection->db->prepare($query);
605 605
 			    $sth->execute();
606
-    			} catch(PDOException $e) {
606
+    			} catch (PDOException $e) {
607 607
 			    return "error (update stats) : ".$e->getMessage()."\n";
608 608
     			}
609 609
     		}
@@ -612,7 +612,7 @@  discard block
 block discarded – undo
612 612
         	try {
613 613
             	    $sth = $Connection->db->prepare($query);
614 614
 		    $sth->execute();
615
-    		} catch(PDOException $e) {
615
+    		} catch (PDOException $e) {
616 616
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
617 617
     		}
618 618
 		return $error;
@@ -629,73 +629,73 @@  discard block
 block discarded – undo
629 629
         	try {
630 630
             	    $sth = $Connection->db->prepare($query);
631 631
 		    $sth->execute();
632
-    		} catch(PDOException $e) {
632
+    		} catch (PDOException $e) {
633 633
 		    return "error (remove primary key on spotter_archive) : ".$e->getMessage()."\n";
634 634
     		}
635 635
 		$query = "alter table spotter_archive add spotter_archive_id INT(11)";
636 636
         	try {
637 637
             	    $sth = $Connection->db->prepare($query);
638 638
 		    $sth->execute();
639
-    		} catch(PDOException $e) {
639
+    		} catch (PDOException $e) {
640 640
 		    return "error (add id again on spotter_archive) : ".$e->getMessage()."\n";
641 641
     		}
642
-		if (!$Connection->checkColumnName('spotter_archive','over_country')) {
642
+		if (!$Connection->checkColumnName('spotter_archive', 'over_country')) {
643 643
 			// Add column over_country
644 644
     			$query = "ALTER TABLE `spotter_archive` ADD `over_country` VARCHAR(5) NULL DEFAULT NULL";
645 645
 			try {
646 646
             			$sth = $Connection->db->prepare($query);
647 647
 				$sth->execute();
648
-			} catch(PDOException $e) {
648
+			} catch (PDOException $e) {
649 649
 				return "error (add over_country) : ".$e->getMessage()."\n";
650 650
 			}
651 651
 		}
652
-		if (!$Connection->checkColumnName('spotter_live','over_country')) {
652
+		if (!$Connection->checkColumnName('spotter_live', 'over_country')) {
653 653
 			// Add column over_country
654 654
     			$query = "ALTER TABLE `spotter_live` ADD `over_country` VARCHAR(5) NULL DEFAULT NULL";
655 655
 			try {
656 656
             			$sth = $Connection->db->prepare($query);
657 657
 				$sth->execute();
658
-			} catch(PDOException $e) {
658
+			} catch (PDOException $e) {
659 659
 				return "error (add over_country) : ".$e->getMessage()."\n";
660 660
 			}
661 661
 		}
662
-		if (!$Connection->checkColumnName('spotter_output','source_name')) {
662
+		if (!$Connection->checkColumnName('spotter_output', 'source_name')) {
663 663
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
664 664
     			$query = "ALTER TABLE `spotter_output` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
665 665
 			try {
666 666
 				$sth = $Connection->db->prepare($query);
667 667
 				$sth->execute();
668
-			} catch(PDOException $e) {
668
+			} catch (PDOException $e) {
669 669
 				return "error (add source_name column) : ".$e->getMessage()."\n";
670 670
     			}
671 671
     		}
672
-		if (!$Connection->checkColumnName('spotter_live','source_name')) {
672
+		if (!$Connection->checkColumnName('spotter_live', 'source_name')) {
673 673
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
674 674
     			$query = "ALTER TABLE `spotter_live` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
675 675
 			try {
676 676
 				$sth = $Connection->db->prepare($query);
677 677
 				$sth->execute();
678
-			} catch(PDOException $e) {
678
+			} catch (PDOException $e) {
679 679
 				return "error (add source_name column) : ".$e->getMessage()."\n";
680 680
     			}
681 681
     		}
682
-		if (!$Connection->checkColumnName('spotter_archive_output','source_name')) {
682
+		if (!$Connection->checkColumnName('spotter_archive_output', 'source_name')) {
683 683
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
684 684
     			$query = "ALTER TABLE `spotter_archive_output` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`";
685 685
 			try {
686 686
 				$sth = $Connection->db->prepare($query);
687 687
 				$sth->execute();
688
-			} catch(PDOException $e) {
688
+			} catch (PDOException $e) {
689 689
 				return "error (add source_name column) : ".$e->getMessage()."\n";
690 690
     			}
691 691
     		}
692
-		if (!$Connection->checkColumnName('spotter_archive','source_name')) {
692
+		if (!$Connection->checkColumnName('spotter_archive', 'source_name')) {
693 693
 			// Add source_name to spotter_output, spotter_live, spotter_archive, spotter_archive_output
694 694
     			$query = "ALTER TABLE `spotter_archive` ADD `source_name` VARCHAR(255) NULL AFTER `format_source`;";
695 695
 			try {
696 696
 				$sth = $Connection->db->prepare($query);
697 697
 				$sth->execute();
698
-			} catch(PDOException $e) {
698
+			} catch (PDOException $e) {
699 699
 				return "error (add source_name column) : ".$e->getMessage()."\n";
700 700
     			}
701 701
     		}
@@ -704,7 +704,7 @@  discard block
 block discarded – undo
704 704
         	try {
705 705
             	    $sth = $Connection->db->prepare($query);
706 706
 		    $sth->execute();
707
-    		} catch(PDOException $e) {
707
+    		} catch (PDOException $e) {
708 708
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
709 709
     		}
710 710
 		return $error;
@@ -719,13 +719,13 @@  discard block
 block discarded – undo
719 719
 			$error .= create_db::import_file('../db/airlines.sql');
720 720
 			if ($error != '') return 'Import airlines.sql : '.$error;
721 721
 		}
722
-		if (!$Connection->checkColumnName('aircraft_modes','type_flight')) {
722
+		if (!$Connection->checkColumnName('aircraft_modes', 'type_flight')) {
723 723
 			// Add column over_country
724 724
     			$query = "ALTER TABLE `aircraft_modes` ADD `type_flight` VARCHAR(50) NULL DEFAULT NULL;";
725 725
         		try {
726 726
 				$sth = $Connection->db->prepare($query);
727 727
 				$sth->execute();
728
-			} catch(PDOException $e) {
728
+			} catch (PDOException $e) {
729 729
 				return "error (add over_country) : ".$e->getMessage()."\n";
730 730
     			}
731 731
     		}
@@ -741,7 +741,7 @@  discard block
 block discarded – undo
741 741
         	try {
742 742
             	    $sth = $Connection->db->prepare($query);
743 743
 		    $sth->execute();
744
-    		} catch(PDOException $e) {
744
+    		} catch (PDOException $e) {
745 745
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
746 746
     		}
747 747
 		return $error;
@@ -750,13 +750,13 @@  discard block
 block discarded – undo
750 750
 	private static function update_from_21() {
751 751
 		$Connection = new Connection();
752 752
 		$error = '';
753
-		if (!$Connection->checkColumnName('stats_airport','stats_type')) {
753
+		if (!$Connection->checkColumnName('stats_airport', 'stats_type')) {
754 754
 			// Rename type to stats_type
755 755
 			$query = "ALTER TABLE `stats_airport` CHANGE `type` `stats_type` VARCHAR(50);ALTER TABLE `stats` CHANGE `type` `stats_type` VARCHAR(50);ALTER TABLE `stats_flight` CHANGE `type` `stats_type` VARCHAR(50);";
756 756
 			try {
757 757
 				$sth = $Connection->db->prepare($query);
758 758
 				$sth->execute();
759
-			} catch(PDOException $e) {
759
+			} catch (PDOException $e) {
760 760
 				return "error (rename type to stats_type on stats*) : ".$e->getMessage()."\n";
761 761
 			}
762 762
 			if ($error != '') return $error;
@@ -765,7 +765,7 @@  discard block
 block discarded – undo
765 765
         	try {
766 766
             	    $sth = $Connection->db->prepare($query);
767 767
 		    $sth->execute();
768
-    		} catch(PDOException $e) {
768
+    		} catch (PDOException $e) {
769 769
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
770 770
     		}
771 771
 		return $error;
@@ -788,7 +788,7 @@  discard block
 block discarded – undo
788 788
         	try {
789 789
             	    $sth = $Connection->db->prepare($query);
790 790
 		    $sth->execute();
791
-    		} catch(PDOException $e) {
791
+    		} catch (PDOException $e) {
792 792
 		    return "error (update schema_version) : ".$e->getMessage()."\n";
793 793
     		}
794 794
 		return $error;
@@ -814,17 +814,17 @@  discard block
 block discarded – undo
814 814
 			try {
815 815
 				$sth = $Connection->db->prepare($query);
816 816
 				$sth->execute();
817
-			} catch(PDOException $e) {
817
+			} catch (PDOException $e) {
818 818
 				return "error (create index on spotter_archive) : ".$e->getMessage()."\n";
819 819
 			}
820 820
 		}
821
-		if (!$Connection->checkColumnName('stats_aircraft','aircraft_manufacturer')) {
821
+		if (!$Connection->checkColumnName('stats_aircraft', 'aircraft_manufacturer')) {
822 822
 			// Add aircraft_manufacturer to stats_aircraft
823 823
     			$query = "ALTER TABLE stats_aircraft ADD aircraft_manufacturer VARCHAR(255) NULL";
824 824
 			try {
825 825
 				$sth = $Connection->db->prepare($query);
826 826
 				$sth->execute();
827
-			} catch(PDOException $e) {
827
+			} catch (PDOException $e) {
828 828
 				return "error (add aircraft_manufacturer column) : ".$e->getMessage()."\n";
829 829
     			}
830 830
     		}
@@ -833,7 +833,7 @@  discard block
 block discarded – undo
833 833
 		try {
834 834
 			$sth = $Connection->db->prepare($query);
835 835
 			$sth->execute();
836
-		} catch(PDOException $e) {
836
+		} catch (PDOException $e) {
837 837
 			return "error (update schema_version) : ".$e->getMessage()."\n";
838 838
 		}
839 839
 		return $error;
@@ -849,23 +849,23 @@  discard block
 block discarded – undo
849 849
 			$error .= create_db::import_file('../db/pgsql/airlines.sql');
850 850
 		}
851 851
 		if ($error != '') return 'Import airlines.sql : '.$error;
852
-		if (!$Connection->checkColumnName('airlines','forsource')) {
852
+		if (!$Connection->checkColumnName('airlines', 'forsource')) {
853 853
 			// Add forsource to airlines
854 854
 			$query = "ALTER TABLE airlines ADD forsource VARCHAR(255) NULL DEFAULT NULL";
855 855
 			try {
856 856
 				$sth = $Connection->db->prepare($query);
857 857
 				$sth->execute();
858
-			} catch(PDOException $e) {
858
+			} catch (PDOException $e) {
859 859
 				return "error (add forsource column) : ".$e->getMessage()."\n";
860 860
 			}
861 861
 		}
862
-		if (!$Connection->checkColumnName('stats_aircraft','stats_airline')) {
862
+		if (!$Connection->checkColumnName('stats_aircraft', 'stats_airline')) {
863 863
 			// Add forsource to airlines
864 864
 			$query = "ALTER TABLE stats_aircraft ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
865 865
 			try {
866 866
 				$sth = $Connection->db->prepare($query);
867 867
 				$sth->execute();
868
-			} catch(PDOException $e) {
868
+			} catch (PDOException $e) {
869 869
 				return "error (add stats_airline & filter_name column in stats_aircraft) : ".$e->getMessage()."\n";
870 870
 			}
871 871
 			// Add unique key
@@ -877,17 +877,17 @@  discard block
 block discarded – undo
877 877
 			try {
878 878
 				$sth = $Connection->db->prepare($query);
879 879
 				$sth->execute();
880
-			} catch(PDOException $e) {
880
+			} catch (PDOException $e) {
881 881
 				return "error (add unique key in stats_aircraft) : ".$e->getMessage()."\n";
882 882
 			}
883 883
 		}
884
-		if (!$Connection->checkColumnName('stats_airport','stats_airline')) {
884
+		if (!$Connection->checkColumnName('stats_airport', 'stats_airline')) {
885 885
 			// Add forsource to airlines
886 886
 			$query = "ALTER TABLE stats_airport ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
887 887
 			try {
888 888
 				$sth = $Connection->db->prepare($query);
889 889
 				$sth->execute();
890
-			} catch(PDOException $e) {
890
+			} catch (PDOException $e) {
891 891
 				return "error (add filter_name column in stats_airport) : ".$e->getMessage()."\n";
892 892
 			}
893 893
 			// Add unique key
@@ -899,17 +899,17 @@  discard block
 block discarded – undo
899 899
 			try {
900 900
 				$sth = $Connection->db->prepare($query);
901 901
 				$sth->execute();
902
-			} catch(PDOException $e) {
902
+			} catch (PDOException $e) {
903 903
 				return "error (add unique key in stats_airport) : ".$e->getMessage()."\n";
904 904
 			}
905 905
 		}
906
-		if (!$Connection->checkColumnName('stats_country','stats_airline')) {
906
+		if (!$Connection->checkColumnName('stats_country', 'stats_airline')) {
907 907
 			// Add forsource to airlines
908 908
 			$query = "ALTER TABLE stats_country ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
909 909
 			try {
910 910
 				$sth = $Connection->db->prepare($query);
911 911
 				$sth->execute();
912
-			} catch(PDOException $e) {
912
+			} catch (PDOException $e) {
913 913
 				return "error (add stats_airline & filter_name column in stats_country) : ".$e->getMessage()."\n";
914 914
 			}
915 915
 			// Add unique key
@@ -921,36 +921,36 @@  discard block
 block discarded – undo
921 921
 			try {
922 922
 				$sth = $Connection->db->prepare($query);
923 923
 				$sth->execute();
924
-			} catch(PDOException $e) {
924
+			} catch (PDOException $e) {
925 925
 				return "error (add unique key in stats_airline) : ".$e->getMessage()."\n";
926 926
 			}
927 927
 		}
928
-		if (!$Connection->checkColumnName('stats_flight','stats_airline')) {
928
+		if (!$Connection->checkColumnName('stats_flight', 'stats_airline')) {
929 929
 			// Add forsource to airlines
930 930
 			$query = "ALTER TABLE stats_flight ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
931 931
 			try {
932 932
 				$sth = $Connection->db->prepare($query);
933 933
 				$sth->execute();
934
-			} catch(PDOException $e) {
934
+			} catch (PDOException $e) {
935 935
 				return "error (add stats_airline & filter_name column in stats_flight) : ".$e->getMessage()."\n";
936 936
 			}
937 937
 		}
938
-		if (!$Connection->checkColumnName('stats','stats_airline')) {
938
+		if (!$Connection->checkColumnName('stats', 'stats_airline')) {
939 939
 			// Add forsource to airlines
940 940
 			$query = "ALTER TABLE stats ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
941 941
 			try {
942 942
 				$sth = $Connection->db->prepare($query);
943 943
 				$sth->execute();
944
-			} catch(PDOException $e) {
944
+			} catch (PDOException $e) {
945 945
 				return "error (add stats_airline & filter_name column in stats) : ".$e->getMessage()."\n";
946 946
 			}
947
-			if ($globalDBdriver == 'mysql' && $Connection->indexExists('stats','type')) {
947
+			if ($globalDBdriver == 'mysql' && $Connection->indexExists('stats', 'type')) {
948 948
 				// Add unique key
949 949
 				$query = "drop index type on stats;ALTER TABLE stats ADD UNIQUE stats_type (stats_type,stats_date,stats_airline,filter_name);";
950 950
 				try {
951 951
 					$sth = $Connection->db->prepare($query);
952 952
 					$sth->execute();
953
-				} catch(PDOException $e) {
953
+				} catch (PDOException $e) {
954 954
 					return "error (add unique key in stats) : ".$e->getMessage()."\n";
955 955
 				}
956 956
 			} else {
@@ -963,18 +963,18 @@  discard block
 block discarded – undo
963 963
 				try {
964 964
 					$sth = $Connection->db->prepare($query);
965 965
 					$sth->execute();
966
-				} catch(PDOException $e) {
966
+				} catch (PDOException $e) {
967 967
 					return "error (add unique key in stats) : ".$e->getMessage()."\n";
968 968
 				}
969 969
 			}
970 970
 		}
971
-		if (!$Connection->checkColumnName('stats_registration','stats_airline')) {
971
+		if (!$Connection->checkColumnName('stats_registration', 'stats_airline')) {
972 972
 			// Add forsource to airlines
973 973
 			$query = "ALTER TABLE stats_registration ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
974 974
 			try {
975 975
 				$sth = $Connection->db->prepare($query);
976 976
 				$sth->execute();
977
-			} catch(PDOException $e) {
977
+			} catch (PDOException $e) {
978 978
 				return "error (add stats_airline & filter_name column in stats_registration) : ".$e->getMessage()."\n";
979 979
 			}
980 980
 			// Add unique key
@@ -986,17 +986,17 @@  discard block
 block discarded – undo
986 986
 			try {
987 987
 				$sth = $Connection->db->prepare($query);
988 988
 				$sth->execute();
989
-			} catch(PDOException $e) {
989
+			} catch (PDOException $e) {
990 990
 				return "error (add unique key in stats_registration) : ".$e->getMessage()."\n";
991 991
 			}
992 992
 		}
993
-		if (!$Connection->checkColumnName('stats_callsign','filter_name')) {
993
+		if (!$Connection->checkColumnName('stats_callsign', 'filter_name')) {
994 994
 			// Add forsource to airlines
995 995
 			$query = "ALTER TABLE stats_callsign ADD filter_name VARCHAR(255) NULL DEFAULT ''";
996 996
 			try {
997 997
 				$sth = $Connection->db->prepare($query);
998 998
 				$sth->execute();
999
-			} catch(PDOException $e) {
999
+			} catch (PDOException $e) {
1000 1000
 				return "error (add filter_name column in stats_callsign) : ".$e->getMessage()."\n";
1001 1001
 			}
1002 1002
 			// Add unique key
@@ -1008,17 +1008,17 @@  discard block
 block discarded – undo
1008 1008
 			try {
1009 1009
 				$sth = $Connection->db->prepare($query);
1010 1010
 				$sth->execute();
1011
-			} catch(PDOException $e) {
1011
+			} catch (PDOException $e) {
1012 1012
 				return "error (add unique key in stats_callsign) : ".$e->getMessage()."\n";
1013 1013
 			}
1014 1014
 		}
1015
-		if (!$Connection->checkColumnName('stats_airline','filter_name')) {
1015
+		if (!$Connection->checkColumnName('stats_airline', 'filter_name')) {
1016 1016
 			// Add forsource to airlines
1017 1017
 			$query = "ALTER TABLE stats_airline ADD filter_name VARCHAR(255) NULL DEFAULT ''";
1018 1018
 			try {
1019 1019
 				$sth = $Connection->db->prepare($query);
1020 1020
 				$sth->execute();
1021
-			} catch(PDOException $e) {
1021
+			} catch (PDOException $e) {
1022 1022
 				return "error (add filter_name column in stats_airline) : ".$e->getMessage()."\n";
1023 1023
 			}
1024 1024
 			// Add unique key
@@ -1030,7 +1030,7 @@  discard block
 block discarded – undo
1030 1030
 			try {
1031 1031
 				$sth = $Connection->db->prepare($query);
1032 1032
 				$sth->execute();
1033
-			} catch(PDOException $e) {
1033
+			} catch (PDOException $e) {
1034 1034
 				return "error (add unique key in stats_callsign) : ".$e->getMessage()."\n";
1035 1035
 			}
1036 1036
 		}
@@ -1039,7 +1039,7 @@  discard block
 block discarded – undo
1039 1039
 		try {
1040 1040
 			$sth = $Connection->db->prepare($query);
1041 1041
 			$sth->execute();
1042
-		} catch(PDOException $e) {
1042
+		} catch (PDOException $e) {
1043 1043
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1044 1044
 		}
1045 1045
 		return $error;
@@ -1049,13 +1049,13 @@  discard block
 block discarded – undo
1049 1049
 		global $globalDBdriver;
1050 1050
 		$Connection = new Connection();
1051 1051
 		$error = '';
1052
-		if (!$Connection->checkColumnName('stats_owner','stats_airline')) {
1052
+		if (!$Connection->checkColumnName('stats_owner', 'stats_airline')) {
1053 1053
 			// Add forsource to airlines
1054 1054
 			$query = "ALTER TABLE stats_owner ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
1055 1055
 			try {
1056 1056
 				$sth = $Connection->db->prepare($query);
1057 1057
 				$sth->execute();
1058
-			} catch(PDOException $e) {
1058
+			} catch (PDOException $e) {
1059 1059
 				return "error (add stats_airline & filter_name column in stats_owner) : ".$e->getMessage()."\n";
1060 1060
 			}
1061 1061
 			// Add unique key
@@ -1067,17 +1067,17 @@  discard block
 block discarded – undo
1067 1067
 			try {
1068 1068
 				$sth = $Connection->db->prepare($query);
1069 1069
 				$sth->execute();
1070
-			} catch(PDOException $e) {
1070
+			} catch (PDOException $e) {
1071 1071
 				return "error (add unique key in stats_owner) : ".$e->getMessage()."\n";
1072 1072
 			}
1073 1073
 		}
1074
-		if (!$Connection->checkColumnName('stats_pilot','stats_airline')) {
1074
+		if (!$Connection->checkColumnName('stats_pilot', 'stats_airline')) {
1075 1075
 			// Add forsource to airlines
1076 1076
 			$query = "ALTER TABLE stats_pilot ADD stats_airline VARCHAR(255) NULL DEFAULT '', ADD filter_name VARCHAR(255) NULL DEFAULT ''";
1077 1077
 			try {
1078 1078
 				$sth = $Connection->db->prepare($query);
1079 1079
 				$sth->execute();
1080
-			} catch(PDOException $e) {
1080
+			} catch (PDOException $e) {
1081 1081
 				return "error (add stats_airline & filter_name column in stats_pilot) : ".$e->getMessage()."\n";
1082 1082
 			}
1083 1083
 			// Add unique key
@@ -1089,7 +1089,7 @@  discard block
 block discarded – undo
1089 1089
 			try {
1090 1090
 				$sth = $Connection->db->prepare($query);
1091 1091
 				$sth->execute();
1092
-			} catch(PDOException $e) {
1092
+			} catch (PDOException $e) {
1093 1093
 				return "error (add unique key in stats_pilot) : ".$e->getMessage()."\n";
1094 1094
 			}
1095 1095
 		}
@@ -1097,7 +1097,7 @@  discard block
 block discarded – undo
1097 1097
 		try {
1098 1098
 			$sth = $Connection->db->prepare($query);
1099 1099
 			$sth->execute();
1100
-		} catch(PDOException $e) {
1100
+		} catch (PDOException $e) {
1101 1101
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1102 1102
 		}
1103 1103
 		return $error;
@@ -1107,12 +1107,12 @@  discard block
 block discarded – undo
1107 1107
 		global $globalDBdriver;
1108 1108
 		$Connection = new Connection();
1109 1109
 		$error = '';
1110
-		if (!$Connection->checkColumnName('atc','format_source')) {
1110
+		if (!$Connection->checkColumnName('atc', 'format_source')) {
1111 1111
 			$query = "ALTER TABLE atc ADD format_source VARCHAR(255) DEFAULT NULL, ADD source_name VARCHAR(255) DEFAULT NULL";
1112 1112
 			try {
1113 1113
 				$sth = $Connection->db->prepare($query);
1114 1114
 				$sth->execute();
1115
-			} catch(PDOException $e) {
1115
+			} catch (PDOException $e) {
1116 1116
 				return "error (add format_source & source_name column in atc) : ".$e->getMessage()."\n";
1117 1117
 			}
1118 1118
 		}
@@ -1120,7 +1120,7 @@  discard block
 block discarded – undo
1120 1120
 		try {
1121 1121
 			$sth = $Connection->db->prepare($query);
1122 1122
 			$sth->execute();
1123
-		} catch(PDOException $e) {
1123
+		} catch (PDOException $e) {
1124 1124
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1125 1125
 		}
1126 1126
 		return $error;
@@ -1130,13 +1130,13 @@  discard block
 block discarded – undo
1130 1130
 		global $globalDBdriver;
1131 1131
 		$Connection = new Connection();
1132 1132
 		$error = '';
1133
-		if (!$Connection->checkColumnName('stats_pilot','format_source')) {
1133
+		if (!$Connection->checkColumnName('stats_pilot', 'format_source')) {
1134 1134
 			// Add forsource to airlines
1135 1135
 			$query = "ALTER TABLE stats_pilot ADD format_source VARCHAR(255) NULL DEFAULT ''";
1136 1136
 			try {
1137 1137
 				$sth = $Connection->db->prepare($query);
1138 1138
 				$sth->execute();
1139
-			} catch(PDOException $e) {
1139
+			} catch (PDOException $e) {
1140 1140
 				return "error (add format_source column in stats_pilot) : ".$e->getMessage()."\n";
1141 1141
 			}
1142 1142
 			// Add unique key
@@ -1148,7 +1148,7 @@  discard block
 block discarded – undo
1148 1148
 			try {
1149 1149
 				$sth = $Connection->db->prepare($query);
1150 1150
 				$sth->execute();
1151
-			} catch(PDOException $e) {
1151
+			} catch (PDOException $e) {
1152 1152
 				return "error (modify unique key in stats_pilot) : ".$e->getMessage()."\n";
1153 1153
 			}
1154 1154
 		}
@@ -1156,7 +1156,7 @@  discard block
 block discarded – undo
1156 1156
 		try {
1157 1157
 			$sth = $Connection->db->prepare($query);
1158 1158
 			$sth->execute();
1159
-		} catch(PDOException $e) {
1159
+		} catch (PDOException $e) {
1160 1160
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1161 1161
 		}
1162 1162
 		return $error;
@@ -1166,23 +1166,23 @@  discard block
 block discarded – undo
1166 1166
 		global $globalDBdriver;
1167 1167
 		$Connection = new Connection();
1168 1168
 		$error = '';
1169
-		if ($globalDBdriver == 'mysql' && !$Connection->indexExists('spotter_live','latitude')) {
1169
+		if ($globalDBdriver == 'mysql' && !$Connection->indexExists('spotter_live', 'latitude')) {
1170 1170
 			// Add unique key
1171 1171
 			$query = "alter table spotter_live add index(latitude,longitude)";
1172 1172
 			try {
1173 1173
 				$sth = $Connection->db->prepare($query);
1174 1174
 				$sth->execute();
1175
-			} catch(PDOException $e) {
1175
+			} catch (PDOException $e) {
1176 1176
 				return "error (add index latitude,longitude on spotter_live) : ".$e->getMessage()."\n";
1177 1177
 			}
1178 1178
                 }
1179
-		if (!$Connection->checkColumnName('aircraft','mfr')) {
1179
+		if (!$Connection->checkColumnName('aircraft', 'mfr')) {
1180 1180
 			// Add mfr to aircraft
1181 1181
 			$query = "ALTER TABLE aircraft ADD mfr VARCHAR(255) NULL";
1182 1182
 			try {
1183 1183
 				$sth = $Connection->db->prepare($query);
1184 1184
 				$sth->execute();
1185
-			} catch(PDOException $e) {
1185
+			} catch (PDOException $e) {
1186 1186
 				return "error (add mfr column in aircraft) : ".$e->getMessage()."\n";
1187 1187
 			}
1188 1188
 		}
@@ -1198,7 +1198,7 @@  discard block
 block discarded – undo
1198 1198
 		try {
1199 1199
 			$sth = $Connection->db->prepare($query);
1200 1200
 			$sth->execute();
1201
-		} catch(PDOException $e) {
1201
+		} catch (PDOException $e) {
1202 1202
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1203 1203
 		}
1204 1204
 		return $error;
@@ -1208,13 +1208,13 @@  discard block
 block discarded – undo
1208 1208
 		global $globalDBdriver;
1209 1209
 		$Connection = new Connection();
1210 1210
 		$error = '';
1211
-		if ($Connection->checkColumnName('aircraft','mfr')) {
1211
+		if ($Connection->checkColumnName('aircraft', 'mfr')) {
1212 1212
 			// drop mfr to aircraft
1213 1213
 			$query = "ALTER TABLE aircraft DROP COLUMN mfr";
1214 1214
 			try {
1215 1215
 				$sth = $Connection->db->prepare($query);
1216 1216
 				$sth->execute();
1217
-			} catch(PDOException $e) {
1217
+			} catch (PDOException $e) {
1218 1218
 				return "error (drop mfr column in aircraft) : ".$e->getMessage()."\n";
1219 1219
 			}
1220 1220
 		}
@@ -1230,7 +1230,7 @@  discard block
 block discarded – undo
1230 1230
 		try {
1231 1231
 			$sth = $Connection->db->prepare($query);
1232 1232
 			$sth->execute();
1233
-		} catch(PDOException $e) {
1233
+		} catch (PDOException $e) {
1234 1234
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1235 1235
 		}
1236 1236
 		return $error;
@@ -1240,33 +1240,33 @@  discard block
 block discarded – undo
1240 1240
 		global $globalDBdriver;
1241 1241
 		$Connection = new Connection();
1242 1242
 		$error = '';
1243
-		if (!$Connection->indexExists('notam','ref_idx')) {
1243
+		if (!$Connection->indexExists('notam', 'ref_idx')) {
1244 1244
 			// Add index key
1245 1245
 			$query = "create index ref_idx on notam (ref)";
1246 1246
 			try {
1247 1247
 				$sth = $Connection->db->prepare($query);
1248 1248
 				$sth->execute();
1249
-			} catch(PDOException $e) {
1249
+			} catch (PDOException $e) {
1250 1250
 				return "error (add index ref on notam) : ".$e->getMessage()."\n";
1251 1251
 			}
1252 1252
                 }
1253
-		if (!$Connection->indexExists('accidents','registration_idx')) {
1253
+		if (!$Connection->indexExists('accidents', 'registration_idx')) {
1254 1254
 			// Add index key
1255 1255
 			$query = "create index registration_idx on accidents (registration)";
1256 1256
 			try {
1257 1257
 				$sth = $Connection->db->prepare($query);
1258 1258
 				$sth->execute();
1259
-			} catch(PDOException $e) {
1259
+			} catch (PDOException $e) {
1260 1260
 				return "error (add index registration on accidents) : ".$e->getMessage()."\n";
1261 1261
 			}
1262 1262
                 }
1263
-		if (!$Connection->indexExists('accidents','rdts')) {
1263
+		if (!$Connection->indexExists('accidents', 'rdts')) {
1264 1264
 			// Add index key
1265 1265
 			$query = "create index rdts on accidents (registration,date,type,source)";
1266 1266
 			try {
1267 1267
 				$sth = $Connection->db->prepare($query);
1268 1268
 				$sth->execute();
1269
-			} catch(PDOException $e) {
1269
+			} catch (PDOException $e) {
1270 1270
 				return "error (add index registration, date, type & source on accidents) : ".$e->getMessage()."\n";
1271 1271
 			}
1272 1272
                 }
@@ -1275,7 +1275,7 @@  discard block
 block discarded – undo
1275 1275
 		try {
1276 1276
 			$sth = $Connection->db->prepare($query);
1277 1277
 			$sth->execute();
1278
-		} catch(PDOException $e) {
1278
+		} catch (PDOException $e) {
1279 1279
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1280 1280
 		}
1281 1281
 		return $error;
@@ -1285,23 +1285,23 @@  discard block
 block discarded – undo
1285 1285
 		global $globalDBdriver;
1286 1286
 		$Connection = new Connection();
1287 1287
 		$error = '';
1288
-		if (!$Connection->checkColumnName('accidents','airline_name')) {
1288
+		if (!$Connection->checkColumnName('accidents', 'airline_name')) {
1289 1289
 			// Add airline_name to accidents
1290 1290
 			$query = "ALTER TABLE accidents ADD airline_name VARCHAR(255) NULL";
1291 1291
 			try {
1292 1292
 				$sth = $Connection->db->prepare($query);
1293 1293
 				$sth->execute();
1294
-			} catch(PDOException $e) {
1294
+			} catch (PDOException $e) {
1295 1295
 				return "error (add airline_name column in accidents) : ".$e->getMessage()."\n";
1296 1296
 			}
1297 1297
 		}
1298
-		if (!$Connection->checkColumnName('accidents','airline_icao')) {
1298
+		if (!$Connection->checkColumnName('accidents', 'airline_icao')) {
1299 1299
 			// Add airline_icao to accidents
1300 1300
 			$query = "ALTER TABLE accidents ADD airline_icao VARCHAR(10) NULL";
1301 1301
 			try {
1302 1302
 				$sth = $Connection->db->prepare($query);
1303 1303
 				$sth->execute();
1304
-			} catch(PDOException $e) {
1304
+			} catch (PDOException $e) {
1305 1305
 				return "error (add airline_icao column in accidents) : ".$e->getMessage()."\n";
1306 1306
 			}
1307 1307
 		}
@@ -1309,7 +1309,7 @@  discard block
 block discarded – undo
1309 1309
 		try {
1310 1310
 			$sth = $Connection->db->prepare($query);
1311 1311
 			$sth->execute();
1312
-		} catch(PDOException $e) {
1312
+		} catch (PDOException $e) {
1313 1313
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1314 1314
 		}
1315 1315
 		return $error;
@@ -1319,13 +1319,13 @@  discard block
 block discarded – undo
1319 1319
 		global $globalDBdriver, $globalVATSIM, $globalIVAO;
1320 1320
 		$Connection = new Connection();
1321 1321
 		$error = '';
1322
-		if (!$Connection->checkColumnName('airlines','alliance')) {
1322
+		if (!$Connection->checkColumnName('airlines', 'alliance')) {
1323 1323
 			// Add alliance to airlines
1324 1324
 			$query = "ALTER TABLE airlines ADD alliance VARCHAR(255) NULL";
1325 1325
 			try {
1326 1326
 				$sth = $Connection->db->prepare($query);
1327 1327
 				$sth->execute();
1328
-			} catch(PDOException $e) {
1328
+			} catch (PDOException $e) {
1329 1329
 				return "error (add alliance column in airlines) : ".$e->getMessage()."\n";
1330 1330
 			}
1331 1331
 		}
@@ -1352,7 +1352,7 @@  discard block
 block discarded – undo
1352 1352
 		try {
1353 1353
 			$sth = $Connection->db->prepare($query);
1354 1354
 			$sth->execute();
1355
-		} catch(PDOException $e) {
1355
+		} catch (PDOException $e) {
1356 1356
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1357 1357
 		}
1358 1358
 		return $error;
@@ -1362,13 +1362,13 @@  discard block
 block discarded – undo
1362 1362
 		global $globalDBdriver, $globalVATSIM, $globalIVAO;
1363 1363
 		$Connection = new Connection();
1364 1364
 		$error = '';
1365
-		if (!$Connection->checkColumnName('airlines','ban_eu')) {
1365
+		if (!$Connection->checkColumnName('airlines', 'ban_eu')) {
1366 1366
 			// Add ban_eu to airlines
1367 1367
 			$query = "ALTER TABLE airlines ADD ban_eu INTEGER NOT NULL DEFAULT '0'";
1368 1368
 			try {
1369 1369
 				$sth = $Connection->db->prepare($query);
1370 1370
 				$sth->execute();
1371
-			} catch(PDOException $e) {
1371
+			} catch (PDOException $e) {
1372 1372
 				return "error (add ban_eu column in airlines) : ".$e->getMessage()."\n";
1373 1373
 			}
1374 1374
 		}
@@ -1376,7 +1376,7 @@  discard block
 block discarded – undo
1376 1376
 		try {
1377 1377
 			$sth = $Connection->db->prepare($query);
1378 1378
 			$sth->execute();
1379
-		} catch(PDOException $e) {
1379
+		} catch (PDOException $e) {
1380 1380
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1381 1381
 		}
1382 1382
 		return $error;
@@ -1387,19 +1387,19 @@  discard block
 block discarded – undo
1387 1387
 		$Connection = new Connection();
1388 1388
 		$error = '';
1389 1389
 		if ($globalDBdriver == 'mysql') {
1390
-			if ($Connection->getColumnType('spotter_output','date') == 'TIMESTAMP' && $Connection->getColumnType('spotter_output','last_seen') != 'TIMESTAMP') {
1390
+			if ($Connection->getColumnType('spotter_output', 'date') == 'TIMESTAMP' && $Connection->getColumnType('spotter_output', 'last_seen') != 'TIMESTAMP') {
1391 1391
 				$query = "ALTER TABLE spotter_output CHANGE date date TIMESTAMP NULL DEFAULT NULL";
1392 1392
 				try {
1393 1393
 					$sth = $Connection->db->prepare($query);
1394 1394
 					$sth->execute();
1395
-				} catch(PDOException $e) {
1395
+				} catch (PDOException $e) {
1396 1396
 					return "error (delete default timestamp spotter_output) : ".$e->getMessage()."\n";
1397 1397
 				}
1398 1398
 				$query = "ALTER TABLE spotter_output MODIFY COLUMN last_seen timestamp not null default current_timestamp()";
1399 1399
 				try {
1400 1400
 					$sth = $Connection->db->prepare($query);
1401 1401
 					$sth->execute();
1402
-				} catch(PDOException $e) {
1402
+				} catch (PDOException $e) {
1403 1403
 					return "error (convert spotter_output last_seen to timestamp) : ".$e->getMessage()."\n";
1404 1404
 				}
1405 1405
 				
@@ -1407,7 +1407,7 @@  discard block
 block discarded – undo
1407 1407
 				try {
1408 1408
 					$sth = $Connection->db->prepare($query);
1409 1409
 					$sth->execute();
1410
-				} catch(PDOException $e) {
1410
+				} catch (PDOException $e) {
1411 1411
 					return "error (delete default timestamp spotter_output) : ".$e->getMessage()."\n";
1412 1412
 				}
1413 1413
 				/*$query = "SELECT date,last_seen FROM spotter_output WHERE last_seen < date ORDER BY date DESC LIMIT 150";
@@ -1458,7 +1458,7 @@  discard block
 block discarded – undo
1458 1458
 				try {
1459 1459
 					$sth = $Connection->db->prepare($query);
1460 1460
 					$sth->execute();
1461
-				} catch(PDOException $e) {
1461
+				} catch (PDOException $e) {
1462 1462
 					return "error (fix date) : ".$e->getMessage()."\n";
1463 1463
 				}
1464 1464
 			}
@@ -1543,7 +1543,7 @@  discard block
 block discarded – undo
1543 1543
 		try {
1544 1544
 			$sth = $Connection->db->prepare($query);
1545 1545
 			$sth->execute();
1546
-		} catch(PDOException $e) {
1546
+		} catch (PDOException $e) {
1547 1547
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1548 1548
 		}
1549 1549
 		return $error;
@@ -1552,13 +1552,13 @@  discard block
 block discarded – undo
1552 1552
 		global $globalDBdriver;
1553 1553
 		$Connection = new Connection();
1554 1554
 		$error = '';
1555
-		if (!$Connection->indexExists('accidents','type')) {
1555
+		if (!$Connection->indexExists('accidents', 'type')) {
1556 1556
 			// Add index key
1557 1557
 			$query = "create index type on accidents (type,date)";
1558 1558
 			try {
1559 1559
 				$sth = $Connection->db->prepare($query);
1560 1560
 				$sth->execute();
1561
-			} catch(PDOException $e) {
1561
+			} catch (PDOException $e) {
1562 1562
 				return "error (add index type on accidents) : ".$e->getMessage()."\n";
1563 1563
 			}
1564 1564
                 }
@@ -1566,7 +1566,7 @@  discard block
 block discarded – undo
1566 1566
 		try {
1567 1567
 			$sth = $Connection->db->prepare($query);
1568 1568
 			$sth->execute();
1569
-		} catch(PDOException $e) {
1569
+		} catch (PDOException $e) {
1570 1570
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1571 1571
 		}
1572 1572
 		return $error;
@@ -1576,12 +1576,12 @@  discard block
 block discarded – undo
1576 1576
 		global $globalDBdriver;
1577 1577
 		$Connection = new Connection();
1578 1578
 		$error = '';
1579
-		if (!$Connection->checkColumnName('aircraft_modes','source_type')) {
1579
+		if (!$Connection->checkColumnName('aircraft_modes', 'source_type')) {
1580 1580
 			$query = "ALTER TABLE aircraft_modes ADD source_type VARCHAR(255) DEFAULT 'modes'";
1581 1581
 			try {
1582 1582
 				$sth = $Connection->db->prepare($query);
1583 1583
 				$sth->execute();
1584
-			} catch(PDOException $e) {
1584
+			} catch (PDOException $e) {
1585 1585
 				return "error (add source_type column in aircraft_modes) : ".$e->getMessage()."\n";
1586 1586
 			}
1587 1587
 		}
@@ -1647,7 +1647,7 @@  discard block
 block discarded – undo
1647 1647
 		try {
1648 1648
 			$sth = $Connection->db->prepare($query);
1649 1649
 			$sth->execute();
1650
-		} catch(PDOException $e) {
1650
+		} catch (PDOException $e) {
1651 1651
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1652 1652
 		}
1653 1653
 		return $error;
@@ -1699,7 +1699,7 @@  discard block
 block discarded – undo
1699 1699
 			try {
1700 1700
 				$sth = $Connection->db->prepare($query);
1701 1701
 				$sth->execute();
1702
-			} catch(PDOException $e) {
1702
+			} catch (PDOException $e) {
1703 1703
 				return "error (problem when select engine for spotter_engine) : ".$e->getMessage()."\n";
1704 1704
 			}
1705 1705
 			$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -1708,18 +1708,18 @@  discard block
 block discarded – undo
1708 1708
 				try {
1709 1709
 					$sth = $Connection->db->prepare($query);
1710 1710
 					$sth->execute();
1711
-				} catch(PDOException $e) {
1711
+				} catch (PDOException $e) {
1712 1712
 					return "error (Change table format from archive to InnoDB for spotter_archive) : ".$e->getMessage()."\n";
1713 1713
 				}
1714 1714
 			}
1715 1715
 		}
1716
-		if (!$Connection->indexExists('spotter_archive','flightaware_id_date_idx') && !$Connection->indexExists('spotter_archive','flightaware_id')) {
1716
+		if (!$Connection->indexExists('spotter_archive', 'flightaware_id_date_idx') && !$Connection->indexExists('spotter_archive', 'flightaware_id')) {
1717 1717
 			// Add index key
1718 1718
 			$query = "create index flightaware_id_date_idx on spotter_archive (flightaware_id,date)";
1719 1719
 			try {
1720 1720
 				$sth = $Connection->db->prepare($query);
1721 1721
 				$sth->execute();
1722
-			} catch(PDOException $e) {
1722
+			} catch (PDOException $e) {
1723 1723
 				return "error (add index flightaware_id, date on spotter_archive) : ".$e->getMessage()."\n";
1724 1724
 			}
1725 1725
                 }
@@ -1727,7 +1727,7 @@  discard block
 block discarded – undo
1727 1727
 		try {
1728 1728
 			$sth = $Connection->db->prepare($query);
1729 1729
 			$sth->execute();
1730
-		} catch(PDOException $e) {
1730
+		} catch (PDOException $e) {
1731 1731
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1732 1732
 		}
1733 1733
 		return $error;
@@ -1738,148 +1738,148 @@  discard block
 block discarded – undo
1738 1738
 		$Connection = new Connection();
1739 1739
 		$error = '';
1740 1740
 		if ($globalDBdriver == 'mysql') {
1741
-			if (!$Connection->checkColumnName('marine_output','type_id')) {
1741
+			if (!$Connection->checkColumnName('marine_output', 'type_id')) {
1742 1742
 				$query = "ALTER TABLE marine_output ADD COLUMN type_id int(11) DEFAULT NULL";
1743 1743
 				try {
1744 1744
 					$sth = $Connection->db->prepare($query);
1745 1745
 					$sth->execute();
1746
-				} catch(PDOException $e) {
1746
+				} catch (PDOException $e) {
1747 1747
 					return "error (add column type_id in marine_output) : ".$e->getMessage()."\n";
1748 1748
 				}
1749 1749
 			}
1750
-			if (!$Connection->checkColumnName('marine_live','type_id')) {
1750
+			if (!$Connection->checkColumnName('marine_live', 'type_id')) {
1751 1751
 				$query = "ALTER TABLE marine_live ADD COLUMN type_id int(11) DEFAULT NULL";
1752 1752
 				try {
1753 1753
 					$sth = $Connection->db->prepare($query);
1754 1754
 					$sth->execute();
1755
-				} catch(PDOException $e) {
1755
+				} catch (PDOException $e) {
1756 1756
 					return "error (add column type_id in marine_live) : ".$e->getMessage()."\n";
1757 1757
 				}
1758 1758
 			}
1759
-			if (!$Connection->checkColumnName('marine_archive','type_id')) {
1759
+			if (!$Connection->checkColumnName('marine_archive', 'type_id')) {
1760 1760
 				$query = "ALTER TABLE marine_archive ADD COLUMN type_id int(11) DEFAULT NULL";
1761 1761
 				try {
1762 1762
 					$sth = $Connection->db->prepare($query);
1763 1763
 					$sth->execute();
1764
-				} catch(PDOException $e) {
1764
+				} catch (PDOException $e) {
1765 1765
 					return "error (add column type_id in marine_archive) : ".$e->getMessage()."\n";
1766 1766
 				}
1767 1767
 			}
1768
-			if (!$Connection->checkColumnName('marine_archive_output','type_id')) {
1768
+			if (!$Connection->checkColumnName('marine_archive_output', 'type_id')) {
1769 1769
 				$query = "ALTER TABLE marine_archive_output ADD COLUMN type_id int(11) DEFAULT NULL";
1770 1770
 				try {
1771 1771
 					$sth = $Connection->db->prepare($query);
1772 1772
 					$sth->execute();
1773
-				} catch(PDOException $e) {
1773
+				} catch (PDOException $e) {
1774 1774
 					return "error (add column type_id in marine_archive_output) : ".$e->getMessage()."\n";
1775 1775
 				}
1776 1776
 			}
1777
-			if (!$Connection->checkColumnName('marine_output','status_id')) {
1777
+			if (!$Connection->checkColumnName('marine_output', 'status_id')) {
1778 1778
 				$query = "ALTER TABLE marine_output ADD COLUMN status_id int(11) DEFAULT NULL";
1779 1779
 				try {
1780 1780
 					$sth = $Connection->db->prepare($query);
1781 1781
 					$sth->execute();
1782
-				} catch(PDOException $e) {
1782
+				} catch (PDOException $e) {
1783 1783
 					return "error (add column status_id in marine_output) : ".$e->getMessage()."\n";
1784 1784
 				}
1785 1785
 			}
1786
-			if (!$Connection->checkColumnName('marine_live','status_id')) {
1786
+			if (!$Connection->checkColumnName('marine_live', 'status_id')) {
1787 1787
 				$query = "ALTER TABLE marine_live ADD COLUMN status_id int(11) DEFAULT NULL";
1788 1788
 				try {
1789 1789
 					$sth = $Connection->db->prepare($query);
1790 1790
 					$sth->execute();
1791
-				} catch(PDOException $e) {
1791
+				} catch (PDOException $e) {
1792 1792
 					return "error (add column status_id in marine_live) : ".$e->getMessage()."\n";
1793 1793
 				}
1794 1794
 			}
1795
-			if (!$Connection->checkColumnName('marine_archive','status_id')) {
1795
+			if (!$Connection->checkColumnName('marine_archive', 'status_id')) {
1796 1796
 				$query = "ALTER TABLE marine_archive ADD COLUMN status_id int(11) DEFAULT NULL";
1797 1797
 				try {
1798 1798
 					$sth = $Connection->db->prepare($query);
1799 1799
 					$sth->execute();
1800
-				} catch(PDOException $e) {
1800
+				} catch (PDOException $e) {
1801 1801
 					return "error (add column status_id in marine_archive) : ".$e->getMessage()."\n";
1802 1802
 				}
1803 1803
 			}
1804
-			if (!$Connection->checkColumnName('marine_archive_output','status_id')) {
1804
+			if (!$Connection->checkColumnName('marine_archive_output', 'status_id')) {
1805 1805
 				$query = "ALTER TABLE marine_archive_output ADD COLUMN status_id int(11) DEFAULT NULL";
1806 1806
 				try {
1807 1807
 					$sth = $Connection->db->prepare($query);
1808 1808
 					$sth->execute();
1809
-				} catch(PDOException $e) {
1809
+				} catch (PDOException $e) {
1810 1810
 					return "error (add column status_id in marine_archive_output) : ".$e->getMessage()."\n";
1811 1811
 				}
1812 1812
 			}
1813 1813
 		} else {
1814
-			if (!$Connection->checkColumnName('marine_output','type_id')) {
1814
+			if (!$Connection->checkColumnName('marine_output', 'type_id')) {
1815 1815
 				$query = "ALTER TABLE marine_output ADD COLUMN type_id integer DEFAULT NULL";
1816 1816
 				try {
1817 1817
 					$sth = $Connection->db->prepare($query);
1818 1818
 					$sth->execute();
1819
-				} catch(PDOException $e) {
1819
+				} catch (PDOException $e) {
1820 1820
 					return "error (add column type_id in marine_output) : ".$e->getMessage()."\n";
1821 1821
 				}
1822 1822
 			}
1823
-			if (!$Connection->checkColumnName('marine_live','type_id')) {
1823
+			if (!$Connection->checkColumnName('marine_live', 'type_id')) {
1824 1824
 				$query = "ALTER TABLE marine_live ADD COLUMN type_id integer DEFAULT NULL";
1825 1825
 				try {
1826 1826
 					$sth = $Connection->db->prepare($query);
1827 1827
 					$sth->execute();
1828
-				} catch(PDOException $e) {
1828
+				} catch (PDOException $e) {
1829 1829
 					return "error (add column type_id in marine_live) : ".$e->getMessage()."\n";
1830 1830
 				}
1831 1831
 			}
1832
-			if (!$Connection->checkColumnName('marine_archive','type_id')) {
1832
+			if (!$Connection->checkColumnName('marine_archive', 'type_id')) {
1833 1833
 				$query = "ALTER TABLE marine_archive ADD COLUMN type_id integer DEFAULT NULL";
1834 1834
 				try {
1835 1835
 					$sth = $Connection->db->prepare($query);
1836 1836
 					$sth->execute();
1837
-				} catch(PDOException $e) {
1837
+				} catch (PDOException $e) {
1838 1838
 					return "error (add column type_id in marine_archive) : ".$e->getMessage()."\n";
1839 1839
 				}
1840 1840
 			}
1841
-			if (!$Connection->checkColumnName('marine_archive_output','type_id')) {
1841
+			if (!$Connection->checkColumnName('marine_archive_output', 'type_id')) {
1842 1842
 				$query = "ALTER TABLE marine_archive_output ADD COLUMN type_id integer DEFAULT NULL";
1843 1843
 				try {
1844 1844
 					$sth = $Connection->db->prepare($query);
1845 1845
 					$sth->execute();
1846
-				} catch(PDOException $e) {
1846
+				} catch (PDOException $e) {
1847 1847
 					return "error (add column type_id in marine_archive_output) : ".$e->getMessage()."\n";
1848 1848
 				}
1849 1849
 			}
1850
-			if (!$Connection->checkColumnName('marine_output','status_id')) {
1850
+			if (!$Connection->checkColumnName('marine_output', 'status_id')) {
1851 1851
 				$query = "ALTER TABLE marine_output ADD COLUMN status_id integer DEFAULT NULL";
1852 1852
 				try {
1853 1853
 					$sth = $Connection->db->prepare($query);
1854 1854
 					$sth->execute();
1855
-				} catch(PDOException $e) {
1855
+				} catch (PDOException $e) {
1856 1856
 					return "error (add column status_id in marine_output) : ".$e->getMessage()."\n";
1857 1857
 				}
1858 1858
 			}
1859
-			if (!$Connection->checkColumnName('marine_live','status_id')) {
1859
+			if (!$Connection->checkColumnName('marine_live', 'status_id')) {
1860 1860
 				$query = "ALTER TABLE marine_live ADD COLUMN status_id integer DEFAULT NULL";
1861 1861
 				try {
1862 1862
 					$sth = $Connection->db->prepare($query);
1863 1863
 					$sth->execute();
1864
-				} catch(PDOException $e) {
1864
+				} catch (PDOException $e) {
1865 1865
 					return "error (add column status_id in marine_live) : ".$e->getMessage()."\n";
1866 1866
 				}
1867 1867
 			}
1868
-			if (!$Connection->checkColumnName('marine_archive','status_id')) {
1868
+			if (!$Connection->checkColumnName('marine_archive', 'status_id')) {
1869 1869
 				$query = "ALTER TABLE marine_archive ADD COLUMN status_id integer DEFAULT NULL";
1870 1870
 				try {
1871 1871
 					$sth = $Connection->db->prepare($query);
1872 1872
 					$sth->execute();
1873
-				} catch(PDOException $e) {
1873
+				} catch (PDOException $e) {
1874 1874
 					return "error (add column status_id in marine_archive) : ".$e->getMessage()."\n";
1875 1875
 				}
1876 1876
 			}
1877
-			if (!$Connection->checkColumnName('marine_archive_output','status_id')) {
1877
+			if (!$Connection->checkColumnName('marine_archive_output', 'status_id')) {
1878 1878
 				$query = "ALTER TABLE marine_archive_output ADD COLUMN status_id integer DEFAULT NULL";
1879 1879
 				try {
1880 1880
 					$sth = $Connection->db->prepare($query);
1881 1881
 					$sth->execute();
1882
-				} catch(PDOException $e) {
1882
+				} catch (PDOException $e) {
1883 1883
 					return "error (add column status_id in marine_archive_output) : ".$e->getMessage()."\n";
1884 1884
 				}
1885 1885
 			}
@@ -1888,7 +1888,7 @@  discard block
 block discarded – undo
1888 1888
 		try {
1889 1889
 			$sth = $Connection->db->prepare($query);
1890 1890
 			$sth->execute();
1891
-		} catch(PDOException $e) {
1891
+		} catch (PDOException $e) {
1892 1892
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1893 1893
 		}
1894 1894
 		return $error;
@@ -1903,14 +1903,14 @@  discard block
 block discarded – undo
1903 1903
 			try {
1904 1904
 				$sth = $Connection->db->prepare($query);
1905 1905
 				$sth->execute();
1906
-			} catch(PDOException $e) {
1906
+			} catch (PDOException $e) {
1907 1907
 				return "error (change pilot_id type to varchar in stats_pilot) : ".$e->getMessage()."\n";
1908 1908
 			}
1909 1909
 			$query = "ALTER TABLE marine_identity MODIFY COLUMN mmsi varchar(255) DEFAULT NULL";
1910 1910
 			try {
1911 1911
 				$sth = $Connection->db->prepare($query);
1912 1912
 				$sth->execute();
1913
-			} catch(PDOException $e) {
1913
+			} catch (PDOException $e) {
1914 1914
 				return "error (change mmsi type to varchar in marine_identity) : ".$e->getMessage()."\n";
1915 1915
 			}
1916 1916
 		} else {
@@ -1918,14 +1918,14 @@  discard block
 block discarded – undo
1918 1918
 			try {
1919 1919
 				$sth = $Connection->db->prepare($query);
1920 1920
 				$sth->execute();
1921
-			} catch(PDOException $e) {
1921
+			} catch (PDOException $e) {
1922 1922
 				return "error (change pilot_id type to varchar in stats_pilot) : ".$e->getMessage()."\n";
1923 1923
 			}
1924 1924
 			$query = "alter table marine_identity alter column mmsi type varchar(255)";
1925 1925
 			try {
1926 1926
 				$sth = $Connection->db->prepare($query);
1927 1927
 				$sth->execute();
1928
-			} catch(PDOException $e) {
1928
+			} catch (PDOException $e) {
1929 1929
 				return "error (change mmsi type to varchar in marine_identity) : ".$e->getMessage()."\n";
1930 1930
 			}
1931 1931
 		}
@@ -1933,7 +1933,7 @@  discard block
 block discarded – undo
1933 1933
 		try {
1934 1934
 			$sth = $Connection->db->prepare($query);
1935 1935
 			$sth->execute();
1936
-		} catch(PDOException $e) {
1936
+		} catch (PDOException $e) {
1937 1937
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1938 1938
 		}
1939 1939
 		return $error;
@@ -1943,32 +1943,32 @@  discard block
 block discarded – undo
1943 1943
 		global $globalDBdriver;
1944 1944
 		$Connection = new Connection();
1945 1945
 		$error = '';
1946
-		if (!$Connection->checkColumnName('source_location','last_seen')) {
1946
+		if (!$Connection->checkColumnName('source_location', 'last_seen')) {
1947 1947
 			$query = "ALTER TABLE source_location ADD COLUMN last_seen timestamp NULL DEFAULT NULL";
1948 1948
 			try {
1949 1949
 				$sth = $Connection->db->prepare($query);
1950 1950
 				$sth->execute();
1951
-			} catch(PDOException $e) {
1951
+			} catch (PDOException $e) {
1952 1952
 				return "error (add column last_seen in source_location) : ".$e->getMessage()."\n";
1953 1953
 			}
1954 1954
 		}
1955 1955
 		if ($globalDBdriver == 'mysql') {
1956
-			if (!$Connection->checkColumnName('source_location','location_id')) {
1956
+			if (!$Connection->checkColumnName('source_location', 'location_id')) {
1957 1957
 				$query = "ALTER TABLE source_location ADD COLUMN location_id int(11) DEFAULT NULL";
1958 1958
 				try {
1959 1959
 					$sth = $Connection->db->prepare($query);
1960 1960
 					$sth->execute();
1961
-				} catch(PDOException $e) {
1961
+				} catch (PDOException $e) {
1962 1962
 					return "error (add column location_id in source_location) : ".$e->getMessage()."\n";
1963 1963
 				}
1964 1964
 			}
1965 1965
 		} else {
1966
-			if (!$Connection->checkColumnName('source_location','location_id')) {
1966
+			if (!$Connection->checkColumnName('source_location', 'location_id')) {
1967 1967
 				$query = "ALTER TABLE source_location ADD COLUMN location_id integer DEFAULT NULL";
1968 1968
 				try {
1969 1969
 					$sth = $Connection->db->prepare($query);
1970 1970
 					$sth->execute();
1971
-				} catch(PDOException $e) {
1971
+				} catch (PDOException $e) {
1972 1972
 					return "error (add column location_id in source_location) : ".$e->getMessage()."\n";
1973 1973
 				}
1974 1974
 			}
@@ -1977,7 +1977,7 @@  discard block
 block discarded – undo
1977 1977
 		try {
1978 1978
 			$sth = $Connection->db->prepare($query);
1979 1979
 			$sth->execute();
1980
-		} catch(PDOException $e) {
1980
+		} catch (PDOException $e) {
1981 1981
 			return "error (update schema_version) : ".$e->getMessage()."\n";
1982 1982
 		}
1983 1983
 		return $error;
@@ -1987,12 +1987,12 @@  discard block
 block discarded – undo
1987 1987
 		global $globalDBdriver;
1988 1988
 		$Connection = new Connection();
1989 1989
 		$error = '';
1990
-		if (!$Connection->checkColumnName('source_location','description')) {
1990
+		if (!$Connection->checkColumnName('source_location', 'description')) {
1991 1991
 			$query = "ALTER TABLE source_location ADD COLUMN description text DEFAULT NULL";
1992 1992
 			try {
1993 1993
 				$sth = $Connection->db->prepare($query);
1994 1994
 				$sth->execute();
1995
-			} catch(PDOException $e) {
1995
+			} catch (PDOException $e) {
1996 1996
 				return "error (add column description in source_location) : ".$e->getMessage()."\n";
1997 1997
 			}
1998 1998
 		}
@@ -2000,7 +2000,7 @@  discard block
 block discarded – undo
2000 2000
 		try {
2001 2001
 			$sth = $Connection->db->prepare($query);
2002 2002
 			$sth->execute();
2003
-		} catch(PDOException $e) {
2003
+		} catch (PDOException $e) {
2004 2004
 			return "error (update schema_version) : ".$e->getMessage()."\n";
2005 2005
 		}
2006 2006
 		return $error;
@@ -2010,39 +2010,39 @@  discard block
 block discarded – undo
2010 2010
 		global $globalDBdriver;
2011 2011
 		$Connection = new Connection();
2012 2012
 		$error = '';
2013
-		if (!$Connection->checkColumnName('spotter_live','real_altitude')) {
2013
+		if (!$Connection->checkColumnName('spotter_live', 'real_altitude')) {
2014 2014
 			$query = "ALTER TABLE spotter_live ADD COLUMN real_altitude float DEFAULT NULL";
2015 2015
 			try {
2016 2016
 				$sth = $Connection->db->prepare($query);
2017 2017
 				$sth->execute();
2018
-			} catch(PDOException $e) {
2018
+			} catch (PDOException $e) {
2019 2019
 				return "error (add column real_altitude in spotter_live) : ".$e->getMessage()."\n";
2020 2020
 			}
2021 2021
 		}
2022
-		if (!$Connection->checkColumnName('spotter_output','real_altitude')) {
2022
+		if (!$Connection->checkColumnName('spotter_output', 'real_altitude')) {
2023 2023
 			$query = "ALTER TABLE spotter_output ADD COLUMN real_altitude float DEFAULT NULL";
2024 2024
 			try {
2025 2025
 				$sth = $Connection->db->prepare($query);
2026 2026
 				$sth->execute();
2027
-			} catch(PDOException $e) {
2027
+			} catch (PDOException $e) {
2028 2028
 				return "error (add column real_altitude in spotter_output) : ".$e->getMessage()."\n";
2029 2029
 			}
2030 2030
 		}
2031
-		if (!$Connection->checkColumnName('spotter_archive_output','real_altitude')) {
2031
+		if (!$Connection->checkColumnName('spotter_archive_output', 'real_altitude')) {
2032 2032
 			$query = "ALTER TABLE spotter_archive_output ADD COLUMN real_altitude float DEFAULT NULL";
2033 2033
 			try {
2034 2034
 				$sth = $Connection->db->prepare($query);
2035 2035
 				$sth->execute();
2036
-			} catch(PDOException $e) {
2036
+			} catch (PDOException $e) {
2037 2037
 				return "error (add column real_altitude in spotter_archive_output) : ".$e->getMessage()."\n";
2038 2038
 			}
2039 2039
 		}
2040
-		if (!$Connection->checkColumnName('spotter_archive','real_altitude')) {
2040
+		if (!$Connection->checkColumnName('spotter_archive', 'real_altitude')) {
2041 2041
 			$query = "ALTER TABLE spotter_archive ADD COLUMN real_altitude float DEFAULT NULL";
2042 2042
 			try {
2043 2043
 				$sth = $Connection->db->prepare($query);
2044 2044
 				$sth->execute();
2045
-			} catch(PDOException $e) {
2045
+			} catch (PDOException $e) {
2046 2046
 				return "error (add column real_altitude in spotter_archive) : ".$e->getMessage()."\n";
2047 2047
 			}
2048 2048
 		}
@@ -2050,7 +2050,7 @@  discard block
 block discarded – undo
2050 2050
 		try {
2051 2051
 			$sth = $Connection->db->prepare($query);
2052 2052
 			$sth->execute();
2053
-		} catch(PDOException $e) {
2053
+		} catch (PDOException $e) {
2054 2054
 			return "error (update schema_version) : ".$e->getMessage()."\n";
2055 2055
 		}
2056 2056
 		return $error;
@@ -2072,14 +2072,14 @@  discard block
 block discarded – undo
2072 2072
 		try {
2073 2073
 			$sth = $Connection->db->prepare($query);
2074 2074
 			$sth->execute();
2075
-		} catch(PDOException $e) {
2075
+		} catch (PDOException $e) {
2076 2076
 			return "error (modify column altitude in tracker_*) : ".$e->getMessage()."\n";
2077 2077
 		}
2078 2078
 		$query = "UPDATE config SET value = '44' WHERE name = 'schema_version'";
2079 2079
 		try {
2080 2080
 			$sth = $Connection->db->prepare($query);
2081 2081
 			$sth->execute();
2082
-		} catch(PDOException $e) {
2082
+		} catch (PDOException $e) {
2083 2083
 			return "error (update schema_version) : ".$e->getMessage()."\n";
2084 2084
 		}
2085 2085
 		return $error;
@@ -2120,7 +2120,7 @@  discard block
 block discarded – undo
2120 2120
 		try {
2121 2121
 			$sth = $Connection->db->prepare($query);
2122 2122
 			$sth->execute();
2123
-		} catch(PDOException $e) {
2123
+		} catch (PDOException $e) {
2124 2124
 			return "error (update schema_version) : ".$e->getMessage()."\n";
2125 2125
 		}
2126 2126
 		return $error;
@@ -2143,7 +2143,7 @@  discard block
 block discarded – undo
2143 2143
 		try {
2144 2144
 			$sth = $Connection->db->prepare($query);
2145 2145
 			$sth->execute();
2146
-		} catch(PDOException $e) {
2146
+		} catch (PDOException $e) {
2147 2147
 			return "error (update schema_version) : ".$e->getMessage()."\n";
2148 2148
 		}
2149 2149
 		return $error;
@@ -2166,7 +2166,7 @@  discard block
 block discarded – undo
2166 2166
 					try {
2167 2167
 						$sth = $Connection->db->prepare($query);
2168 2168
 						$sth->execute();
2169
-					} catch(PDOException $e) {
2169
+					} catch (PDOException $e) {
2170 2170
 						return "error (check_version): ".$e->getMessage()."\n";
2171 2171
 					}
2172 2172
 					$result = $sth->fetch(PDO::FETCH_ASSOC);
Please login to merge, or discard this patch.
Braces   +428 added lines, -158 removed lines patch added patch discarded remove patch
@@ -258,7 +258,9 @@  discard block
 block discarded – undo
258 258
     		// Update table countries
259 259
     		if ($Connection->tableExists('airspace')) {
260 260
     		    $error .= update_db::update_countries();
261
-		    if ($error != '') return $error;
261
+		    if ($error != '') {
262
+		    	return $error;
263
+		    }
262 264
 		}
263 265
 		// Update schema_version to 7
264 266
 		$query = "UPDATE `config` SET `value` = '7' WHERE `name` = 'schema_version'";
@@ -314,7 +316,9 @@  discard block
 block discarded – undo
314 316
     		$error = '';
315 317
     		// Update table aircraft
316 318
 		$error .= create_db::import_file('../db/source_location.sql');
317
-		if ($error != '') return $error;
319
+		if ($error != '') {
320
+			return $error;
321
+		}
318 322
 		// Update schema_version to 6
319 323
 		$query = "UPDATE `config` SET `value` = '8' WHERE `name` = 'schema_version'";
320 324
         	try {
@@ -331,7 +335,9 @@  discard block
 block discarded – undo
331 335
     		$error = '';
332 336
     		// Update table aircraft
333 337
 		$error .= create_db::import_file('../db/notam.sql');
334
-		if ($error != '') return $error;
338
+		if ($error != '') {
339
+			return $error;
340
+		}
335 341
 		$query = "DELETE FROM config WHERE name = 'last_update_db';
336 342
                         INSERT INTO config (name,value) VALUES ('last_update_db',NOW());
337 343
                         DELETE FROM config WHERE name = 'last_update_notam_db';
@@ -365,7 +371,9 @@  discard block
 block discarded – undo
365 371
 		$error = '';
366 372
     		// Update table atc
367 373
 		$error .= create_db::import_file('../db/atc.sql');
368
-		if ($error != '') return $error;
374
+		if ($error != '') {
375
+			return $error;
376
+		}
369 377
 		
370 378
 		$query = "UPDATE `config` SET `value` = '10' WHERE `name` = 'schema_version'";
371 379
         	try {
@@ -389,13 +397,21 @@  discard block
 block discarded – undo
389 397
 		$error = '';
390 398
     		// Add tables
391 399
 		$error .= create_db::import_file('../db/aircraft_owner.sql');
392
-		if ($error != '') return $error;
400
+		if ($error != '') {
401
+			return $error;
402
+		}
393 403
 		$error .= create_db::import_file('../db/metar.sql');
394
-		if ($error != '') return $error;
404
+		if ($error != '') {
405
+			return $error;
406
+		}
395 407
 		$error .= create_db::import_file('../db/taf.sql');
396
-		if ($error != '') return $error;
408
+		if ($error != '') {
409
+			return $error;
410
+		}
397 411
 		$error .= create_db::import_file('../db/airport.sql');
398
-		if ($error != '') return $error;
412
+		if ($error != '') {
413
+			return $error;
414
+		}
399 415
 		
400 416
 		$query = "UPDATE `config` SET `value` = '11' WHERE `name` = 'schema_version'";
401 417
         	try {
@@ -469,19 +485,33 @@  discard block
 block discarded – undo
469 485
 		$error = '';
470 486
     		// Add tables
471 487
 		$error .= create_db::import_file('../db/stats.sql');
472
-		if ($error != '') return $error;
488
+		if ($error != '') {
489
+			return $error;
490
+		}
473 491
 		$error .= create_db::import_file('../db/stats_aircraft.sql');
474
-		if ($error != '') return $error;
492
+		if ($error != '') {
493
+			return $error;
494
+		}
475 495
 		$error .= create_db::import_file('../db/stats_airline.sql');
476
-		if ($error != '') return $error;
496
+		if ($error != '') {
497
+			return $error;
498
+		}
477 499
 		$error .= create_db::import_file('../db/stats_airport.sql');
478
-		if ($error != '') return $error;
500
+		if ($error != '') {
501
+			return $error;
502
+		}
479 503
 		$error .= create_db::import_file('../db/stats_owner.sql');
480
-		if ($error != '') return $error;
504
+		if ($error != '') {
505
+			return $error;
506
+		}
481 507
 		$error .= create_db::import_file('../db/stats_pilot.sql');
482
-		if ($error != '') return $error;
508
+		if ($error != '') {
509
+			return $error;
510
+		}
483 511
 		$error .= create_db::import_file('../db/spotter_archive_output.sql');
484
-		if ($error != '') return $error;
512
+		if ($error != '') {
513
+			return $error;
514
+		}
485 515
 		
486 516
 		$query = "UPDATE `config` SET `value` = '13' WHERE `name` = 'schema_version'";
487 517
         	try {
@@ -521,7 +551,9 @@  discard block
 block discarded – undo
521 551
     		// Add tables
522 552
     		if (!$Connection->tableExists('stats_flight')) {
523 553
 			$error .= create_db::import_file('../db/stats_flight.sql');
524
-			if ($error != '') return $error;
554
+			if ($error != '') {
555
+				return $error;
556
+			}
525 557
 		}
526 558
 		$query = "UPDATE `config` SET `value` = '15' WHERE `name` = 'schema_version'";
527 559
         	try {
@@ -545,7 +577,9 @@  discard block
 block discarded – undo
545 577
     		} catch(PDOException $e) {
546 578
 		    return "error (update stats) : ".$e->getMessage()."\n";
547 579
     		}
548
-		if ($error != '') return $error;
580
+		if ($error != '') {
581
+			return $error;
582
+		}
549 583
 		$query = "UPDATE `config` SET `value` = '16' WHERE `name` = 'schema_version'";
550 584
         	try {
551 585
             	    $sth = $Connection->db->prepare($query);
@@ -566,7 +600,9 @@  discard block
 block discarded – undo
566 600
     		if (!$Connection->tableExists('stats_callsign')) {
567 601
 			$error .= create_db::import_file('../db/stats_callsign.sql');
568 602
 		}
569
-		if ($error != '') return $error;
603
+		if ($error != '') {
604
+			return $error;
605
+		}
570 606
 		$query = "UPDATE `config` SET `value` = '17' WHERE `name` = 'schema_version'";
571 607
         	try {
572 608
             	    $sth = $Connection->db->prepare($query);
@@ -584,7 +620,9 @@  discard block
 block discarded – undo
584 620
     		if (!$Connection->tableExists('stats_country')) {
585 621
 			$error .= create_db::import_file('../db/stats_country.sql');
586 622
 		}
587
-		if ($error != '') return $error;
623
+		if ($error != '') {
624
+			return $error;
625
+		}
588 626
 		$query = "UPDATE `config` SET `value` = '18' WHERE `name` = 'schema_version'";
589 627
         	try {
590 628
             	    $sth = $Connection->db->prepare($query);
@@ -607,7 +645,9 @@  discard block
 block discarded – undo
607 645
 			    return "error (update stats) : ".$e->getMessage()."\n";
608 646
     			}
609 647
     		}
610
-		if ($error != '') return $error;
648
+		if ($error != '') {
649
+			return $error;
650
+		}
611 651
 		$query = "UPDATE `config` SET `value` = '19' WHERE `name` = 'schema_version'";
612 652
         	try {
613 653
             	    $sth = $Connection->db->prepare($query);
@@ -623,7 +663,9 @@  discard block
 block discarded – undo
623 663
 		$error = '';
624 664
     		// Update airport table
625 665
 		$error .= create_db::import_file('../db/airport.sql');
626
-		if ($error != '') return 'Import airport.sql : '.$error;
666
+		if ($error != '') {
667
+			return 'Import airport.sql : '.$error;
668
+		}
627 669
 		// Remove primary key on Spotter_Archive
628 670
 		$query = "alter table spotter_archive drop spotter_archive_id";
629 671
         	try {
@@ -699,7 +741,9 @@  discard block
 block discarded – undo
699 741
 				return "error (add source_name column) : ".$e->getMessage()."\n";
700 742
     			}
701 743
     		}
702
-		if ($error != '') return $error;
744
+		if ($error != '') {
745
+			return $error;
746
+		}
703 747
 		$query = "UPDATE `config` SET `value` = '20' WHERE `name` = 'schema_version'";
704 748
         	try {
705 749
             	    $sth = $Connection->db->prepare($query);
@@ -717,7 +761,9 @@  discard block
 block discarded – undo
717 761
     		// Update airline table
718 762
     		if (!$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
719 763
 			$error .= create_db::import_file('../db/airlines.sql');
720
-			if ($error != '') return 'Import airlines.sql : '.$error;
764
+			if ($error != '') {
765
+				return 'Import airlines.sql : '.$error;
766
+			}
721 767
 		}
722 768
 		if (!$Connection->checkColumnName('aircraft_modes','type_flight')) {
723 769
 			// Add column over_country
@@ -729,7 +775,9 @@  discard block
 block discarded – undo
729 775
 				return "error (add over_country) : ".$e->getMessage()."\n";
730 776
     			}
731 777
     		}
732
-		if ($error != '') return $error;
778
+		if ($error != '') {
779
+			return $error;
780
+		}
733 781
 		/*
734 782
     		if (!$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
735 783
 			// Force update ModeS (this will put type_flight data
@@ -759,7 +807,9 @@  discard block
 block discarded – undo
759 807
 			} catch(PDOException $e) {
760 808
 				return "error (rename type to stats_type on stats*) : ".$e->getMessage()."\n";
761 809
 			}
762
-			if ($error != '') return $error;
810
+			if ($error != '') {
811
+				return $error;
812
+			}
763 813
 		}
764 814
 		$query = "UPDATE `config` SET `value` = '22' WHERE `name` = 'schema_version'";
765 815
         	try {
@@ -782,7 +832,9 @@  discard block
 block discarded – undo
782 832
 			} else {
783 833
 				$error .= create_db::import_file('../db/pgsql/stats_source.sql');
784 834
 			}
785
-			if ($error != '') return $error;
835
+			if ($error != '') {
836
+				return $error;
837
+			}
786 838
 		}
787 839
 		$query = "UPDATE config SET value = '23' WHERE name = 'schema_version'";
788 840
         	try {
@@ -803,12 +855,16 @@  discard block
 block discarded – undo
803 855
 		if ($globalDBdriver == 'mysql') {
804 856
 			if (!$Connection->tableExists('tle')) {
805 857
 				$error .= create_db::import_file('../db/tle.sql');
806
-				if ($error != '') return $error;
858
+				if ($error != '') {
859
+					return $error;
860
+				}
807 861
 			}
808 862
 		} else {
809 863
 			if (!$Connection->tableExists('tle')) {
810 864
 				$error .= create_db::import_file('../db/pgsql/tle.sql');
811
-				if ($error != '') return $error;
865
+				if ($error != '') {
866
+					return $error;
867
+				}
812 868
 			}
813 869
 			$query = "create index flightaware_id_idx ON spotter_archive USING btree(flightaware_id)";
814 870
 			try {
@@ -848,7 +904,9 @@  discard block
 block discarded – undo
848 904
 		} else {
849 905
 			$error .= create_db::import_file('../db/pgsql/airlines.sql');
850 906
 		}
851
-		if ($error != '') return 'Import airlines.sql : '.$error;
907
+		if ($error != '') {
908
+			return 'Import airlines.sql : '.$error;
909
+		}
852 910
 		if (!$Connection->checkColumnName('airlines','forsource')) {
853 911
 			// Add forsource to airlines
854 912
 			$query = "ALTER TABLE airlines ADD forsource VARCHAR(255) NULL DEFAULT NULL";
@@ -1331,20 +1389,28 @@  discard block
 block discarded – undo
1331 1389
 		}
1332 1390
 		if ($globalDBdriver == 'mysql') {
1333 1391
 			$error .= create_db::import_file('../db/airlines.sql');
1334
-			if ($error != '') return $error;
1392
+			if ($error != '') {
1393
+				return $error;
1394
+			}
1335 1395
 		} else {
1336 1396
 			$error .= create_db::import_file('../db/pgsql/airlines.sql');
1337
-			if ($error != '') return $error;
1397
+			if ($error != '') {
1398
+				return $error;
1399
+			}
1338 1400
 		}
1339 1401
 		if ((isset($globalVATSIM) && $globalVATSIM) || (isset($globalIVAO) && $globalIVAO)) {
1340 1402
 			include_once(dirname(__FILE__).'/class.update_db.php');
1341 1403
 			if (isset($globalVATSIM) && $globalVATSIM) {
1342 1404
 				$error .= update_db::update_vatsim();
1343
-				if ($error != '') return $error;
1405
+				if ($error != '') {
1406
+					return $error;
1407
+				}
1344 1408
 			}
1345 1409
 			if (isset($globalIVAO) && $globalIVAO && file_exists('tmp/ivae_feb2013.zip')) {
1346 1410
 				$error .= update_db::update_IVAO();
1347
-				if ($error != '') return $error;
1411
+				if ($error != '') {
1412
+					return $error;
1413
+				}
1348 1414
 			}
1349 1415
 		}
1350 1416
 
@@ -1607,41 +1673,65 @@  discard block
 block discarded – undo
1607 1673
 		if ($globalDBdriver == 'mysql') {
1608 1674
 			if (!$Connection->tableExists('tracker_output')) {
1609 1675
 				$error .= create_db::import_file('../db/tracker_output.sql');
1610
-				if ($error != '') return $error;
1676
+				if ($error != '') {
1677
+					return $error;
1678
+				}
1611 1679
 			}
1612 1680
 			if (!$Connection->tableExists('tracker_live')) {
1613 1681
 				$error .= create_db::import_file('../db/tracker_live.sql');
1614
-				if ($error != '') return $error;
1682
+				if ($error != '') {
1683
+					return $error;
1684
+				}
1615 1685
 			}
1616 1686
 			if (!$Connection->tableExists('marine_output')) {
1617 1687
 				$error .= create_db::import_file('../db/marine_output.sql');
1618
-				if ($error != '') return $error;
1688
+				if ($error != '') {
1689
+					return $error;
1690
+				}
1619 1691
 			}
1620 1692
 			if (!$Connection->tableExists('marine_live')) {
1621 1693
 				$error .= create_db::import_file('../db/marine_live.sql');
1622
-				if ($error != '') return $error;
1694
+				if ($error != '') {
1695
+					return $error;
1696
+				}
1623 1697
 			}
1624 1698
 			if (!$Connection->tableExists('marine_identity')) {
1625 1699
 				$error .= create_db::import_file('../db/marine_identity.sql');
1626
-				if ($error != '') return $error;
1700
+				if ($error != '') {
1701
+					return $error;
1702
+				}
1627 1703
 			}
1628 1704
 			if (!$Connection->tableExists('marine_mid')) {
1629 1705
 				$error .= create_db::import_file('../db/marine_mid.sql');
1630
-				if ($error != '') return $error;
1706
+				if ($error != '') {
1707
+					return $error;
1708
+				}
1631 1709
 			}
1632 1710
 		} else {
1633 1711
 			$error .= create_db::import_file('../db/pgsql/tracker_output.sql');
1634
-			if ($error != '') return $error;
1712
+			if ($error != '') {
1713
+				return $error;
1714
+			}
1635 1715
 			$error .= create_db::import_file('../db/pgsql/tracker_live.sql');
1636
-			if ($error != '') return $error;
1716
+			if ($error != '') {
1717
+				return $error;
1718
+			}
1637 1719
 			$error .= create_db::import_file('../db/pgsql/marine_output.sql');
1638
-			if ($error != '') return $error;
1720
+			if ($error != '') {
1721
+				return $error;
1722
+			}
1639 1723
 			$error .= create_db::import_file('../db/pgsql/marine_live.sql');
1640
-			if ($error != '') return $error;
1724
+			if ($error != '') {
1725
+				return $error;
1726
+			}
1641 1727
 			$error .= create_db::import_file('../db/pgsql/marine_identity.sql');
1642
-			if ($error != '') return $error;
1728
+			if ($error != '') {
1729
+				return $error;
1730
+			}
1643 1731
 			$error .= create_db::import_file('../db/pgsql/marine_mid.sql');
1644
-			if ($error != '') return $error;
1732
+			if ($error != '') {
1733
+				return $error;
1734
+			}
1645 1735
 		}
1646 1736
 		$query = "UPDATE config SET value = '37' WHERE name = 'schema_version'";
1647 1737
 		try {
@@ -1660,39 +1750,61 @@  discard block
 block discarded – undo
1660 1750
 		if ($globalDBdriver == 'mysql') {
1661 1751
 			if (!$Connection->tableExists('marine_image')) {
1662 1752
 				$error .= create_db::import_file('../db/marine_image.sql');
1663
-				if ($error != '') return $error;
1753
+				if ($error != '') {
1754
+					return $error;
1755
+				}
1664 1756
 			}
1665 1757
 			if (!$Connection->tableExists('marine_archive')) {
1666 1758
 				$error .= create_db::import_file('../db/marine_archive.sql');
1667
-				if ($error != '') return $error;
1759
+				if ($error != '') {
1760
+					return $error;
1761
+				}
1668 1762
 			}
1669 1763
 			if (!$Connection->tableExists('marine_archive_output')) {
1670 1764
 				$error .= create_db::import_file('../db/marine_archive_output.sql');
1671
-				if ($error != '') return $error;
1765
+				if ($error != '') {
1766
+					return $error;
1767
+				}
1672 1768
 			}
1673 1769
 			if (!$Connection->tableExists('tracker_archive')) {
1674 1770
 				$error .= create_db::import_file('../db/tracker_archive.sql');
1675
-				if ($error != '') return $error;
1771
+				if ($error != '') {
1772
+					return $error;
1773
+				}
1676 1774
 			}
1677 1775
 			if (!$Connection->tableExists('tracker_archive_output')) {
1678 1776
 				$error .= create_db::import_file('../db/tracker_archive_output.sql');
1679
-				if ($error != '') return $error;
1777
+				if ($error != '') {
1778
+					return $error;
1779
+				}
1680 1780
 			}
1681 1781
 			if (!$Connection->tableExists('marine_archive_output')) {
1682 1782
 				$error .= create_db::import_file('../db/tracker_archive_output.sql');
1683
-				if ($error != '') return $error;
1783
+				if ($error != '') {
1784
+					return $error;
1785
+				}
1684 1786
 			}
1685 1787
 		} else {
1686 1788
 			$error .= create_db::import_file('../db/pgsql/marine_image.sql');
1687
-			if ($error != '') return $error;
1789
+			if ($error != '') {
1790
+				return $error;
1791
+			}
1688 1792
 			$error .= create_db::import_file('../db/pgsql/marine_archive.sql');
1689
-			if ($error != '') return $error;
1793
+			if ($error != '') {
1794
+				return $error;
1795
+			}
1690 1796
 			$error .= create_db::import_file('../db/pgsql/marine_archive_output.sql');
1691
-			if ($error != '') return $error;
1797
+			if ($error != '') {
1798
+				return $error;
1799
+			}
1692 1800
 			$error .= create_db::import_file('../db/pgsql/tracker_archive.sql');
1693
-			if ($error != '') return $error;
1801
+			if ($error != '') {
1802
+				return $error;
1803
+			}
1694 1804
 			$error .= create_db::import_file('../db/pgsql/tracker_archive_output.sql');
1695
-			if ($error != '') return $error;
1805
+			if ($error != '') {
1806
+				return $error;
1807
+			}
1696 1808
 		}
1697 1809
 		if ($globalDBdriver == 'mysql') {
1698 1810
 			$query = "SELECT ENGINE FROM information_schema.TABLES where TABLE_SCHEMA = '".$globalDBname."' AND TABLE_NAME = 'spotter_archive'";
@@ -2063,7 +2175,9 @@  discard block
 block discarded – undo
2063 2175
 		if ($globalDBdriver == 'mysql') {
2064 2176
 			if (!$Connection->tableExists('tracker_archive_output')) {
2065 2177
 				$error .= create_db::import_file('../db/tracker_archive_output.sql');
2066
-				if ($error != '') return $error;
2178
+				if ($error != '') {
2179
+					return $error;
2180
+				}
2067 2181
 			}
2068 2182
 			$query = "ALTER TABLE tracker_live MODIFY COLUMN altitude float DEFAULT NULL;ALTER TABLE tracker_output MODIFY COLUMN last_altitude float DEFAULT NULL;ALTER TABLE tracker_output MODIFY COLUMN altitude float DEFAULT NULL;ALTER TABLE tracker_archive MODIFY COLUMN altitude float DEFAULT NULL;ALTER TABLE tracker_archive_output MODIFY COLUMN last_altitude float DEFAULT NULL;ALTER TABLE tracker_output MODIFY COLUMN altitude float DEFAULT NULL;";
2069 2183
 		} else {
@@ -2091,14 +2205,22 @@  discard block
 block discarded – undo
2091 2205
 		$error = '';
2092 2206
 		if ($globalDBdriver == 'mysql') {
2093 2207
 			$error .= create_db::import_file('../db/airport.sql');
2094
-			if ($error != '') return $error;
2208
+			if ($error != '') {
2209
+				return $error;
2210
+			}
2095 2211
 			$error .= create_db::import_file('../db/airlines.sql');
2096
-			if ($error != '') return $error;
2212
+			if ($error != '') {
2213
+				return $error;
2214
+			}
2097 2215
 		} else {
2098 2216
 			$error .= create_db::import_file('../db/pgsql/airport.sql');
2099
-			if ($error != '') return $error;
2217
+			if ($error != '') {
2218
+				return $error;
2219
+			}
2100 2220
 			$error .= create_db::import_file('../db/pgsql/airlines.sql');
2101
-			if ($error != '') return $error;
2221
+			if ($error != '') {
2222
+				return $error;
2223
+			}
2102 2224
 		}
2103 2225
 		if ((isset($globalVATSIM) && $globalVATSIM) && (isset($globalIVAO) && $globalIVAO)) {
2104 2226
 			if (file_exists('tmp/ivae_feb2013.zip')) {
@@ -2115,7 +2237,9 @@  discard block
 block discarded – undo
2115 2237
 				$error .= update_db::update_vatsim();
2116 2238
 			}
2117 2239
 		}
2118
-		if ($error != '') return $error;
2240
+		if ($error != '') {
2241
+			return $error;
2242
+		}
2119 2243
 		$query = "UPDATE config SET value = '45' WHERE name = 'schema_version'";
2120 2244
 		try {
2121 2245
 			$sth = $Connection->db->prepare($query);
@@ -2133,10 +2257,14 @@  discard block
 block discarded – undo
2133 2257
 		if (!$Connection->tableExists('satellite')) {
2134 2258
 			if ($globalDBdriver == 'mysql') {
2135 2259
 				$error .= create_db::import_file('../db/satellite.sql');
2136
-				if ($error != '') return $error;
2260
+				if ($error != '') {
2261
+					return $error;
2262
+				}
2137 2263
 			} else {
2138 2264
 				$error .= create_db::import_file('../db/pgsql/satellite.sql');
2139
-				if ($error != '') return $error;
2265
+				if ($error != '') {
2266
+					return $error;
2267
+				}
2140 2268
 			}
2141 2269
 		}
2142 2270
 		$query = "UPDATE config SET value = '46' WHERE name = 'schema_version'";
@@ -2159,8 +2287,11 @@  discard block
 block discarded – undo
2159 2287
 			if ($Connection->tableExists('aircraft')) {
2160 2288
 				if (!$Connection->tableExists('config')) {
2161 2289
 					$version = '1';
2162
-					if ($update) return self::update_from_1();
2163
-					else return $version;
2290
+					if ($update) {
2291
+						return self::update_from_1();
2292
+					} else {
2293
+						return $version;
2294
+					}
2164 2295
 				} else {
2165 2296
 					$query = "SELECT value FROM config WHERE name = 'schema_version' LIMIT 1";
2166 2297
 					try {
@@ -2173,187 +2304,326 @@  discard block
 block discarded – undo
2173 2304
 					if ($update) {
2174 2305
 						if ($result['value'] == '2') {
2175 2306
 							$error = self::update_from_2();
2176
-							if ($error != '') return $error;
2177
-							else return self::check_version(true);
2307
+							if ($error != '') {
2308
+								return $error;
2309
+							} else {
2310
+								return self::check_version(true);
2311
+							}
2178 2312
 						} elseif ($result['value'] == '3') {
2179 2313
 							$error = self::update_from_3();
2180
-							if ($error != '') return $error;
2181
-							else return self::check_version(true);
2314
+							if ($error != '') {
2315
+								return $error;
2316
+							} else {
2317
+								return self::check_version(true);
2318
+							}
2182 2319
 						} elseif ($result['value'] == '4') {
2183 2320
 							$error = self::update_from_4();
2184
-							if ($error != '') return $error;
2185
-							else return self::check_version(true);
2321
+							if ($error != '') {
2322
+								return $error;
2323
+							} else {
2324
+								return self::check_version(true);
2325
+							}
2186 2326
 						} elseif ($result['value'] == '5') {
2187 2327
 							$error = self::update_from_5();
2188
-							if ($error != '') return $error;
2189
-							else return self::check_version(true);
2328
+							if ($error != '') {
2329
+								return $error;
2330
+							} else {
2331
+								return self::check_version(true);
2332
+							}
2190 2333
 						} elseif ($result['value'] == '6') {
2191 2334
 							$error = self::update_from_6();
2192
-							if ($error != '') return $error;
2193
-							else return self::check_version(true);
2335
+							if ($error != '') {
2336
+								return $error;
2337
+							} else {
2338
+								return self::check_version(true);
2339
+							}
2194 2340
 						} elseif ($result['value'] == '7') {
2195 2341
 							$error = self::update_from_7();
2196
-							if ($error != '') return $error;
2197
-							else return self::check_version(true);
2342
+							if ($error != '') {
2343
+								return $error;
2344
+							} else {
2345
+								return self::check_version(true);
2346
+							}
2198 2347
 						} elseif ($result['value'] == '8') {
2199 2348
 							$error = self::update_from_8();
2200
-							if ($error != '') return $error;
2201
-							else return self::check_version(true);
2349
+							if ($error != '') {
2350
+								return $error;
2351
+							} else {
2352
+								return self::check_version(true);
2353
+							}
2202 2354
 						} elseif ($result['value'] == '9') {
2203 2355
 							$error = self::update_from_9();
2204
-							if ($error != '') return $error;
2205
-							else return self::check_version(true);
2356
+							if ($error != '') {
2357
+								return $error;
2358
+							} else {
2359
+								return self::check_version(true);
2360
+							}
2206 2361
 						} elseif ($result['value'] == '10') {
2207 2362
 							$error = self::update_from_10();
2208
-							if ($error != '') return $error;
2209
-							else return self::check_version(true);
2363
+							if ($error != '') {
2364
+								return $error;
2365
+							} else {
2366
+								return self::check_version(true);
2367
+							}
2210 2368
 						} elseif ($result['value'] == '11') {
2211 2369
 							$error = self::update_from_11();
2212
-							if ($error != '') return $error;
2213
-							else return self::check_version(true);
2370
+							if ($error != '') {
2371
+								return $error;
2372
+							} else {
2373
+								return self::check_version(true);
2374
+							}
2214 2375
 						} elseif ($result['value'] == '12') {
2215 2376
 							$error = self::update_from_12();
2216
-							if ($error != '') return $error;
2217
-							else return self::check_version(true);
2377
+							if ($error != '') {
2378
+								return $error;
2379
+							} else {
2380
+								return self::check_version(true);
2381
+							}
2218 2382
 						} elseif ($result['value'] == '13') {
2219 2383
 							$error = self::update_from_13();
2220
-							if ($error != '') return $error;
2221
-							else return self::check_version(true);
2384
+							if ($error != '') {
2385
+								return $error;
2386
+							} else {
2387
+								return self::check_version(true);
2388
+							}
2222 2389
 						} elseif ($result['value'] == '14') {
2223 2390
 							$error = self::update_from_14();
2224
-							if ($error != '') return $error;
2225
-							else return self::check_version(true);
2391
+							if ($error != '') {
2392
+								return $error;
2393
+							} else {
2394
+								return self::check_version(true);
2395
+							}
2226 2396
 						} elseif ($result['value'] == '15') {
2227 2397
 							$error = self::update_from_15();
2228
-							if ($error != '') return $error;
2229
-							else return self::check_version(true);
2398
+							if ($error != '') {
2399
+								return $error;
2400
+							} else {
2401
+								return self::check_version(true);
2402
+							}
2230 2403
 						} elseif ($result['value'] == '16') {
2231 2404
 							$error = self::update_from_16();
2232
-							if ($error != '') return $error;
2233
-							else return self::check_version(true);
2405
+							if ($error != '') {
2406
+								return $error;
2407
+							} else {
2408
+								return self::check_version(true);
2409
+							}
2234 2410
 						} elseif ($result['value'] == '17') {
2235 2411
 							$error = self::update_from_17();
2236
-							if ($error != '') return $error;
2237
-							else return self::check_version(true);
2412
+							if ($error != '') {
2413
+								return $error;
2414
+							} else {
2415
+								return self::check_version(true);
2416
+							}
2238 2417
 						} elseif ($result['value'] == '18') {
2239 2418
 							$error = self::update_from_18();
2240
-							if ($error != '') return $error;
2241
-							else return self::check_version(true);
2419
+							if ($error != '') {
2420
+								return $error;
2421
+							} else {
2422
+								return self::check_version(true);
2423
+							}
2242 2424
 						} elseif ($result['value'] == '19') {
2243 2425
 							$error = self::update_from_19();
2244
-							if ($error != '') return $error;
2245
-							else return self::check_version(true);
2426
+							if ($error != '') {
2427
+								return $error;
2428
+							} else {
2429
+								return self::check_version(true);
2430
+							}
2246 2431
 						} elseif ($result['value'] == '20') {
2247 2432
 							$error = self::update_from_20();
2248
-							if ($error != '') return $error;
2249
-							else return self::check_version(true);
2433
+							if ($error != '') {
2434
+								return $error;
2435
+							} else {
2436
+								return self::check_version(true);
2437
+							}
2250 2438
 						} elseif ($result['value'] == '21') {
2251 2439
 							$error = self::update_from_21();
2252
-							if ($error != '') return $error;
2253
-							else return self::check_version(true);
2440
+							if ($error != '') {
2441
+								return $error;
2442
+							} else {
2443
+								return self::check_version(true);
2444
+							}
2254 2445
 						} elseif ($result['value'] == '22') {
2255 2446
 							$error = self::update_from_22();
2256
-							if ($error != '') return $error;
2257
-							else return self::check_version(true);
2447
+							if ($error != '') {
2448
+								return $error;
2449
+							} else {
2450
+								return self::check_version(true);
2451
+							}
2258 2452
 						} elseif ($result['value'] == '23') {
2259 2453
 							$error = self::update_from_23();
2260
-							if ($error != '') return $error;
2261
-							else return self::check_version(true);
2454
+							if ($error != '') {
2455
+								return $error;
2456
+							} else {
2457
+								return self::check_version(true);
2458
+							}
2262 2459
 						} elseif ($result['value'] == '24') {
2263 2460
 							$error = self::update_from_24();
2264
-							if ($error != '') return $error;
2265
-							else return self::check_version(true);
2461
+							if ($error != '') {
2462
+								return $error;
2463
+							} else {
2464
+								return self::check_version(true);
2465
+							}
2266 2466
 						} elseif ($result['value'] == '25') {
2267 2467
 							$error = self::update_from_25();
2268
-							if ($error != '') return $error;
2269
-							else return self::check_version(true);
2468
+							if ($error != '') {
2469
+								return $error;
2470
+							} else {
2471
+								return self::check_version(true);
2472
+							}
2270 2473
 						} elseif ($result['value'] == '26') {
2271 2474
 							$error = self::update_from_26();
2272
-							if ($error != '') return $error;
2273
-							else return self::check_version(true);
2475
+							if ($error != '') {
2476
+								return $error;
2477
+							} else {
2478
+								return self::check_version(true);
2479
+							}
2274 2480
 						} elseif ($result['value'] == '27') {
2275 2481
 							$error = self::update_from_27();
2276
-							if ($error != '') return $error;
2277
-							else return self::check_version(true);
2482
+							if ($error != '') {
2483
+								return $error;
2484
+							} else {
2485
+								return self::check_version(true);
2486
+							}
2278 2487
 						} elseif ($result['value'] == '28') {
2279 2488
 							$error = self::update_from_28();
2280
-							if ($error != '') return $error;
2281
-							else return self::check_version(true);
2489
+							if ($error != '') {
2490
+								return $error;
2491
+							} else {
2492
+								return self::check_version(true);
2493
+							}
2282 2494
 						} elseif ($result['value'] == '29') {
2283 2495
 							$error = self::update_from_29();
2284
-							if ($error != '') return $error;
2285
-							else return self::check_version(true);
2496
+							if ($error != '') {
2497
+								return $error;
2498
+							} else {
2499
+								return self::check_version(true);
2500
+							}
2286 2501
 						} elseif ($result['value'] == '30') {
2287 2502
 							$error = self::update_from_30();
2288
-							if ($error != '') return $error;
2289
-							else return self::check_version(true);
2503
+							if ($error != '') {
2504
+								return $error;
2505
+							} else {
2506
+								return self::check_version(true);
2507
+							}
2290 2508
 						} elseif ($result['value'] == '31') {
2291 2509
 							$error = self::update_from_31();
2292
-							if ($error != '') return $error;
2293
-							else return self::check_version(true);
2510
+							if ($error != '') {
2511
+								return $error;
2512
+							} else {
2513
+								return self::check_version(true);
2514
+							}
2294 2515
 						} elseif ($result['value'] == '32') {
2295 2516
 							$error = self::update_from_32();
2296
-							if ($error != '') return $error;
2297
-							else return self::check_version(true);
2517
+							if ($error != '') {
2518
+								return $error;
2519
+							} else {
2520
+								return self::check_version(true);
2521
+							}
2298 2522
 						} elseif ($result['value'] == '33') {
2299 2523
 							$error = self::update_from_33();
2300
-							if ($error != '') return $error;
2301
-							else return self::check_version(true);
2524
+							if ($error != '') {
2525
+								return $error;
2526
+							} else {
2527
+								return self::check_version(true);
2528
+							}
2302 2529
 						} elseif ($result['value'] == '34') {
2303 2530
 							$error = self::update_from_34();
2304
-							if ($error != '') return $error;
2305
-							else return self::check_version(true);
2531
+							if ($error != '') {
2532
+								return $error;
2533
+							} else {
2534
+								return self::check_version(true);
2535
+							}
2306 2536
 						} elseif ($result['value'] == '35') {
2307 2537
 							$error = self::update_from_35();
2308
-							if ($error != '') return $error;
2309
-							else return self::check_version(true);
2538
+							if ($error != '') {
2539
+								return $error;
2540
+							} else {
2541
+								return self::check_version(true);
2542
+							}
2310 2543
 						} elseif ($result['value'] == '36') {
2311 2544
 							$error = self::update_from_36();
2312
-							if ($error != '') return $error;
2313
-							else return self::check_version(true);
2545
+							if ($error != '') {
2546
+								return $error;
2547
+							} else {
2548
+								return self::check_version(true);
2549
+							}
2314 2550
 						} elseif ($result['value'] == '37') {
2315 2551
 							$error = self::update_from_37();
2316
-							if ($error != '') return $error;
2317
-							else return self::check_version(true);
2552
+							if ($error != '') {
2553
+								return $error;
2554
+							} else {
2555
+								return self::check_version(true);
2556
+							}
2318 2557
 						} elseif ($result['value'] == '38') {
2319 2558
 							$error = self::update_from_38();
2320
-							if ($error != '') return $error;
2321
-							else return self::check_version(true);
2559
+							if ($error != '') {
2560
+								return $error;
2561
+							} else {
2562
+								return self::check_version(true);
2563
+							}
2322 2564
 						} elseif ($result['value'] == '39') {
2323 2565
 							$error = self::update_from_39();
2324
-							if ($error != '') return $error;
2325
-							else return self::check_version(true);
2566
+							if ($error != '') {
2567
+								return $error;
2568
+							} else {
2569
+								return self::check_version(true);
2570
+							}
2326 2571
 						} elseif ($result['value'] == '40') {
2327 2572
 							$error = self::update_from_40();
2328
-							if ($error != '') return $error;
2329
-							else return self::check_version(true);
2573
+							if ($error != '') {
2574
+								return $error;
2575
+							} else {
2576
+								return self::check_version(true);
2577
+							}
2330 2578
 						} elseif ($result['value'] == '41') {
2331 2579
 							$error = self::update_from_41();
2332
-							if ($error != '') return $error;
2333
-							else return self::check_version(true);
2580
+							if ($error != '') {
2581
+								return $error;
2582
+							} else {
2583
+								return self::check_version(true);
2584
+							}
2334 2585
 						} elseif ($result['value'] == '42') {
2335 2586
 							$error = self::update_from_42();
2336
-							if ($error != '') return $error;
2337
-							else return self::check_version(true);
2587
+							if ($error != '') {
2588
+								return $error;
2589
+							} else {
2590
+								return self::check_version(true);
2591
+							}
2338 2592
 						} elseif ($result['value'] == '43') {
2339 2593
 							$error = self::update_from_43();
2340
-							if ($error != '') return $error;
2341
-							else return self::check_version(true);
2594
+							if ($error != '') {
2595
+								return $error;
2596
+							} else {
2597
+								return self::check_version(true);
2598
+							}
2342 2599
 						} elseif ($result['value'] == '44') {
2343 2600
 							$error = self::update_from_44();
2344
-							if ($error != '') return $error;
2345
-							else return self::check_version(true);
2601
+							if ($error != '') {
2602
+								return $error;
2603
+							} else {
2604
+								return self::check_version(true);
2605
+							}
2346 2606
 						} elseif ($result['value'] == '45') {
2347 2607
 							$error = self::update_from_45();
2348
-							if ($error != '') return $error;
2349
-							else return self::check_version(true);
2350
-						} else return '';
2608
+							if ($error != '') {
2609
+								return $error;
2610
+							} else {
2611
+								return self::check_version(true);
2612
+							}
2613
+						} else {
2614
+							return '';
2615
+						}
2351 2616
 					} else {
2352
-						if (isset($result['value']) && $result['value'] != '') return $result['value'];
2353
-						else return 0;
2617
+						if (isset($result['value']) && $result['value'] != '') {
2618
+							return $result['value'];
2619
+						} else {
2620
+							return 0;
2621
+						}
2354 2622
 					}
2355 2623
 				}
2356
-			} else return $version;
2624
+			} else {
2625
+				return $version;
2626
+			}
2357 2627
 		}
2358 2628
 	}
2359 2629
 }
Please login to merge, or discard this patch.
airline.php 2 patches
Braces   +27 added lines, -9 removed lines patch added patch discarded remove patch
@@ -33,7 +33,9 @@  discard block
 block discarded – undo
33 33
 			if (file_exists('images/airlines/'.str_replace(' ','_',$alliance['alliance']).'.png'))
34 34
 			{
35 35
 				print '<img src="'.$globalURL.'/images/airlines/'.str_replace(' ','_',$alliance['alliance']).'.png" alt="'._("Click to see alliance activity").'" title="'._("Click to see alliance activity").'" /> ';
36
-			} else print $alliance['alliance'];
36
+			} else {
37
+				print $alliance['alliance'];
38
+			}
37 39
 			print '</a>';
38 40
 			print '</div>';
39 41
 		}
@@ -42,13 +44,21 @@  discard block
 block discarded – undo
42 44
 	}
43 45
 	print '<div class="select-item"><form action="'.$globalURL.'/airline" method="post"><select name="airline_type" class="selectpicker" data-live-search="true">';
44 46
 	print '<option value="all"';
45
-	if ($airline_type == 'all') print 'selected="selected" ';
47
+	if ($airline_type == 'all') {
48
+		print 'selected="selected" ';
49
+	}
46 50
 	print '>'._("All").'</option><option value="passenger"';
47
-	if ($airline_type == 'passenger') print 'selected="selected" ';
51
+	if ($airline_type == 'passenger') {
52
+		print 'selected="selected" ';
53
+	}
48 54
 	print '>'._("Passenger").'</option><option value="cargo"';
49
-	if ($airline_type == 'cargo') print 'selected="selected" ';
55
+	if ($airline_type == 'cargo') {
56
+		print 'selected="selected" ';
57
+	}
50 58
 	print '>'._("Cargo").'</option><option value="military"';
51
-	if ($airline_type == 'military') print 'selected="selected" ';
59
+	if ($airline_type == 'military') {
60
+		print 'selected="selected" ';
61
+	}
52 62
 	print '>'._("Military").'</option></select>';
53 63
 	print '<button type="submit"><i class="fa fa-angle-double-right"></i></button></form></div>';
54 64
 
@@ -75,7 +85,9 @@  discard block
 block discarded – undo
75 85
 		$firstLetter = strtoupper($Common->replace_mb_substr($value['airline_name'], 0, 1));
76 86
 		if($previous !== $firstLetter)
77 87
 		{
78
-			if ($previous !== null) print ' | ';
88
+			if ($previous !== null) {
89
+				print ' | ';
90
+			}
79 91
 			print '<a href="#'.$firstLetter.'">'.$firstLetter.'</a>';
80 92
 		}
81 93
 		$previous = $firstLetter;
@@ -88,7 +100,9 @@  discard block
 block discarded – undo
88 100
 		{
89 101
 			if($previous !== $firstLetter)
90 102
 			{
91
-				if ($previous !== null) print '</div>';
103
+				if ($previous !== null) {
104
+					print '</div>';
105
+				}
92 106
 				print '<a name="'.$firstLetter.'"></a><h4 class="alphabet-header">'.$firstLetter.'</h4><div class="alphabet">';
93 107
 			}
94 108
 			$previous = $firstLetter;
@@ -102,10 +116,14 @@  discard block
 block discarded – undo
102 116
 			} elseif (file_exists('images/airlines/'.$value['airline_icao'].'.png'))
103 117
 			{
104 118
 				print '<img src="'.$globalURL.'/images/airlines/'.$value['airline_icao'].'.png" alt="'._("Click to see airline activity").'" title="'._("Click to see airline activity").'" /> ';
105
-				if (isset($value['ban_eu']) && $value['ban_eu'] == 1) print '<img src="'.$globalURL.'/images/baneu.png" alt="'._("Banned in Europe").'" title="'._("Banned in Europe").'" /> ';
119
+				if (isset($value['ban_eu']) && $value['ban_eu'] == 1) {
120
+					print '<img src="'.$globalURL.'/images/baneu.png" alt="'._("Banned in Europe").'" title="'._("Banned in Europe").'" /> ';
121
+				}
106 122
 			} else {
107 123
 				print $value['airline_name'];
108
-				if (isset($value['ban_eu']) && $value['ban_eu'] == 1) print '<img src="'.$globalURL.'/images/baneu.png" alt="'._("Banned in Europe").'" title="'._("Banned in Europe").'" /> ';
124
+				if (isset($value['ban_eu']) && $value['ban_eu'] == 1) {
125
+					print '<img src="'.$globalURL.'/images/baneu.png" alt="'._("Banned in Europe").'" title="'._("Banned in Europe").'" /> ';
126
+				}
109 127
 			}
110 128
 			print '</a>';
111 129
 			print '</div>';
Please login to merge, or discard this patch.
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 
9 9
 if (isset($_POST['airline']))
10 10
 {
11
-	header('Location: '.$globalURL.'/airline/'.filter_input(INPUT_POST,'airline',FILTER_SANITIZE_STRING));
11
+	header('Location: '.$globalURL.'/airline/'.filter_input(INPUT_POST, 'airline', FILTER_SANITIZE_STRING));
12 12
 } else {
13 13
 	$title = "Airlines";
14 14
 	require_once('header.php');
@@ -17,7 +17,7 @@  discard block
 block discarded – undo
17 17
 	print '<div class="column">';
18 18
 	print '<h1>'._("Airlines").'</h1>';
19 19
 	if (isset($_POST['airline_type'])) {
20
-		$airline_type = filter_input(INPUT_POST,'airline_type',FILTER_SANITIZE_STRING);
20
+		$airline_type = filter_input(INPUT_POST, 'airline_type', FILTER_SANITIZE_STRING);
21 21
 		//$airline_names = $Spotter->getAllAirlineNames($airline_type);
22 22
 	} else {
23 23
 		//$airline_names = $Spotter->getAllAirlineNames();
@@ -29,10 +29,10 @@  discard block
 block discarded – undo
29 29
 		print '<div class="alphabet">';
30 30
 		foreach ($alliances as $alliance) {
31 31
 			print '<div class="alphabet-airline alphabet-item">';
32
-			print '<a href="'.$globalURL.'/airline/alliance_'.str_replace(' ','_',$alliance['alliance']).'">';
33
-			if (file_exists('images/airlines/'.str_replace(' ','_',$alliance['alliance']).'.png'))
32
+			print '<a href="'.$globalURL.'/airline/alliance_'.str_replace(' ', '_', $alliance['alliance']).'">';
33
+			if (file_exists('images/airlines/'.str_replace(' ', '_', $alliance['alliance']).'.png'))
34 34
 			{
35
-				print '<img src="'.$globalURL.'/images/airlines/'.str_replace(' ','_',$alliance['alliance']).'.png" alt="'._("Click to see alliance activity").'" title="'._("Click to see alliance activity").'" /> ';
35
+				print '<img src="'.$globalURL.'/images/airlines/'.str_replace(' ', '_', $alliance['alliance']).'.png" alt="'._("Click to see alliance activity").'" title="'._("Click to see alliance activity").'" /> ';
36 36
 			} else print $alliance['alliance'];
37 37
 			print '</a>';
38 38
 			print '</div>';
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 	$Stats = new Stats();
56 56
 	if (isset($_POST['airline_type'])) 
57 57
 	{
58
-		$airline_type = filter_input(INPUT_POST,'airline_type',FILTER_SANITIZE_STRING);
58
+		$airline_type = filter_input(INPUT_POST, 'airline_type', FILTER_SANITIZE_STRING);
59 59
 		//$airline_names = $Stats->getAllAirlineNames($airline_type);
60 60
 		$airline_names = $Spotter->getAllAirlineNames($airline_type);
61 61
 	} else {
@@ -68,12 +68,12 @@  discard block
 block discarded – undo
68 68
 	}
69 69
 	$previous = null;
70 70
 	print '<div class="alphabet-legend">';
71
-	foreach($airline_names as $value) 
71
+	foreach ($airline_names as $value) 
72 72
 	{
73 73
 		//echo $value['airline_name']."\n";
74 74
 		//echo mb_substr($value['airline_name'],0,1).' - '.$value['airline_name']."\n";
75 75
 		$firstLetter = strtoupper($Common->replace_mb_substr($value['airline_name'], 0, 1));
76
-		if($previous !== $firstLetter)
76
+		if ($previous !== $firstLetter)
77 77
 		{
78 78
 			if ($previous !== null) print ' | ';
79 79
 			print '<a href="#'.$firstLetter.'">'.$firstLetter.'</a>';
@@ -82,11 +82,11 @@  discard block
 block discarded – undo
82 82
 	}
83 83
 	print '</div>';
84 84
 	$previous = null;
85
-	foreach($airline_names as $value) {
85
+	foreach ($airline_names as $value) {
86 86
 		$firstLetter = strtoupper($Common->replace_mb_substr($value['airline_name'], 0, 1));
87 87
 		if ($firstLetter != "")
88 88
 		{
89
-			if($previous !== $firstLetter)
89
+			if ($previous !== $firstLetter)
90 90
 			{
91 91
 				if ($previous !== null) print '</div>';
92 92
 				print '<a name="'.$firstLetter.'"></a><h4 class="alphabet-header">'.$firstLetter.'</h4><div class="alphabet">';
Please login to merge, or discard this patch.
js/map-satellite.2d.js.php 3 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -553,8 +553,8 @@  discard block
 block discarded – undo
553 553
 			}
554 554
                     }
555 555
 		    <?php
556
-            		} else {
557
-            	    ?>
556
+					} else {
557
+					?>
558 558
 		    if (map.getZoom() > 7) {
559 559
                 	var style = {
560 560
                     	    "color": "#1a3151",
@@ -573,7 +573,7 @@  discard block
 block discarded – undo
573 573
                 	layer_satellite_data.addLayer(layer);
574 574
 		    }
575 575
 <?php
576
-            		}
576
+					}
577 577
 ?>
578 578
 				}
579 579
 			    }
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@  discard block
 block discarded – undo
2 2
 require_once('../require/settings.php');
3 3
 require_once('../require/class.Language.php'); 
4 4
 
5
-setcookie("MapFormat",'2d');
5
+setcookie("MapFormat", '2d');
6 6
 
7 7
 // Compressed GeoJson is used if true
8 8
 if (!isset($globalJsonCompress)) $compress = true;
@@ -18,10 +18,10 @@  discard block
 block discarded – undo
18 18
 
19 19
 <?php
20 20
 	if (isset($_GET['famsatid'])) {
21
-		$famsatid = filter_input(INPUT_GET,'famsatid',FILTER_SANITIZE_STRING);
21
+		$famsatid = filter_input(INPUT_GET, 'famsatid', FILTER_SANITIZE_STRING);
22 22
 	}
23 23
 	if (isset($_GET['ident'])) {
24
-		$ident = filter_input(INPUT_GET,'ident',FILTER_SANITIZE_STRING);
24
+		$ident = filter_input(INPUT_GET, 'ident', FILTER_SANITIZE_STRING);
25 25
 	}
26 26
 	if (!isset($ident) && !isset($famsatid)) {
27 27
 ?>
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
 <?php
195 195
 		} else {
196 196
 ?>
197
-		    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000+20000; ?>+feature.properties.sqt*1000);
197
+		    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000 + 20000; ?>+feature.properties.sqt*1000);
198 198
 		    return new L.Marker.movingMarker([latLng, feature.properties.nextlatlon],[movingtime],{
199 199
 <?php
200 200
 		}
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
 			    /*
211 211
 			    shadowUrl: iconURLShadowpath,
212 212
 			    shadowSize: [<?php print $globalAircraftSize; ?>, <?php print $globalAircraftSize; ?>],
213
-			    shadowAnchor: [<?php print ($globalAircraftSize/2)+1; ?>, <?php print $globalAircraftSize; ?>]
213
+			    shadowAnchor: [<?php print ($globalAircraftSize/2) + 1; ?>, <?php print $globalAircraftSize; ?>]
214 214
 			    */
215 215
 			})
216 216
 		    })
@@ -250,7 +250,7 @@  discard block
 block discarded – undo
250 250
 <?php
251 251
 		} else {
252 252
 ?>
253
-			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000+20000; ?>+feature.properties.sqt*1000);
253
+			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000 + 20000; ?>+feature.properties.sqt*1000);
254 254
 			    return new L.Marker.movingMarker([latLng, feature.properties.nextlatlon],[movingtime],{
255 255
 <?php
256 256
 		}
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
 <?php
306 306
 		} else {
307 307
 ?>
308
-			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000+20000; ?>+feature.properties.sqt*1000);
308
+			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000 + 20000; ?>+feature.properties.sqt*1000);
309 309
 			    return new L.Marker.movingMarker([latLng, feature.properties.nextlatlon],[movingtime],{
310 310
 <?php
311 311
 		}
Please login to merge, or discard this patch.
Braces   +42 added lines, -10 removed lines patch added patch discarded remove patch
@@ -5,8 +5,11 @@  discard block
 block discarded – undo
5 5
 setcookie("MapFormat",'2d');
6 6
 
7 7
 // Compressed GeoJson is used if true
8
-if (!isset($globalJsonCompress)) $compress = true;
9
-else $compress = $globalJsonCompress;
8
+if (!isset($globalJsonCompress)) {
9
+	$compress = true;
10
+} else {
11
+	$compress = $globalJsonCompress;
12
+}
10 13
 $compress = false;
11 14
 ?>
12 15
 
@@ -159,9 +162,13 @@  discard block
 block discarded – undo
159 162
 		    if (callsign != ""){ markerSatelliteLabel += callsign; }
160 163
 		    if (type != ""){ markerSatelliteLabel += ' - '+type; }
161 164
 <?php
162
-	if (isset($_COOKIE['SatelliteIconColor'])) $IconColor = $_COOKIE['SatelliteIconColor'];
163
-	elseif (isset($globalSatelliteIconColor)) $IconColor = $globalSatelliteIconColor;
164
-	else $IconColor = '1a3151';
165
+	if (isset($_COOKIE['SatelliteIconColor'])) {
166
+		$IconColor = $_COOKIE['SatelliteIconColor'];
167
+	} elseif (isset($globalSatelliteIconColor)) {
168
+		$IconColor = $globalSatelliteIconColor;
169
+	} else {
170
+		$IconColor = '1a3151';
171
+	}
165 172
 	if (!isset($ident) && !isset($famsatid)) {
166 173
 ?>
167 174
 		    info_satellite_update(feature.properties.fc);
@@ -195,7 +202,12 @@  discard block
 block discarded – undo
195 202
 <?php
196 203
 		} else {
197 204
 ?>
198
-		    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000+20000; ?>+feature.properties.sqt*1000);
205
+		    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) {
206
+	print $archiveupdatetime*1000;
207
+} else {
208
+	print $globalMapRefresh*1000+20000;
209
+}
210
+?>+feature.properties.sqt*1000);
199 211
 		    return new L.Marker.movingMarker([latLng, feature.properties.nextlatlon],[movingtime],{
200 212
 <?php
201 213
 		}
@@ -251,7 +263,12 @@  discard block
 block discarded – undo
251 263
 <?php
252 264
 		} else {
253 265
 ?>
254
-			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000+20000; ?>+feature.properties.sqt*1000);
266
+			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) {
267
+	print $archiveupdatetime*1000;
268
+} else {
269
+	print $globalMapRefresh*1000+20000;
270
+}
271
+?>+feature.properties.sqt*1000);
255 272
 			    return new L.Marker.movingMarker([latLng, feature.properties.nextlatlon],[movingtime],{
256 273
 <?php
257 274
 		}
@@ -306,7 +323,12 @@  discard block
 block discarded – undo
306 323
 <?php
307 324
 		} else {
308 325
 ?>
309
-			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) print $archiveupdatetime*1000; else print $globalMapRefresh*1000+20000; ?>+feature.properties.sqt*1000);
326
+			    var movingtime = Math.round(<?php if (isset($archiveupdatetime)) {
327
+	print $archiveupdatetime*1000;
328
+} else {
329
+	print $globalMapRefresh*1000+20000;
330
+}
331
+?>+feature.properties.sqt*1000);
310 332
 			    return new L.Marker.movingMarker([latLng, feature.properties.nextlatlon],[movingtime],{
311 333
 <?php
312 334
 		}
@@ -601,14 +623,24 @@  discard block
 block discarded – undo
601 623
 	if (isset($archive) && $archive) {
602 624
 ?>
603 625
 //then load it again every 30 seconds
604
-//  var reload = setInterval(function(){if (noTimeout) updateSat(0)},<?php if (isset($globalMapRefresh)) print ($globalMapRefresh*1000)/2; else print '15000'; ?>);
626
+//  var reload = setInterval(function(){if (noTimeout) updateSat(0)},<?php if (isset($globalMapRefresh)) {
627
+	print ($globalMapRefresh*1000)/2;
628
+} else {
629
+	print '15000';
630
+}
631
+?>);
605 632
 reloadSatellitePage = setInterval(function(){if (noTimeout) updateSat(0)},<?php print $archiveupdatetime*1000; ?>);
606 633
 <?php
607 634
 	} else {
608 635
 ?>
609 636
 //then load it again every 30 seconds
610 637
 reloadSatellitePage = setInterval(
611
-    function(){if (noTimeout) updateSat(0)},<?php if (isset($globalMapRefresh)) print $globalMapRefresh*1000; else print '30000'; ?>);
638
+    function(){if (noTimeout) updateSat(0)},<?php if (isset($globalMapRefresh)) {
639
+	print $globalMapRefresh*1000;
640
+} else {
641
+	print '30000';
642
+}
643
+?>);
612 644
 <?php
613 645
 	}
614 646
 ?>
Please login to merge, or discard this patch.
install/class.update_db.php 4 patches
Doc Comments   +48 added lines patch added patch discarded remove patch
@@ -10,6 +10,9 @@  discard block
 block discarded – undo
10 10
 class update_db {
11 11
 	public static $db_sqlite;
12 12
 
13
+	/**
14
+	 * @param string $file
15
+	 */
13 16
 	public static function download($url, $file, $referer = '') {
14 17
 		global $globalProxy, $globalForceIPv4;
15 18
 		$fp = fopen($file, 'w');
@@ -34,6 +37,9 @@  discard block
 block discarded – undo
34 37
 		fclose($fp);
35 38
 	}
36 39
 
40
+	/**
41
+	 * @param string $in_file
42
+	 */
37 43
 	public static function gunzip($in_file,$out_file_name = '') {
38 44
 		//echo $in_file.' -> '.$out_file_name."\n";
39 45
 		$buffer_size = 4096; // read 4kb at a time
@@ -55,6 +61,9 @@  discard block
 block discarded – undo
55 61
 		}
56 62
 	}
57 63
 
64
+	/**
65
+	 * @param string $in_file
66
+	 */
58 67
 	public static function unzip($in_file) {
59 68
 		if ($in_file != '' && file_exists($in_file)) {
60 69
 			$path = pathinfo(realpath($in_file), PATHINFO_DIRNAME);
@@ -76,6 +85,9 @@  discard block
 block discarded – undo
76 85
 		}
77 86
 	}
78 87
 	
88
+	/**
89
+	 * @param string $database_file
90
+	 */
79 91
 	public static function retrieve_route_sqlite_to_dest($database_file) {
80 92
 		global $globalDebug, $globalTransaction;
81 93
 		//$query = 'TRUNCATE TABLE routes';
@@ -118,6 +130,10 @@  discard block
 block discarded – undo
118 130
 		}
119 131
                 return '';
120 132
 	}
133
+
134
+	/**
135
+	 * @param string $database_file
136
+	 */
121 137
 	public static function retrieve_route_oneworld($database_file) {
122 138
 		global $globalDebug, $globalTransaction;
123 139
 		//$query = 'TRUNCATE TABLE routes';
@@ -159,6 +175,9 @@  discard block
 block discarded – undo
159 175
                 return '';
160 176
 	}
161 177
 	
178
+	/**
179
+	 * @param string $database_file
180
+	 */
162 181
 	public static function retrieve_route_skyteam($database_file) {
163 182
 		global $globalDebug, $globalTransaction;
164 183
 		//$query = 'TRUNCATE TABLE routes';
@@ -201,6 +220,10 @@  discard block
 block discarded – undo
201 220
 		}
202 221
                 return '';
203 222
 	}
223
+
224
+	/**
225
+	 * @param string $database_file
226
+	 */
204 227
 	public static function retrieve_modes_sqlite_to_dest($database_file) {
205 228
 		global $globalTransaction;
206 229
 		//$query = 'TRUNCATE TABLE aircraft_modes';
@@ -267,6 +290,9 @@  discard block
 block discarded – undo
267 290
 		return '';
268 291
 	}
269 292
 
293
+	/**
294
+	 * @param string $database_file
295
+	 */
270 296
 	public static function retrieve_modes_flarmnet($database_file) {
271 297
 		global $globalTransaction;
272 298
 		$Common = new Common();
@@ -337,6 +363,9 @@  discard block
 block discarded – undo
337 363
 		return '';
338 364
 	}
339 365
 
366
+	/**
367
+	 * @param string $database_file
368
+	 */
340 369
 	public static function retrieve_modes_ogn($database_file) {
341 370
 		global $globalTransaction;
342 371
 		//$query = 'TRUNCATE TABLE aircraft_modes';
@@ -406,6 +435,9 @@  discard block
 block discarded – undo
406 435
 		return '';
407 436
 	}
408 437
 
438
+	/**
439
+	 * @param string $database_file
440
+	 */
409 441
 	public static function retrieve_owner($database_file,$country = 'F') {
410 442
 		global $globalTransaction, $globalMasterSource;
411 443
 		//$query = 'TRUNCATE TABLE aircraft_modes';
@@ -1341,6 +1373,10 @@  discard block
 block discarded – undo
1341 1373
 		return '';
1342 1374
         }
1343 1375
 
1376
+	/**
1377
+	 * @param string $filename
1378
+	 * @param string $tletype
1379
+	 */
1344 1380
 	public static function tle($filename,$tletype) {
1345 1381
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
1346 1382
 		global $tmp_dir, $globalTransaction;
@@ -1390,6 +1426,9 @@  discard block
 block discarded – undo
1390 1426
 		return '';
1391 1427
         }
1392 1428
 
1429
+	/**
1430
+	 * @param string $filename
1431
+	 */
1393 1432
 	public static function satellite_ucsdb($filename) {
1394 1433
 		global $tmp_dir, $globalTransaction;
1395 1434
 		$query = "DELETE FROM satellite";
@@ -1436,6 +1475,9 @@  discard block
 block discarded – undo
1436 1475
 		return '';
1437 1476
 	}
1438 1477
 
1478
+	/**
1479
+	 * @param string $filename
1480
+	 */
1439 1481
 	public static function satellite_celestrak($filename) {
1440 1482
 		global $tmp_dir, $globalTransaction;
1441 1483
 		$satcat_sources = array(
@@ -1753,6 +1795,9 @@  discard block
 block discarded – undo
1753 1795
 
1754 1796
 	}
1755 1797
 */
1798
+	/**
1799
+	 * @param string $filename
1800
+	 */
1756 1801
 	public static function waypoints($filename) {
1757 1802
 		//require_once(dirname(__FILE__).'/../require/class.Spotter.php');
1758 1803
 		global $tmp_dir, $globalTransaction;
@@ -1800,6 +1845,9 @@  discard block
 block discarded – undo
1800 1845
 		return '';
1801 1846
         }
1802 1847
 
1848
+	/**
1849
+	 * @param string $filename
1850
+	 */
1803 1851
 	public static function ivao_airlines($filename) {
1804 1852
 		//require_once(dirname(__FILE__).'/../require/class.Spotter.php');
1805 1853
 		global $tmp_dir, $globalTransaction;
Please login to merge, or discard this patch.
Indentation   +372 added lines, -372 removed lines patch added patch discarded remove patch
@@ -85,38 +85,38 @@  discard block
 block discarded – undo
85 85
 		try {
86 86
 			//$Connection = new Connection();
87 87
 			$sth = $Connection->db->prepare($query);
88
-                        $sth->execute(array(':source' => $database_file));
89
-                } catch(PDOException $e) {
90
-                        return "error : ".$e->getMessage();
91
-                }
88
+						$sth->execute(array(':source' => $database_file));
89
+				} catch(PDOException $e) {
90
+						return "error : ".$e->getMessage();
91
+				}
92 92
 
93
-    		if ($globalDebug) echo " - Add routes to DB -";
94
-    		update_db::connect_sqlite($database_file);
93
+			if ($globalDebug) echo " - Add routes to DB -";
94
+			update_db::connect_sqlite($database_file);
95 95
 		//$query = 'select Route.RouteID, Route.callsign, operator.Icao AS operator_icao, FromAir.Icao AS FromAirportIcao, ToAir.Icao AS ToAirportIcao from Route inner join operator ON Route.operatorId = operator.operatorId LEFT JOIN Airport AS FromAir ON route.FromAirportId = FromAir.AirportId LEFT JOIN Airport AS ToAir ON ToAir.AirportID = route.ToAirportID';
96 96
 		$query = "select Route.RouteID, Route.callsign, operator.Icao AS operator_icao, FromAir.Icao AS FromAirportIcao, ToAir.Icao AS ToAirportIcao, rstp.allstop AS AllStop from Route inner join operator ON Route.operatorId = operator.operatorId LEFT JOIN Airport AS FromAir ON route.FromAirportId = FromAir.AirportId LEFT JOIN Airport AS ToAir ON ToAir.AirportID = route.ToAirportID LEFT JOIN (select RouteId,GROUP_CONCAT(icao,' ') as allstop from routestop left join Airport as air ON routestop.AirportId = air.AirportID group by RouteID) AS rstp ON Route.RouteID = rstp.RouteID";
97 97
 		try {
98
-                        $sth = update_db::$db_sqlite->prepare($query);
99
-                        $sth->execute();
100
-                } catch(PDOException $e) {
101
-                        return "error : ".$e->getMessage();
102
-                }
98
+						$sth = update_db::$db_sqlite->prepare($query);
99
+						$sth->execute();
100
+				} catch(PDOException $e) {
101
+						return "error : ".$e->getMessage();
102
+				}
103 103
 		//$query_dest = 'INSERT INTO routes (`RouteID`,`CallSign`,`Operator_ICAO`,`FromAirport_ICAO`,`ToAirport_ICAO`,`RouteStop`,`Source`) VALUES (:RouteID, :CallSign, :Operator_ICAO, :FromAirport_ICAO, :ToAirport_ICAO, :routestop, :source)';
104 104
 		$query_dest = 'INSERT INTO routes (CallSign,Operator_ICAO,FromAirport_ICAO,ToAirport_ICAO,RouteStop,Source) VALUES (:CallSign, :Operator_ICAO, :FromAirport_ICAO, :ToAirport_ICAO, :routestop, :source)';
105 105
 		$Connection = new Connection();
106 106
 		$sth_dest = $Connection->db->prepare($query_dest);
107 107
 		try {
108 108
 			if ($globalTransaction) $Connection->db->beginTransaction();
109
-            		while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
109
+					while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
110 110
 				//$query_dest_values = array(':RouteID' => $values['RouteId'],':CallSign' => $values['Callsign'],':Operator_ICAO' => $values['operator_icao'],':FromAirport_ICAO' => $values['FromAirportIcao'],':ToAirport_ICAO' => $values['ToAirportIcao'],':routestop' => $values['AllStop'],':source' => $database_file);
111 111
 				$query_dest_values = array(':CallSign' => $values['Callsign'],':Operator_ICAO' => $values['operator_icao'],':FromAirport_ICAO' => $values['FromAirportIcao'],':ToAirport_ICAO' => $values['ToAirportIcao'],':routestop' => $values['AllStop'],':source' => $database_file);
112 112
 				$sth_dest->execute($query_dest_values);
113
-            		}
113
+					}
114 114
 			if ($globalTransaction) $Connection->db->commit();
115 115
 		} catch(PDOException $e) {
116 116
 			if ($globalTransaction) $Connection->db->rollBack(); 
117 117
 			return "error : ".$e->getMessage();
118 118
 		}
119
-                return '';
119
+				return '';
120 120
 	}
121 121
 	public static function retrieve_route_oneworld($database_file) {
122 122
 		global $globalDebug, $globalTransaction;
@@ -127,12 +127,12 @@  discard block
 block discarded – undo
127 127
 		try {
128 128
 			//$Connection = new Connection();
129 129
 			$sth = $Connection->db->prepare($query);
130
-                        $sth->execute(array(':source' => 'oneworld'));
131
-                } catch(PDOException $e) {
132
-                        return "error : ".$e->getMessage();
133
-                }
130
+						$sth->execute(array(':source' => 'oneworld'));
131
+				} catch(PDOException $e) {
132
+						return "error : ".$e->getMessage();
133
+				}
134 134
 
135
-    		if ($globalDebug) echo " - Add routes to DB -";
135
+			if ($globalDebug) echo " - Add routes to DB -";
136 136
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
137 137
 		$Spotter = new Spotter();
138 138
 		if ($fh = fopen($database_file,"r")) {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 			}
157 157
 			if ($globalTransaction) $Connection->db->commit();
158 158
 		}
159
-                return '';
159
+				return '';
160 160
 	}
161 161
 	
162 162
 	public static function retrieve_route_skyteam($database_file) {
@@ -168,12 +168,12 @@  discard block
 block discarded – undo
168 168
 		try {
169 169
 			//$Connection = new Connection();
170 170
 			$sth = $Connection->db->prepare($query);
171
-                        $sth->execute(array(':source' => 'skyteam'));
172
-                } catch(PDOException $e) {
173
-                        return "error : ".$e->getMessage();
174
-                }
171
+						$sth->execute(array(':source' => 'skyteam'));
172
+				} catch(PDOException $e) {
173
+						return "error : ".$e->getMessage();
174
+				}
175 175
 
176
-    		if ($globalDebug) echo " - Add routes to DB -";
176
+			if ($globalDebug) echo " - Add routes to DB -";
177 177
 
178 178
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
179 179
 		$Spotter = new Spotter();
@@ -199,7 +199,7 @@  discard block
 block discarded – undo
199 199
 				return "error : ".$e->getMessage();
200 200
 			}
201 201
 		}
202
-                return '';
202
+				return '';
203 203
 	}
204 204
 	public static function retrieve_modes_sqlite_to_dest($database_file) {
205 205
 		global $globalTransaction;
@@ -208,27 +208,27 @@  discard block
 block discarded – undo
208 208
 		try {
209 209
 			$Connection = new Connection();
210 210
 			$sth = $Connection->db->prepare($query);
211
-                        $sth->execute(array(':source' => $database_file));
212
-                } catch(PDOException $e) {
213
-                        return "error : ".$e->getMessage();
214
-                }
211
+						$sth->execute(array(':source' => $database_file));
212
+				} catch(PDOException $e) {
213
+						return "error : ".$e->getMessage();
214
+				}
215 215
 		$query = "DELETE FROM aircraft_owner WHERE Source = '' OR Source IS NULL OR Source = :source";
216 216
 		try {
217 217
 			$Connection = new Connection();
218 218
 			$sth = $Connection->db->prepare($query);
219
-                        $sth->execute(array(':source' => $database_file));
220
-                } catch(PDOException $e) {
221
-                        return "error : ".$e->getMessage();
222
-                }
219
+						$sth->execute(array(':source' => $database_file));
220
+				} catch(PDOException $e) {
221
+						return "error : ".$e->getMessage();
222
+				}
223 223
 
224
-    		update_db::connect_sqlite($database_file);
224
+			update_db::connect_sqlite($database_file);
225 225
 		$query = 'select * from Aircraft';
226 226
 		try {
227
-                        $sth = update_db::$db_sqlite->prepare($query);
228
-                        $sth->execute();
229
-                } catch(PDOException $e) {
230
-                        return "error : ".$e->getMessage();
231
-                }
227
+						$sth = update_db::$db_sqlite->prepare($query);
228
+						$sth->execute();
229
+				} catch(PDOException $e) {
230
+						return "error : ".$e->getMessage();
231
+				}
232 232
 		//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
233 233
 		$query_dest = 'INSERT INTO aircraft_modes (LastModified, ModeS,ModeSCountry,Registration,ICAOTypeCode,type_flight,Source) VALUES (:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:type,:source)';
234 234
 		
@@ -239,17 +239,17 @@  discard block
 block discarded – undo
239 239
 		$sth_dest_owner = $Connection->db->prepare($query_dest_owner);
240 240
 		try {
241 241
 			if ($globalTransaction) $Connection->db->beginTransaction();
242
-            		while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
242
+					while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
243 243
 			//$query_dest_values = array(':AircraftID' => $values['AircraftID'],':FirstCreated' => $values['FirstCreated'],':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':SerialNo' => $values['SerialNo'], ':OperatorFlagCode' => $values['OperatorFlagCode'], ':Manufacturer' => $values['Manufacturer'], ':Type' => $values['Type'], ':FirstRegDate' => $values['FirstRegDate'], ':CurrentRegDate' => $values['CurrentRegDate'], ':Country' => $values['Country'], ':PreviousID' => $values['PreviousID'], ':DeRegDate' => $values['DeRegDate'], ':Status' => $values['Status'], ':PopularName' => $values['PopularName'],':GenericName' => $values['GenericName'],':AircraftClass' => $values['AircraftClass'], ':Engines' => $values['Engines'], ':OwnershipStatus' => $values['OwnershipStatus'],':RegisteredOwners' => $values['RegisteredOwners'],':MTOW' => $values['MTOW'], ':TotalHours' => $values['TotalHours'],':YearBuilt' => $values['YearBuilt'], ':CofACategory' => $values['CofACategory'], ':CofAExpiry' => $values['CofAExpiry'], ':UserNotes' => $values['UserNotes'], ':Interested' => $values['Interested'], ':UserTag' => $values['UserTag'], ':InfoUrl' => $values['InfoURL'], ':PictureUrl1' => $values['PictureURL1'], ':PictureUrl2' => $values['PictureURL2'], ':PictureUrl3' => $values['PictureURL3'], ':UserBool1' => $values['UserBool1'], ':UserBool2' => $values['UserBool2'], ':UserBool3' => $values['UserBool3'], ':UserBool4' => $values['UserBool4'], ':UserBool5' => $values['UserBool5'], ':UserString1' => $values['UserString1'], ':UserString2' => $values['UserString2'], ':UserString3' => $values['UserString3'], ':UserString4' => $values['UserString4'], ':UserString5' => $values['UserString5'], ':UserInt1' => $values['UserInt1'], ':UserInt2' => $values['UserInt2'], ':UserInt3' => $values['UserInt3'], ':UserInt4' => $values['UserInt4'], ':UserInt5' => $values['UserInt5']);
244 244
 				if ($values['UserString4'] == 'M') $type = 'military';
245 245
 				else $type = null;
246 246
 				$query_dest_values = array(':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':source' => $database_file,':type' => $type);
247 247
 				$sth_dest->execute($query_dest_values);
248 248
 				if ($values['RegisteredOwners'] != '' && $values['RegisteredOwners'] != NULL && $values['RegisteredOwners'] != 'Private') {
249
-				    $query_dest_owner_values = array(':registration' => $values['Registration'],':source' => $database_file,':owner' => $values['RegisteredOwners']);
250
-				    $sth_dest_owner->execute($query_dest_owner_values);
249
+					$query_dest_owner_values = array(':registration' => $values['Registration'],':source' => $database_file,':owner' => $values['RegisteredOwners']);
250
+					$sth_dest_owner->execute($query_dest_owner_values);
251 251
 				}
252
-            		}
252
+					}
253 253
 			if ($globalTransaction) $Connection->db->commit();
254 254
 		} catch(PDOException $e) {
255 255
 			return "error : ".$e->getMessage();
@@ -260,10 +260,10 @@  discard block
 block discarded – undo
260 260
 		try {
261 261
 			$Connection = new Connection();
262 262
 			$sth = $Connection->db->prepare($query);
263
-                        $sth->execute(array(':source' => $database_file));
264
-                } catch(PDOException $e) {
265
-                        return "error : ".$e->getMessage();
266
-                }
263
+						$sth->execute(array(':source' => $database_file));
264
+				} catch(PDOException $e) {
265
+						return "error : ".$e->getMessage();
266
+				}
267 267
 		return '';
268 268
 	}
269 269
 
@@ -275,10 +275,10 @@  discard block
 block discarded – undo
275 275
 		try {
276 276
 			$Connection = new Connection();
277 277
 			$sth = $Connection->db->prepare($query);
278
-                        $sth->execute(array(':source' => $database_file));
279
-                } catch(PDOException $e) {
280
-                        return "error : ".$e->getMessage();
281
-                }
278
+						$sth->execute(array(':source' => $database_file));
279
+				} catch(PDOException $e) {
280
+						return "error : ".$e->getMessage();
281
+				}
282 282
 		
283 283
 		if ($fh = fopen($database_file,"r")) {
284 284
 			//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
@@ -288,26 +288,26 @@  discard block
 block discarded – undo
288 288
 			$sth_dest = $Connection->db->prepare($query_dest);
289 289
 			try {
290 290
 				if ($globalTransaction) $Connection->db->beginTransaction();
291
-            			while (!feof($fh)) {
292
-            				$values = array();
293
-            				$line = $Common->hex2str(fgets($fh,9999));
291
+						while (!feof($fh)) {
292
+							$values = array();
293
+							$line = $Common->hex2str(fgets($fh,9999));
294 294
 					//FFFFFF                     RIDEAU VALLEY SOARINGASW-20               C-FBKN MZ 123.400
295
-            				$values['ModeS'] = substr($line,0,6);
296
-            				$values['Registration'] = trim(substr($line,69,6));
297
-            				$aircraft_name = trim(substr($line,48,6));
298
-            				// Check if we can find ICAO, else set it to GLID
299
-            				$aircraft_name_split = explode(' ',$aircraft_name);
300
-            				$search_more = '';
301
-            				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
302
-            				$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
303
-            				$sth_search = $Connection->db->prepare($query_search);
295
+							$values['ModeS'] = substr($line,0,6);
296
+							$values['Registration'] = trim(substr($line,69,6));
297
+							$aircraft_name = trim(substr($line,48,6));
298
+							// Check if we can find ICAO, else set it to GLID
299
+							$aircraft_name_split = explode(' ',$aircraft_name);
300
+							$search_more = '';
301
+							if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
302
+							$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
303
+							$sth_search = $Connection->db->prepare($query_search);
304 304
 					try {
305
-                                    		$sth_search->execute();
306
-	            				$result = $sth_search->fetch(PDO::FETCH_ASSOC);
307
-	            				//if (count($result) > 0) {
308
-	            				if (isset($result['icao']) && $result['icao'] != '') {
309
-	            				    $values['ICAOTypeCode'] = $result['icao'];
310
-	            				} 
305
+											$sth_search->execute();
306
+								$result = $sth_search->fetch(PDO::FETCH_ASSOC);
307
+								//if (count($result) > 0) {
308
+								if (isset($result['icao']) && $result['icao'] != '') {
309
+									$values['ICAOTypeCode'] = $result['icao'];
310
+								} 
311 311
 					} catch(PDOException $e) {
312 312
 						return "error : ".$e->getMessage();
313 313
 					}
@@ -330,10 +330,10 @@  discard block
 block discarded – undo
330 330
 		try {
331 331
 			$Connection = new Connection();
332 332
 			$sth = $Connection->db->prepare($query);
333
-                        $sth->execute(array(':source' => $database_file));
334
-                } catch(PDOException $e) {
335
-                        return "error : ".$e->getMessage();
336
-                }
333
+						$sth->execute(array(':source' => $database_file));
334
+				} catch(PDOException $e) {
335
+						return "error : ".$e->getMessage();
336
+				}
337 337
 		return '';
338 338
 	}
339 339
 
@@ -344,10 +344,10 @@  discard block
 block discarded – undo
344 344
 		try {
345 345
 			$Connection = new Connection();
346 346
 			$sth = $Connection->db->prepare($query);
347
-                        $sth->execute(array(':source' => $database_file));
348
-                } catch(PDOException $e) {
349
-                        return "error : ".$e->getMessage();
350
-                }
347
+						$sth->execute(array(':source' => $database_file));
348
+				} catch(PDOException $e) {
349
+						return "error : ".$e->getMessage();
350
+				}
351 351
 		
352 352
 		if ($fh = fopen($database_file,"r")) {
353 353
 			//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
@@ -358,25 +358,25 @@  discard block
 block discarded – undo
358 358
 			try {
359 359
 				if ($globalTransaction) $Connection->db->beginTransaction();
360 360
 				$tmp = fgetcsv($fh,9999,',',"'");
361
-            			while (!feof($fh)) {
362
-            				$line = fgetcsv($fh,9999,',',"'");
361
+						while (!feof($fh)) {
362
+							$line = fgetcsv($fh,9999,',',"'");
363 363
             				
364 364
 					//FFFFFF                     RIDEAU VALLEY SOARINGASW-20               C-FBKN MZ 123.400
365 365
 					//print_r($line);
366
-            				$values['ModeS'] = $line[1];
367
-            				$values['Registration'] = $line[3];
368
-            				$values['ICAOTypeCode'] = '';
369
-            				$aircraft_name = $line[2];
370
-            				// Check if we can find ICAO, else set it to GLID
371
-            				$aircraft_name_split = explode(' ',$aircraft_name);
372
-            				$search_more = '';
373
-            				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
374
-            				$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
375
-            				$sth_search = $Connection->db->prepare($query_search);
366
+							$values['ModeS'] = $line[1];
367
+							$values['Registration'] = $line[3];
368
+							$values['ICAOTypeCode'] = '';
369
+							$aircraft_name = $line[2];
370
+							// Check if we can find ICAO, else set it to GLID
371
+							$aircraft_name_split = explode(' ',$aircraft_name);
372
+							$search_more = '';
373
+							if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
374
+							$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
375
+							$sth_search = $Connection->db->prepare($query_search);
376 376
 					try {
377
-                                    		$sth_search->execute();
378
-	            				$result = $sth_search->fetch(PDO::FETCH_ASSOC);
379
-	            				if (isset($result['icao']) && $result['icao'] != '') $values['ICAOTypeCode'] = $result['icao'];
377
+											$sth_search->execute();
378
+								$result = $sth_search->fetch(PDO::FETCH_ASSOC);
379
+								if (isset($result['icao']) && $result['icao'] != '') $values['ICAOTypeCode'] = $result['icao'];
380 380
 					} catch(PDOException $e) {
381 381
 						return "error : ".$e->getMessage();
382 382
 					}
@@ -399,10 +399,10 @@  discard block
 block discarded – undo
399 399
 		try {
400 400
 			$Connection = new Connection();
401 401
 			$sth = $Connection->db->prepare($query);
402
-                        $sth->execute(array(':source' => $database_file));
403
-                } catch(PDOException $e) {
404
-                        return "error : ".$e->getMessage();
405
-                }
402
+						$sth->execute(array(':source' => $database_file));
403
+				} catch(PDOException $e) {
404
+						return "error : ".$e->getMessage();
405
+				}
406 406
 		return '';
407 407
 	}
408 408
 
@@ -413,16 +413,16 @@  discard block
 block discarded – undo
413 413
 		try {
414 414
 			$Connection = new Connection();
415 415
 			$sth = $Connection->db->prepare($query);
416
-                        $sth->execute(array(':source' => $database_file));
417
-                } catch(PDOException $e) {
418
-                        return "error : ".$e->getMessage();
419
-                }
416
+						$sth->execute(array(':source' => $database_file));
417
+				} catch(PDOException $e) {
418
+						return "error : ".$e->getMessage();
419
+				}
420 420
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
421 421
 		$Spotter = new Spotter();
422 422
 		if ($fh = fopen($database_file,"r")) {
423 423
 			//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
424 424
 			$query_dest = 'INSERT INTO aircraft_owner (registration,base,owner,date_first_reg,Source) VALUES (:registration,:base,:owner,:date_first_reg,:source)';
425
-		        $query_modes = 'INSERT INTO aircraft_modes (ModeS,ModeSCountry,Registration,ICAOTypeCode,Source) VALUES (:modes,:modescountry,:registration,:icaotypecode,:source)';
425
+				$query_modes = 'INSERT INTO aircraft_modes (ModeS,ModeSCountry,Registration,ICAOTypeCode,Source) VALUES (:modes,:modescountry,:registration,:icaotypecode,:source)';
426 426
 		        
427 427
 			$Connection = new Connection();
428 428
 			$sth_dest = $Connection->db->prepare($query_dest);
@@ -430,126 +430,126 @@  discard block
 block discarded – undo
430 430
 			try {
431 431
 				if ($globalTransaction) $Connection->db->beginTransaction();
432 432
 				$tmp = fgetcsv($fh,9999,',','"');
433
-            			while (!feof($fh)) {
434
-            				$line = fgetcsv($fh,9999,',','"');
435
-            				$values = array();
436
-            				//print_r($line);
437
-            				if ($country == 'F') {
438
-            				    $values['registration'] = $line[0];
439
-            				    $values['base'] = $line[4];
440
-            				    $values['owner'] = $line[5];
441
-            				    if ($line[6] == '') $values['date_first_reg'] = null;
442
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
443
-					    $values['cancel'] = $line[7];
433
+						while (!feof($fh)) {
434
+							$line = fgetcsv($fh,9999,',','"');
435
+							$values = array();
436
+							//print_r($line);
437
+							if ($country == 'F') {
438
+								$values['registration'] = $line[0];
439
+								$values['base'] = $line[4];
440
+								$values['owner'] = $line[5];
441
+								if ($line[6] == '') $values['date_first_reg'] = null;
442
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
443
+						$values['cancel'] = $line[7];
444 444
 					} elseif ($country == 'EI') {
445
-					    // TODO : add modeS & reg to aircraft_modes
446
-            				    $values['registration'] = $line[0];
447
-            				    $values['base'] = $line[3];
448
-            				    $values['owner'] = $line[2];
449
-            				    if ($line[1] == '') $values['date_first_reg'] = null;
450
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[1]));
451
-					    $values['cancel'] = '';
452
-					    $values['modes'] = $line[7];
453
-					    $values['icao'] = $line[8];
445
+						// TODO : add modeS & reg to aircraft_modes
446
+								$values['registration'] = $line[0];
447
+								$values['base'] = $line[3];
448
+								$values['owner'] = $line[2];
449
+								if ($line[1] == '') $values['date_first_reg'] = null;
450
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[1]));
451
+						$values['cancel'] = '';
452
+						$values['modes'] = $line[7];
453
+						$values['icao'] = $line[8];
454 454
 					    
455 455
 					} elseif ($country == 'HB') {
456
-					    // TODO : add modeS & reg to aircraft_modes
457
-            				    $values['registration'] = $line[0];
458
-            				    $values['base'] = null;
459
-            				    $values['owner'] = $line[5];
460
-            				    $values['date_first_reg'] = null;
461
-					    $values['cancel'] = '';
462
-					    $values['modes'] = $line[4];
463
-					    $values['icao'] = $line[7];
456
+						// TODO : add modeS & reg to aircraft_modes
457
+								$values['registration'] = $line[0];
458
+								$values['base'] = null;
459
+								$values['owner'] = $line[5];
460
+								$values['date_first_reg'] = null;
461
+						$values['cancel'] = '';
462
+						$values['modes'] = $line[4];
463
+						$values['icao'] = $line[7];
464 464
 					} elseif ($country == 'OK') {
465
-					    // TODO : add modeS & reg to aircraft_modes
466
-            				    $values['registration'] = $line[3];
467
-            				    $values['base'] = null;
468
-            				    $values['owner'] = $line[5];
469
-            				    if ($line[18] == '') $values['date_first_reg'] = null;
470
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[18]));
471
-					    $values['cancel'] = '';
465
+						// TODO : add modeS & reg to aircraft_modes
466
+								$values['registration'] = $line[3];
467
+								$values['base'] = null;
468
+								$values['owner'] = $line[5];
469
+								if ($line[18] == '') $values['date_first_reg'] = null;
470
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[18]));
471
+						$values['cancel'] = '';
472 472
 					} elseif ($country == 'VH') {
473
-					    // TODO : add modeS & reg to aircraft_modes
474
-            				    $values['registration'] = $line[0];
475
-            				    $values['base'] = null;
476
-            				    $values['owner'] = $line[12];
477
-            				    if ($line[28] == '') $values['date_first_reg'] = null;
478
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[28]));
479
-
480
-					    $values['cancel'] = $line[39];
473
+						// TODO : add modeS & reg to aircraft_modes
474
+								$values['registration'] = $line[0];
475
+								$values['base'] = null;
476
+								$values['owner'] = $line[12];
477
+								if ($line[28] == '') $values['date_first_reg'] = null;
478
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[28]));
479
+
480
+						$values['cancel'] = $line[39];
481 481
 					} elseif ($country == 'OE' || $country == '9A' || $country == 'VP' || $country == 'LX' || $country == 'P2' || $country == 'HC') {
482
-            				    $values['registration'] = $line[0];
483
-            				    $values['base'] = null;
484
-            				    $values['owner'] = $line[4];
485
-            				    $values['date_first_reg'] = null;
486
-					    $values['cancel'] = '';
482
+								$values['registration'] = $line[0];
483
+								$values['base'] = null;
484
+								$values['owner'] = $line[4];
485
+								$values['date_first_reg'] = null;
486
+						$values['cancel'] = '';
487 487
 					} elseif ($country == 'CC') {
488
-            				    $values['registration'] = $line[0];
489
-            				    $values['base'] = null;
490
-            				    $values['owner'] = $line[6];
491
-            				    $values['date_first_reg'] = null;
492
-					    $values['cancel'] = '';
488
+								$values['registration'] = $line[0];
489
+								$values['base'] = null;
490
+								$values['owner'] = $line[6];
491
+								$values['date_first_reg'] = null;
492
+						$values['cancel'] = '';
493 493
 					} elseif ($country == 'HJ') {
494
-            				    $values['registration'] = $line[0];
495
-            				    $values['base'] = null;
496
-            				    $values['owner'] = $line[8];
497
-            				    if ($line[7] == '') $values['date_first_reg'] = null;
498
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
499
-					    $values['cancel'] = '';
494
+								$values['registration'] = $line[0];
495
+								$values['base'] = null;
496
+								$values['owner'] = $line[8];
497
+								if ($line[7] == '') $values['date_first_reg'] = null;
498
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
499
+						$values['cancel'] = '';
500 500
 					} elseif ($country == 'PP') {
501
-            				    $values['registration'] = $line[0];
502
-            				    $values['base'] = null;
503
-            				    $values['owner'] = $line[4];
504
-            				    if ($line[6] == '') $values['date_first_reg'] = null;
505
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
506
-					    $values['cancel'] = $line[7];
501
+								$values['registration'] = $line[0];
502
+								$values['base'] = null;
503
+								$values['owner'] = $line[4];
504
+								if ($line[6] == '') $values['date_first_reg'] = null;
505
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
506
+						$values['cancel'] = $line[7];
507 507
 					} elseif ($country == 'E7') {
508
-            				    $values['registration'] = $line[0];
509
-            				    $values['base'] = null;
510
-            				    $values['owner'] = $line[4];
511
-            				    if ($line[5] == '') $values['date_first_reg'] = null;
512
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
513
-					    $values['cancel'] = '';
508
+								$values['registration'] = $line[0];
509
+								$values['base'] = null;
510
+								$values['owner'] = $line[4];
511
+								if ($line[5] == '') $values['date_first_reg'] = null;
512
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
513
+						$values['cancel'] = '';
514 514
 					} elseif ($country == '8Q') {
515
-            				    $values['registration'] = $line[0];
516
-            				    $values['base'] = null;
517
-            				    $values['owner'] = $line[3];
518
-            				    if ($line[7] == '') $values['date_first_reg'] = null;
519
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
520
-					    $values['cancel'] = '';
515
+								$values['registration'] = $line[0];
516
+								$values['base'] = null;
517
+								$values['owner'] = $line[3];
518
+								if ($line[7] == '') $values['date_first_reg'] = null;
519
+						else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
520
+						$values['cancel'] = '';
521 521
 					} elseif ($country == 'ZK') {
522
-            				    $values['registration'] = $line[0];
523
-            				    $values['base'] = null;
524
-            				    $values['owner'] = $line[3];
525
-            				    $values['date_first_reg'] = null;
526
-					    $values['cancel'] = '';
527
-					    $values['modes'] = $line[5];
528
-					    $values['icao'] = $line[9];
522
+								$values['registration'] = $line[0];
523
+								$values['base'] = null;
524
+								$values['owner'] = $line[3];
525
+								$values['date_first_reg'] = null;
526
+						$values['cancel'] = '';
527
+						$values['modes'] = $line[5];
528
+						$values['icao'] = $line[9];
529 529
 					} elseif ($country == 'M') {
530
-            				    $values['registration'] = $line[0];
531
-            				    $values['base'] = null;
532
-            				    $values['owner'] = $line[6];
533
-            				    $values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
534
-					    $values['cancel'] = date("Y-m-d",strtotime($line[8]));
535
-					    $values['modes'] = $line[4];
536
-					    $values['icao'] = $line[10];
530
+								$values['registration'] = $line[0];
531
+								$values['base'] = null;
532
+								$values['owner'] = $line[6];
533
+								$values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
534
+						$values['cancel'] = date("Y-m-d",strtotime($line[8]));
535
+						$values['modes'] = $line[4];
536
+						$values['icao'] = $line[10];
537 537
 					} elseif ($country == 'OY') {
538
-            				    $values['registration'] = $line[0];
539
-            				    $values['date_first_reg'] = date("Y-m-d",strtotime($line[4]));
540
-					    $values['modes'] = $line[5];
541
-					    $values['icao'] = $line[6];
538
+								$values['registration'] = $line[0];
539
+								$values['date_first_reg'] = date("Y-m-d",strtotime($line[4]));
540
+						$values['modes'] = $line[5];
541
+						$values['icao'] = $line[6];
542 542
 					} elseif ($country == 'PH') {
543
-            				    $values['registration'] = $line[0];
544
-            				    $values['date_first_reg'] = date("Y-m-d",strtotime($line[3]));
545
-					    $values['modes'] = $line[4];
546
-					    $values['icao'] = $line[5];
543
+								$values['registration'] = $line[0];
544
+								$values['date_first_reg'] = date("Y-m-d",strtotime($line[3]));
545
+						$values['modes'] = $line[4];
546
+						$values['icao'] = $line[5];
547 547
 					} elseif ($country == 'OM' || $country == 'TF') {
548
-            				    $values['registration'] = $line[0];
549
-            				    $values['base'] = null;
550
-            				    $values['owner'] = $line[3];
551
-            				    $values['date_first_reg'] = null;
552
-					    $values['cancel'] = '';
548
+								$values['registration'] = $line[0];
549
+								$values['base'] = null;
550
+								$values['owner'] = $line[3];
551
+								$values['date_first_reg'] = null;
552
+						$values['cancel'] = '';
553 553
 					}
554 554
 					if (isset($values['cancel']) && $values['cancel'] == '' && $values['registration'] != null && isset($values['owner'])) {
555 555
 						$query_dest_values = array(':registration' => $values['registration'],':base' => $values['base'],':date_first_reg' => $values['date_first_reg'],':owner' => $values['owner'],':source' => $database_file);
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
                         return "error : ".$e->getMessage();
683 683
                 }
684 684
                 */
685
-                /*
685
+				/*
686 686
 		$query = 'ALTER TABLE airport DROP INDEX icaoidx';
687 687
 		try {
688 688
 			$Connection = new Connection();
@@ -927,10 +927,10 @@  discard block
 block discarded – undo
927 927
 		try {
928 928
 			$Connection = new Connection();
929 929
 			$sth = $Connection->db->prepare($query);
930
-                        $sth->execute(array(':source' => 'translation.csv'));
931
-                } catch(PDOException $e) {
932
-                        return "error : ".$e->getMessage();
933
-                }
930
+						$sth->execute(array(':source' => 'translation.csv'));
931
+				} catch(PDOException $e) {
932
+						return "error : ".$e->getMessage();
933
+				}
934 934
 
935 935
 		
936 936
 		//update_db::unzip($out_file);
@@ -949,21 +949,21 @@  discard block
 block discarded – undo
949 949
 					$data = $row;
950 950
 					$operator = $data[2];
951 951
 					if ($operator != '' && is_numeric(substr(substr($operator, 0, 3), -1, 1))) {
952
-                                                $airline_array = $Spotter->getAllAirlineInfo(substr($operator, 0, 2));
953
-                                                //echo substr($operator, 0, 2)."\n";;
954
-                                                if (count($airline_array) > 0) {
952
+												$airline_array = $Spotter->getAllAirlineInfo(substr($operator, 0, 2));
953
+												//echo substr($operator, 0, 2)."\n";;
954
+												if (count($airline_array) > 0) {
955 955
 							//print_r($airline_array);
956 956
 							$operator = $airline_array[0]['icao'].substr($operator,2);
957
-                                                }
958
-                                        }
957
+												}
958
+										}
959 959
 					
960 960
 					$operator_correct = $data[3];
961 961
 					if ($operator_correct != '' && is_numeric(substr(substr($operator_correct, 0, 3), -1, 1))) {
962
-                                                $airline_array = $Spotter->getAllAirlineInfo(substr($operator_correct, 0, 2));
963
-                                                if (count($airline_array) > 0) {
964
-                                            		$operator_correct = $airline_array[0]['icao'].substr($operator_correct,2);
965
-                                            	}
966
-                                        }
962
+												$airline_array = $Spotter->getAllAirlineInfo(substr($operator_correct, 0, 2));
963
+												if (count($airline_array) > 0) {
964
+													$operator_correct = $airline_array[0]['icao'].substr($operator_correct,2);
965
+												}
966
+										}
967 967
 					$query = 'INSERT INTO translation (Reg,Reg_correct,Operator,Operator_correct,Source) VALUES (:Reg, :Reg_correct, :Operator, :Operator_correct, :source)';
968 968
 					try {
969 969
 						$sth = $Connection->db->prepare($query);
@@ -977,7 +977,7 @@  discard block
 block discarded – undo
977 977
 			//$Connection->db->commit();
978 978
 		}
979 979
 		return '';
980
-        }
980
+		}
981 981
 	
982 982
 	public static function translation_fam() {
983 983
 		global $tmp_dir, $globalTransaction;
@@ -1015,7 +1015,7 @@  discard block
 block discarded – undo
1015 1015
 			//$Connection->db->commit();
1016 1016
 		}
1017 1017
 		return '';
1018
-        }
1018
+		}
1019 1019
 
1020 1020
 	/*
1021 1021
 	* This function use FAA public data.
@@ -1027,19 +1027,19 @@  discard block
 block discarded – undo
1027 1027
 		try {
1028 1028
 			$Connection = new Connection();
1029 1029
 			$sth = $Connection->db->prepare($query);
1030
-                        $sth->execute(array(':source' => 'website_faa'));
1031
-                } catch(PDOException $e) {
1032
-                        return "error : ".$e->getMessage();
1033
-                }
1030
+						$sth->execute(array(':source' => 'website_faa'));
1031
+				} catch(PDOException $e) {
1032
+						return "error : ".$e->getMessage();
1033
+				}
1034 1034
 
1035 1035
 		$query = "DELETE FROM aircraft_owner WHERE Source = '' OR Source = :source";
1036 1036
 		try {
1037 1037
 			$Connection = new Connection();
1038 1038
 			$sth = $Connection->db->prepare($query);
1039
-                        $sth->execute(array(':source' => 'website_faa'));
1040
-                } catch(PDOException $e) {
1041
-                        return "error : ".$e->getMessage();
1042
-                }
1039
+						$sth->execute(array(':source' => 'website_faa'));
1040
+				} catch(PDOException $e) {
1041
+						return "error : ".$e->getMessage();
1042
+				}
1043 1043
 
1044 1044
 		$delimiter = ",";
1045 1045
 		$mfr = array();
@@ -1207,7 +1207,7 @@  discard block
 block discarded – undo
1207 1207
 		}
1208 1208
 		*/
1209 1209
 		return '';
1210
-        }
1210
+		}
1211 1211
         
1212 1212
 	public static function owner_fam() {
1213 1213
 		global $tmp_dir, $globalTransaction;
@@ -1215,10 +1215,10 @@  discard block
 block discarded – undo
1215 1215
 		try {
1216 1216
 			$Connection = new Connection();
1217 1217
 			$sth = $Connection->db->prepare($query);
1218
-                        $sth->execute(array(':source' => 'website_fam'));
1219
-                } catch(PDOException $e) {
1220
-                        return "error : ".$e->getMessage();
1221
-                }
1218
+						$sth->execute(array(':source' => 'website_fam'));
1219
+				} catch(PDOException $e) {
1220
+						return "error : ".$e->getMessage();
1221
+				}
1222 1222
 
1223 1223
 		$delimiter = "\t";
1224 1224
 		$Connection = new Connection();
@@ -1244,7 +1244,7 @@  discard block
 block discarded – undo
1244 1244
 			if ($globalTransaction) $Connection->db->commit();
1245 1245
 		}
1246 1246
 		return '';
1247
-        }
1247
+		}
1248 1248
 
1249 1249
 	public static function routes_fam() {
1250 1250
 		global $tmp_dir, $globalTransaction, $globalDebug;
@@ -1279,7 +1279,7 @@  discard block
 block discarded – undo
1279 1279
 			if ($globalTransaction) $Connection->db->commit();
1280 1280
 		}
1281 1281
 		return '';
1282
-        }
1282
+		}
1283 1283
 
1284 1284
 	public static function marine_identity_fam() {
1285 1285
 		global $tmp_dir, $globalTransaction;
@@ -1287,10 +1287,10 @@  discard block
 block discarded – undo
1287 1287
 		try {
1288 1288
 			$Connection = new Connection();
1289 1289
 			$sth = $Connection->db->prepare($query);
1290
-                        $sth->execute();
1291
-                } catch(PDOException $e) {
1292
-                        return "error : ".$e->getMessage();
1293
-                }
1290
+						$sth->execute();
1291
+				} catch(PDOException $e) {
1292
+						return "error : ".$e->getMessage();
1293
+				}
1294 1294
 
1295 1295
 		
1296 1296
 		//update_db::unzip($out_file);
@@ -1320,7 +1320,7 @@  discard block
 block discarded – undo
1320 1320
 			if ($globalTransaction) $Connection->db->commit();
1321 1321
 		}
1322 1322
 		return '';
1323
-        }
1323
+		}
1324 1324
 
1325 1325
 	public static function satellite_fam() {
1326 1326
 		global $tmp_dir, $globalTransaction;
@@ -1391,7 +1391,7 @@  discard block
 block discarded – undo
1391 1391
 			if ($globalTransaction) $Connection->db->commit();
1392 1392
 		}
1393 1393
 		return '';
1394
-        }
1394
+		}
1395 1395
 
1396 1396
 	public static function tle($filename,$tletype) {
1397 1397
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
@@ -1402,10 +1402,10 @@  discard block
 block discarded – undo
1402 1402
 		try {
1403 1403
 			$Connection = new Connection();
1404 1404
 			$sth = $Connection->db->prepare($query);
1405
-                        $sth->execute(array(':source' => $filename));
1406
-                } catch(PDOException $e) {
1407
-                        return "error : ".$e->getMessage();
1408
-                }
1405
+						$sth->execute(array(':source' => $filename));
1406
+				} catch(PDOException $e) {
1407
+						return "error : ".$e->getMessage();
1408
+				}
1409 1409
 		
1410 1410
 		$Connection = new Connection();
1411 1411
 		if (($handle = fopen($filename, 'r')) !== FALSE)
@@ -1440,7 +1440,7 @@  discard block
 block discarded – undo
1440 1440
 			//$Connection->db->commit();
1441 1441
 		}
1442 1442
 		return '';
1443
-        }
1443
+		}
1444 1444
 
1445 1445
 	public static function satellite_ucsdb($filename) {
1446 1446
 		global $tmp_dir, $globalTransaction;
@@ -1689,11 +1689,11 @@  discard block
 block discarded – undo
1689 1689
 							try {
1690 1690
 								$sth = $Connection->db->prepare($query);
1691 1691
 								$sth->execute(array(
1692
-								    ':name' => $result['name'], ':name_alternate' => '', ':country_un' => '', ':country_owner' => $result['country_owner'], ':owner' => $result['owner'], ':users' => '', ':purpose' => '', ':purpose_detailed' => '', ':orbit' => $result['status'],
1693
-								    ':type' => '', ':longitude_geo' => NULL, ':perigee' => !empty($result['perigee']) ? $result['perigee'] : NULL, ':apogee' => !empty($result['apogee']) ? $result['apogee'] : NULL, ':eccentricity' => NULL, ':inclination' => $result['inclination'],
1694
-								    ':period' => !empty($result['period']) ? $result['period'] : NULL, ':launch_mass' => NULL, ':dry_mass' => NULL, ':power' => NULL, ':launch_date' => $result['launch_date'], ':lifetime' => $result['lifetime'], 
1695
-								    ':contractor' => '',':country_contractor' => '', ':launch_site' => $result['launch_site'], ':launch_vehicule' => '', ':cospar' => $result['cospar'], ':norad' => $result['norad'], ':comments' => '', ':source_orbital' => '', ':sources' => ''
1696
-								    )
1692
+									':name' => $result['name'], ':name_alternate' => '', ':country_un' => '', ':country_owner' => $result['country_owner'], ':owner' => $result['owner'], ':users' => '', ':purpose' => '', ':purpose_detailed' => '', ':orbit' => $result['status'],
1693
+									':type' => '', ':longitude_geo' => NULL, ':perigee' => !empty($result['perigee']) ? $result['perigee'] : NULL, ':apogee' => !empty($result['apogee']) ? $result['apogee'] : NULL, ':eccentricity' => NULL, ':inclination' => $result['inclination'],
1694
+									':period' => !empty($result['period']) ? $result['period'] : NULL, ':launch_mass' => NULL, ':dry_mass' => NULL, ':power' => NULL, ':launch_date' => $result['launch_date'], ':lifetime' => $result['lifetime'], 
1695
+									':contractor' => '',':country_contractor' => '', ':launch_site' => $result['launch_site'], ':launch_vehicule' => '', ':cospar' => $result['cospar'], ':norad' => $result['norad'], ':comments' => '', ':source_orbital' => '', ':sources' => ''
1696
+									)
1697 1697
 								);
1698 1698
 							} catch(PDOException $e) {
1699 1699
 								return "error : ".$e->getMessage();
@@ -1717,13 +1717,13 @@  discard block
 block discarded – undo
1717 1717
 			//$Connection->db->commit();
1718 1718
 		}
1719 1719
 		return '';
1720
-        }
1720
+		}
1721 1721
 
1722 1722
 	/**
1723
-        * Convert a HTML table to an array
1724
-        * @param String $data HTML page
1725
-        * @return Array array of the tables in HTML page
1726
-        */
1723
+	 * Convert a HTML table to an array
1724
+	 * @param String $data HTML page
1725
+	 * @return Array array of the tables in HTML page
1726
+	 */
1727 1727
 /*
1728 1728
         private static function table2array($data) {
1729 1729
                 $html = str_get_html($data);
@@ -1753,11 +1753,11 @@  discard block
 block discarded – undo
1753 1753
                 return(array_filter($tabledata));
1754 1754
         }
1755 1755
 */
1756
-       /**
1757
-        * Get data from form result
1758
-        * @param String $url form URL
1759
-        * @return String the result
1760
-        */
1756
+	   /**
1757
+	    * Get data from form result
1758
+	    * @param String $url form URL
1759
+	    * @return String the result
1760
+	    */
1761 1761
 /*
1762 1762
         private static function getData($url) {
1763 1763
                 $ch = curl_init();
@@ -1850,7 +1850,7 @@  discard block
 block discarded – undo
1850 1850
 			if ($globalTransaction) $Connection->db->commit();
1851 1851
 		}
1852 1852
 		return '';
1853
-        }
1853
+		}
1854 1854
 
1855 1855
 	public static function ivao_airlines($filename) {
1856 1856
 		//require_once(dirname(__FILE__).'/../require/class.Spotter.php');
@@ -1860,10 +1860,10 @@  discard block
 block discarded – undo
1860 1860
 		try {
1861 1861
 			$Connection = new Connection();
1862 1862
 			$sth = $Connection->db->prepare($query);
1863
-                        $sth->execute();
1864
-                } catch(PDOException $e) {
1865
-                        return "error : ".$e->getMessage();
1866
-                }
1863
+						$sth->execute();
1864
+				} catch(PDOException $e) {
1865
+						return "error : ".$e->getMessage();
1866
+				}
1867 1867
 
1868 1868
 		$header = NULL;
1869 1869
 		$delimiter = ':';
@@ -1887,7 +1887,7 @@  discard block
 block discarded – undo
1887 1887
 			if ($globalTransaction) $Connection->db->commit();
1888 1888
 		}
1889 1889
 		return '';
1890
-        }
1890
+		}
1891 1891
 	
1892 1892
 	public static function update_airspace() {
1893 1893
 		global $tmp_dir, $globalDBdriver;
@@ -1897,11 +1897,11 @@  discard block
 block discarded – undo
1897 1897
 			$query = 'DROP TABLE airspace';
1898 1898
 			try {
1899 1899
 				$sth = $Connection->db->prepare($query);
1900
-                    		$sth->execute();
1901
-	                } catch(PDOException $e) {
1900
+							$sth->execute();
1901
+					} catch(PDOException $e) {
1902 1902
 				return "error : ".$e->getMessage();
1903
-	                }
1904
-	        }
1903
+					}
1904
+			}
1905 1905
 
1906 1906
 
1907 1907
 		if ($globalDBdriver == 'mysql') update_db::gunzip('../db/airspace.sql.gz',$tmp_dir.'airspace.sql');
@@ -1966,10 +1966,10 @@  discard block
 block discarded – undo
1966 1966
 			$query = 'DROP TABLE countries';
1967 1967
 			try {
1968 1968
 				$sth = $Connection->db->prepare($query);
1969
-            	        	$sth->execute();
1970
-	                } catch(PDOException $e) {
1971
-    	                	echo "error : ".$e->getMessage();
1972
-	                }
1969
+							$sth->execute();
1970
+					} catch(PDOException $e) {
1971
+							echo "error : ".$e->getMessage();
1972
+					}
1973 1973
 		}
1974 1974
 		if ($globalDBdriver == 'mysql') {
1975 1975
 			update_db::gunzip('../db/countries.sql.gz',$tmp_dir.'countries.sql');
@@ -2426,7 +2426,7 @@  discard block
 block discarded – undo
2426 2426
 						$error = update_db::airlines_fam();
2427 2427
 						update_db::insert_airlines_version($airlines_md5);
2428 2428
 					} else $error = "File ".$tmp_dir.'airlines.tsv.gz'." md5 failed. Download failed.";
2429
-			    } else $error = "File ".$tmp_dir.'airlines.tsv.gz'." doesn't exist. Download failed.";
2429
+				} else $error = "File ".$tmp_dir.'airlines.tsv.gz'." doesn't exist. Download failed.";
2430 2430
 			} elseif ($globalDebug) echo "No update.";
2431 2431
 		} else $error = "File ".$tmp_dir.'airlines.tsv.gz.md5'." doesn't exist. Download failed.";
2432 2432
 		if ($error != '') {
@@ -2800,12 +2800,12 @@  discard block
 block discarded – undo
2800 2800
 		echo $data;
2801 2801
 		*/
2802 2802
 		if (file_exists($tmp_dir.'aircrafts.html')) {
2803
-		    //var_dump(file_get_html($tmp_dir.'aircrafts.html'));
2804
-		    $fh = fopen($tmp_dir.'aircrafts.html',"r");
2805
-		    $result = fread($fh,100000000);
2806
-		    //echo $result;
2807
-		    //var_dump(str_get_html($result));
2808
-		    //print_r(self::table2array($result));
2803
+			//var_dump(file_get_html($tmp_dir.'aircrafts.html'));
2804
+			$fh = fopen($tmp_dir.'aircrafts.html',"r");
2805
+			$result = fread($fh,100000000);
2806
+			//echo $result;
2807
+			//var_dump(str_get_html($result));
2808
+			//print_r(self::table2array($result));
2809 2809
 		}
2810 2810
 
2811 2811
 	}
@@ -2819,10 +2819,10 @@  discard block
 block discarded – undo
2819 2819
 		try {
2820 2820
 			$Connection = new Connection();
2821 2821
 			$sth = $Connection->db->prepare($query);
2822
-                        $sth->execute();
2823
-                } catch(PDOException $e) {
2824
-                        return "error : ".$e->getMessage();
2825
-                }
2822
+						$sth->execute();
2823
+				} catch(PDOException $e) {
2824
+						return "error : ".$e->getMessage();
2825
+				}
2826 2826
 
2827 2827
 		$error = '';
2828 2828
 		if ($globalDebug) echo "Notam : Download...";
@@ -2878,8 +2878,8 @@  discard block
 block discarded – undo
2878 2878
 					$data['date_end'] = date("Y-m-d H:i:s",strtotime($to));
2879 2879
 					$data['permanent'] = 0;
2880 2880
 				} else {
2881
-				    $data['date_end'] = NULL;
2882
-				    $data['permanent'] = 1;
2881
+					$data['date_end'] = NULL;
2882
+					$data['permanent'] = 1;
2883 2883
 				}
2884 2884
 				$data['full_notam'] = $notam['title'].'<br>'.$notam['description'];
2885 2885
 				$NOTAM = new NOTAM();
@@ -2953,13 +2953,13 @@  discard block
 block discarded – undo
2953 2953
 		try {
2954 2954
 			$Connection = new Connection();
2955 2955
 			$sth = $Connection->db->prepare($query);
2956
-                        $sth->execute();
2957
-                } catch(PDOException $e) {
2958
-                        return "error : ".$e->getMessage();
2959
-                }
2960
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
2961
-                if ($row['nb'] > 0) return false;
2962
-                else return true;
2956
+						$sth->execute();
2957
+				} catch(PDOException $e) {
2958
+						return "error : ".$e->getMessage();
2959
+				}
2960
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
2961
+				if ($row['nb'] > 0) return false;
2962
+				else return true;
2963 2963
 	}
2964 2964
 
2965 2965
 	public static function insert_last_update() {
@@ -2968,10 +2968,10 @@  discard block
 block discarded – undo
2968 2968
 		try {
2969 2969
 			$Connection = new Connection();
2970 2970
 			$sth = $Connection->db->prepare($query);
2971
-                        $sth->execute();
2972
-                } catch(PDOException $e) {
2973
-                        return "error : ".$e->getMessage();
2974
-                }
2971
+						$sth->execute();
2972
+				} catch(PDOException $e) {
2973
+						return "error : ".$e->getMessage();
2974
+				}
2975 2975
 	}
2976 2976
 
2977 2977
 	public static function check_airspace_version($version) {
@@ -2979,13 +2979,13 @@  discard block
 block discarded – undo
2979 2979
 		try {
2980 2980
 			$Connection = new Connection();
2981 2981
 			$sth = $Connection->db->prepare($query);
2982
-                        $sth->execute(array(':version' => $version));
2983
-                } catch(PDOException $e) {
2984
-                        return "error : ".$e->getMessage();
2985
-                }
2986
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
2987
-                if ($row['nb'] > 0) return true;
2988
-                else return false;
2982
+						$sth->execute(array(':version' => $version));
2983
+				} catch(PDOException $e) {
2984
+						return "error : ".$e->getMessage();
2985
+				}
2986
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
2987
+				if ($row['nb'] > 0) return true;
2988
+				else return false;
2989 2989
 	}
2990 2990
 
2991 2991
 	public static function check_geoid_version($version) {
@@ -2993,13 +2993,13 @@  discard block
 block discarded – undo
2993 2993
 		try {
2994 2994
 			$Connection = new Connection();
2995 2995
 			$sth = $Connection->db->prepare($query);
2996
-                        $sth->execute(array(':version' => $version));
2997
-                } catch(PDOException $e) {
2998
-                        return "error : ".$e->getMessage();
2999
-                }
3000
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
3001
-                if ($row['nb'] > 0) return true;
3002
-                else return false;
2996
+						$sth->execute(array(':version' => $version));
2997
+				} catch(PDOException $e) {
2998
+						return "error : ".$e->getMessage();
2999
+				}
3000
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
3001
+				if ($row['nb'] > 0) return true;
3002
+				else return false;
3003 3003
 	}
3004 3004
 
3005 3005
 	public static function check_marine_identity_version($version) {
@@ -3100,10 +3100,10 @@  discard block
 block discarded – undo
3100 3100
 		try {
3101 3101
 			$Connection = new Connection();
3102 3102
 			$sth = $Connection->db->prepare($query);
3103
-                        $sth->execute(array(':version' => $version));
3104
-                } catch(PDOException $e) {
3105
-                        return "error : ".$e->getMessage();
3106
-                }
3103
+						$sth->execute(array(':version' => $version));
3104
+				} catch(PDOException $e) {
3105
+						return "error : ".$e->getMessage();
3106
+				}
3107 3107
 	}
3108 3108
 
3109 3109
 	public static function insert_marine_identity_version($version) {
@@ -3140,13 +3140,13 @@  discard block
 block discarded – undo
3140 3140
 		try {
3141 3141
 			$Connection = new Connection();
3142 3142
 			$sth = $Connection->db->prepare($query);
3143
-                        $sth->execute();
3144
-                } catch(PDOException $e) {
3145
-                        return "error : ".$e->getMessage();
3146
-                }
3147
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
3148
-                if ($row['nb'] > 0) return false;
3149
-                else return true;
3143
+						$sth->execute();
3144
+				} catch(PDOException $e) {
3145
+						return "error : ".$e->getMessage();
3146
+				}
3147
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
3148
+				if ($row['nb'] > 0) return false;
3149
+				else return true;
3150 3150
 	}
3151 3151
 
3152 3152
 	public static function insert_last_notam_update() {
@@ -3155,10 +3155,10 @@  discard block
 block discarded – undo
3155 3155
 		try {
3156 3156
 			$Connection = new Connection();
3157 3157
 			$sth = $Connection->db->prepare($query);
3158
-                        $sth->execute();
3159
-                } catch(PDOException $e) {
3160
-                        return "error : ".$e->getMessage();
3161
-                }
3158
+						$sth->execute();
3159
+				} catch(PDOException $e) {
3160
+						return "error : ".$e->getMessage();
3161
+				}
3162 3162
 	}
3163 3163
 
3164 3164
 	public static function check_last_airspace_update() {
@@ -3171,13 +3171,13 @@  discard block
 block discarded – undo
3171 3171
 		try {
3172 3172
 			$Connection = new Connection();
3173 3173
 			$sth = $Connection->db->prepare($query);
3174
-                        $sth->execute();
3175
-                } catch(PDOException $e) {
3176
-                        return "error : ".$e->getMessage();
3177
-                }
3178
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
3179
-                if ($row['nb'] > 0) return false;
3180
-                else return true;
3174
+						$sth->execute();
3175
+				} catch(PDOException $e) {
3176
+						return "error : ".$e->getMessage();
3177
+				}
3178
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
3179
+				if ($row['nb'] > 0) return false;
3180
+				else return true;
3181 3181
 	}
3182 3182
 
3183 3183
 	public static function insert_last_airspace_update() {
@@ -3186,10 +3186,10 @@  discard block
 block discarded – undo
3186 3186
 		try {
3187 3187
 			$Connection = new Connection();
3188 3188
 			$sth = $Connection->db->prepare($query);
3189
-                        $sth->execute();
3190
-                } catch(PDOException $e) {
3191
-                        return "error : ".$e->getMessage();
3192
-                }
3189
+						$sth->execute();
3190
+				} catch(PDOException $e) {
3191
+						return "error : ".$e->getMessage();
3192
+				}
3193 3193
 	}
3194 3194
 
3195 3195
 	public static function check_last_geoid_update() {
@@ -3202,13 +3202,13 @@  discard block
 block discarded – undo
3202 3202
 		try {
3203 3203
 			$Connection = new Connection();
3204 3204
 			$sth = $Connection->db->prepare($query);
3205
-                        $sth->execute();
3206
-                } catch(PDOException $e) {
3207
-                        return "error : ".$e->getMessage();
3208
-                }
3209
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
3210
-                if ($row['nb'] > 0) return false;
3211
-                else return true;
3205
+						$sth->execute();
3206
+				} catch(PDOException $e) {
3207
+						return "error : ".$e->getMessage();
3208
+				}
3209
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
3210
+				if ($row['nb'] > 0) return false;
3211
+				else return true;
3212 3212
 	}
3213 3213
 
3214 3214
 	public static function insert_last_geoid_update() {
@@ -3217,10 +3217,10 @@  discard block
 block discarded – undo
3217 3217
 		try {
3218 3218
 			$Connection = new Connection();
3219 3219
 			$sth = $Connection->db->prepare($query);
3220
-                        $sth->execute();
3221
-                } catch(PDOException $e) {
3222
-                        return "error : ".$e->getMessage();
3223
-                }
3220
+						$sth->execute();
3221
+				} catch(PDOException $e) {
3222
+						return "error : ".$e->getMessage();
3223
+				}
3224 3224
 	}
3225 3225
 
3226 3226
 	public static function check_last_owner_update() {
@@ -3248,10 +3248,10 @@  discard block
 block discarded – undo
3248 3248
 		try {
3249 3249
 			$Connection = new Connection();
3250 3250
 			$sth = $Connection->db->prepare($query);
3251
-                        $sth->execute();
3252
-                } catch(PDOException $e) {
3253
-                        return "error : ".$e->getMessage();
3254
-                }
3251
+						$sth->execute();
3252
+				} catch(PDOException $e) {
3253
+						return "error : ".$e->getMessage();
3254
+				}
3255 3255
 	}
3256 3256
 
3257 3257
 	public static function check_last_airlines_update() {
@@ -3295,13 +3295,13 @@  discard block
 block discarded – undo
3295 3295
 		try {
3296 3296
 			$Connection = new Connection();
3297 3297
 			$sth = $Connection->db->prepare($query);
3298
-                        $sth->execute();
3299
-                } catch(PDOException $e) {
3300
-                        return "error : ".$e->getMessage();
3301
-                }
3302
-                $row = $sth->fetch(PDO::FETCH_ASSOC);
3303
-                if ($row['nb'] > 0) return false;
3304
-                else return true;
3298
+						$sth->execute();
3299
+				} catch(PDOException $e) {
3300
+						return "error : ".$e->getMessage();
3301
+				}
3302
+				$row = $sth->fetch(PDO::FETCH_ASSOC);
3303
+				if ($row['nb'] > 0) return false;
3304
+				else return true;
3305 3305
 	}
3306 3306
 
3307 3307
 	public static function insert_last_schedules_update() {
@@ -3481,10 +3481,10 @@  discard block
 block discarded – undo
3481 3481
 		try {
3482 3482
 			$Connection = new Connection();
3483 3483
 			$sth = $Connection->db->prepare($query);
3484
-                        $sth->execute();
3485
-                } catch(PDOException $e) {
3486
-                        return "error : ".$e->getMessage();
3487
-                }
3484
+						$sth->execute();
3485
+				} catch(PDOException $e) {
3486
+						return "error : ".$e->getMessage();
3487
+				}
3488 3488
 	}
3489 3489
 	public static function delete_duplicateowner() {
3490 3490
 		global $globalDBdriver;
@@ -3496,10 +3496,10 @@  discard block
 block discarded – undo
3496 3496
 		try {
3497 3497
 			$Connection = new Connection();
3498 3498
 			$sth = $Connection->db->prepare($query);
3499
-                        $sth->execute();
3500
-                } catch(PDOException $e) {
3501
-                        return "error : ".$e->getMessage();
3502
-                }
3499
+						$sth->execute();
3500
+				} catch(PDOException $e) {
3501
+						return "error : ".$e->getMessage();
3502
+				}
3503 3503
 	}
3504 3504
 	
3505 3505
 	public static function update_all() {
Please login to merge, or discard this patch.
Braces   +1116 added lines, -387 removed lines patch added patch discarded remove patch
@@ -26,7 +26,9 @@  discard block
 block discarded – undo
26 26
 		curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
27 27
 		curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
28 28
 		curl_setopt($ch, CURLOPT_TIMEOUT, 20);
29
-		if ($referer != '') curl_setopt($ch, CURLOPT_REFERER, $referer);
29
+		if ($referer != '') {
30
+			curl_setopt($ch, CURLOPT_REFERER, $referer);
31
+		}
30 32
 		curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB5');
31 33
 		curl_setopt($ch, CURLOPT_FILE, $fp);
32 34
 		curl_exec($ch);
@@ -37,12 +39,16 @@  discard block
 block discarded – undo
37 39
 	public static function gunzip($in_file,$out_file_name = '') {
38 40
 		//echo $in_file.' -> '.$out_file_name."\n";
39 41
 		$buffer_size = 4096; // read 4kb at a time
40
-		if ($out_file_name == '') $out_file_name = str_replace('.gz', '', $in_file); 
42
+		if ($out_file_name == '') {
43
+			$out_file_name = str_replace('.gz', '', $in_file);
44
+		}
41 45
 		if ($in_file != '' && file_exists($in_file)) {
42 46
 			// PHP version of Ubuntu use gzopen64 instead of gzopen
43
-			if (function_exists('gzopen')) $file = gzopen($in_file,'rb');
44
-			elseif (function_exists('gzopen64')) $file = gzopen64($in_file,'rb');
45
-			else {
47
+			if (function_exists('gzopen')) {
48
+				$file = gzopen($in_file,'rb');
49
+			} elseif (function_exists('gzopen64')) {
50
+				$file = gzopen64($in_file,'rb');
51
+			} else {
46 52
 				echo 'gzopen not available';
47 53
 				die;
48 54
 			}
@@ -63,8 +69,12 @@  discard block
 block discarded – undo
63 69
 			if ($res === TRUE) {
64 70
 				$zip->extractTo($path);
65 71
 				$zip->close();
66
-			} else return false;
67
-		} else return false;
72
+			} else {
73
+				return false;
74
+			}
75
+		} else {
76
+			return false;
77
+		}
68 78
 	}
69 79
 	
70 80
 	public static function connect_sqlite($database) {
@@ -79,7 +89,9 @@  discard block
 block discarded – undo
79 89
 	public static function retrieve_route_sqlite_to_dest($database_file) {
80 90
 		global $globalDebug, $globalTransaction;
81 91
 		//$query = 'TRUNCATE TABLE routes';
82
-		if ($globalDebug) echo " - Delete previous routes from DB -";
92
+		if ($globalDebug) {
93
+			echo " - Delete previous routes from DB -";
94
+		}
83 95
 		$query = "DELETE FROM routes WHERE Source = '' OR Source = :source";
84 96
 		$Connection = new Connection();
85 97
 		try {
@@ -90,7 +102,9 @@  discard block
 block discarded – undo
90 102
                         return "error : ".$e->getMessage();
91 103
                 }
92 104
 
93
-    		if ($globalDebug) echo " - Add routes to DB -";
105
+    		if ($globalDebug) {
106
+    			echo " - Add routes to DB -";
107
+    		}
94 108
     		update_db::connect_sqlite($database_file);
95 109
 		//$query = 'select Route.RouteID, Route.callsign, operator.Icao AS operator_icao, FromAir.Icao AS FromAirportIcao, ToAir.Icao AS ToAirportIcao from Route inner join operator ON Route.operatorId = operator.operatorId LEFT JOIN Airport AS FromAir ON route.FromAirportId = FromAir.AirportId LEFT JOIN Airport AS ToAir ON ToAir.AirportID = route.ToAirportID';
96 110
 		$query = "select Route.RouteID, Route.callsign, operator.Icao AS operator_icao, FromAir.Icao AS FromAirportIcao, ToAir.Icao AS ToAirportIcao, rstp.allstop AS AllStop from Route inner join operator ON Route.operatorId = operator.operatorId LEFT JOIN Airport AS FromAir ON route.FromAirportId = FromAir.AirportId LEFT JOIN Airport AS ToAir ON ToAir.AirportID = route.ToAirportID LEFT JOIN (select RouteId,GROUP_CONCAT(icao,' ') as allstop from routestop left join Airport as air ON routestop.AirportId = air.AirportID group by RouteID) AS rstp ON Route.RouteID = rstp.RouteID";
@@ -105,15 +119,21 @@  discard block
 block discarded – undo
105 119
 		$Connection = new Connection();
106 120
 		$sth_dest = $Connection->db->prepare($query_dest);
107 121
 		try {
108
-			if ($globalTransaction) $Connection->db->beginTransaction();
122
+			if ($globalTransaction) {
123
+				$Connection->db->beginTransaction();
124
+			}
109 125
             		while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
110 126
 				//$query_dest_values = array(':RouteID' => $values['RouteId'],':CallSign' => $values['Callsign'],':Operator_ICAO' => $values['operator_icao'],':FromAirport_ICAO' => $values['FromAirportIcao'],':ToAirport_ICAO' => $values['ToAirportIcao'],':routestop' => $values['AllStop'],':source' => $database_file);
111 127
 				$query_dest_values = array(':CallSign' => $values['Callsign'],':Operator_ICAO' => $values['operator_icao'],':FromAirport_ICAO' => $values['FromAirportIcao'],':ToAirport_ICAO' => $values['ToAirportIcao'],':routestop' => $values['AllStop'],':source' => $database_file);
112 128
 				$sth_dest->execute($query_dest_values);
113 129
             		}
114
-			if ($globalTransaction) $Connection->db->commit();
130
+			if ($globalTransaction) {
131
+				$Connection->db->commit();
132
+			}
115 133
 		} catch(PDOException $e) {
116
-			if ($globalTransaction) $Connection->db->rollBack(); 
134
+			if ($globalTransaction) {
135
+				$Connection->db->rollBack();
136
+			}
117 137
 			return "error : ".$e->getMessage();
118 138
 		}
119 139
                 return '';
@@ -121,7 +141,9 @@  discard block
 block discarded – undo
121 141
 	public static function retrieve_route_oneworld($database_file) {
122 142
 		global $globalDebug, $globalTransaction;
123 143
 		//$query = 'TRUNCATE TABLE routes';
124
-		if ($globalDebug) echo " - Delete previous routes from DB -";
144
+		if ($globalDebug) {
145
+			echo " - Delete previous routes from DB -";
146
+		}
125 147
 		$query = "DELETE FROM routes WHERE Source = '' OR Source = :source";
126 148
 		$Connection = new Connection();
127 149
 		try {
@@ -132,14 +154,18 @@  discard block
 block discarded – undo
132 154
                         return "error : ".$e->getMessage();
133 155
                 }
134 156
 
135
-    		if ($globalDebug) echo " - Add routes to DB -";
157
+    		if ($globalDebug) {
158
+    			echo " - Add routes to DB -";
159
+    		}
136 160
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
137 161
 		$Spotter = new Spotter();
138 162
 		if ($fh = fopen($database_file,"r")) {
139 163
 			$query_dest = 'INSERT INTO routes (CallSign,Operator_ICAO,FromAirport_ICAO,FromAirport_Time,ToAirport_ICAO,ToAirport_Time,RouteStop,Source) VALUES (:CallSign, :Operator_ICAO, :FromAirport_ICAO,:FromAirport_Time, :ToAirport_ICAO, :ToAirport_Time,:routestop, :source)';
140 164
 			$Connection = new Connection();
141 165
 			$sth_dest = $Connection->db->prepare($query_dest);
142
-			if ($globalTransaction) $Connection->db->beginTransaction();
166
+			if ($globalTransaction) {
167
+				$Connection->db->beginTransaction();
168
+			}
143 169
 			while (!feof($fh)) {
144 170
 				$line = fgetcsv($fh,9999,',');
145 171
 				if ($line[0] != '') {
@@ -148,13 +174,17 @@  discard block
 block discarded – undo
148 174
 							$query_dest_values = array(':CallSign' => str_replace('*','',$line[7]),':Operator_ICAO' => '',':FromAirport_ICAO' => $Spotter->getAirportICAO($line[0]),':FromAirport_Time' => $line[5],':ToAirport_ICAO' => $Spotter->getAirportICAO($line[1]),':ToAirport_Time' => $line[6],':routestop' => '',':source' => 'oneworld');
149 175
 							$sth_dest->execute($query_dest_values);
150 176
 						} catch(PDOException $e) {
151
-							if ($globalTransaction) $Connection->db->rollBack(); 
177
+							if ($globalTransaction) {
178
+								$Connection->db->rollBack();
179
+							}
152 180
 							return "error : ".$e->getMessage();
153 181
 						}
154 182
 					}
155 183
 				}
156 184
 			}
157
-			if ($globalTransaction) $Connection->db->commit();
185
+			if ($globalTransaction) {
186
+				$Connection->db->commit();
187
+			}
158 188
 		}
159 189
                 return '';
160 190
 	}
@@ -162,7 +192,9 @@  discard block
 block discarded – undo
162 192
 	public static function retrieve_route_skyteam($database_file) {
163 193
 		global $globalDebug, $globalTransaction;
164 194
 		//$query = 'TRUNCATE TABLE routes';
165
-		if ($globalDebug) echo " - Delete previous routes from DB -";
195
+		if ($globalDebug) {
196
+			echo " - Delete previous routes from DB -";
197
+		}
166 198
 		$query = "DELETE FROM routes WHERE Source = '' OR Source = :source";
167 199
 		$Connection = new Connection();
168 200
 		try {
@@ -173,7 +205,9 @@  discard block
 block discarded – undo
173 205
                         return "error : ".$e->getMessage();
174 206
                 }
175 207
 
176
-    		if ($globalDebug) echo " - Add routes to DB -";
208
+    		if ($globalDebug) {
209
+    			echo " - Add routes to DB -";
210
+    		}
177 211
 
178 212
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
179 213
 		$Spotter = new Spotter();
@@ -182,7 +216,9 @@  discard block
 block discarded – undo
182 216
 			$Connection = new Connection();
183 217
 			$sth_dest = $Connection->db->prepare($query_dest);
184 218
 			try {
185
-				if ($globalTransaction) $Connection->db->beginTransaction();
219
+				if ($globalTransaction) {
220
+					$Connection->db->beginTransaction();
221
+				}
186 222
 				while (!feof($fh)) {
187 223
 					$line = fgetcsv($fh,9999,',');
188 224
 					if ($line[0] != '') {
@@ -193,9 +229,13 @@  discard block
 block discarded – undo
193 229
 						}
194 230
 					}
195 231
 				}
196
-				if ($globalTransaction) $Connection->db->commit();
232
+				if ($globalTransaction) {
233
+					$Connection->db->commit();
234
+				}
197 235
 			} catch(PDOException $e) {
198
-				if ($globalTransaction) $Connection->db->rollBack(); 
236
+				if ($globalTransaction) {
237
+					$Connection->db->rollBack();
238
+				}
199 239
 				return "error : ".$e->getMessage();
200 240
 			}
201 241
 		}
@@ -238,11 +278,16 @@  discard block
 block discarded – undo
238 278
 		$sth_dest = $Connection->db->prepare($query_dest);
239 279
 		$sth_dest_owner = $Connection->db->prepare($query_dest_owner);
240 280
 		try {
241
-			if ($globalTransaction) $Connection->db->beginTransaction();
281
+			if ($globalTransaction) {
282
+				$Connection->db->beginTransaction();
283
+			}
242 284
             		while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
243 285
 			//$query_dest_values = array(':AircraftID' => $values['AircraftID'],':FirstCreated' => $values['FirstCreated'],':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':SerialNo' => $values['SerialNo'], ':OperatorFlagCode' => $values['OperatorFlagCode'], ':Manufacturer' => $values['Manufacturer'], ':Type' => $values['Type'], ':FirstRegDate' => $values['FirstRegDate'], ':CurrentRegDate' => $values['CurrentRegDate'], ':Country' => $values['Country'], ':PreviousID' => $values['PreviousID'], ':DeRegDate' => $values['DeRegDate'], ':Status' => $values['Status'], ':PopularName' => $values['PopularName'],':GenericName' => $values['GenericName'],':AircraftClass' => $values['AircraftClass'], ':Engines' => $values['Engines'], ':OwnershipStatus' => $values['OwnershipStatus'],':RegisteredOwners' => $values['RegisteredOwners'],':MTOW' => $values['MTOW'], ':TotalHours' => $values['TotalHours'],':YearBuilt' => $values['YearBuilt'], ':CofACategory' => $values['CofACategory'], ':CofAExpiry' => $values['CofAExpiry'], ':UserNotes' => $values['UserNotes'], ':Interested' => $values['Interested'], ':UserTag' => $values['UserTag'], ':InfoUrl' => $values['InfoURL'], ':PictureUrl1' => $values['PictureURL1'], ':PictureUrl2' => $values['PictureURL2'], ':PictureUrl3' => $values['PictureURL3'], ':UserBool1' => $values['UserBool1'], ':UserBool2' => $values['UserBool2'], ':UserBool3' => $values['UserBool3'], ':UserBool4' => $values['UserBool4'], ':UserBool5' => $values['UserBool5'], ':UserString1' => $values['UserString1'], ':UserString2' => $values['UserString2'], ':UserString3' => $values['UserString3'], ':UserString4' => $values['UserString4'], ':UserString5' => $values['UserString5'], ':UserInt1' => $values['UserInt1'], ':UserInt2' => $values['UserInt2'], ':UserInt3' => $values['UserInt3'], ':UserInt4' => $values['UserInt4'], ':UserInt5' => $values['UserInt5']);
244
-				if ($values['UserString4'] == 'M') $type = 'military';
245
-				else $type = null;
286
+				if ($values['UserString4'] == 'M') {
287
+					$type = 'military';
288
+				} else {
289
+					$type = null;
290
+				}
246 291
 				$query_dest_values = array(':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':source' => $database_file,':type' => $type);
247 292
 				$sth_dest->execute($query_dest_values);
248 293
 				if ($values['RegisteredOwners'] != '' && $values['RegisteredOwners'] != NULL && $values['RegisteredOwners'] != 'Private') {
@@ -250,7 +295,9 @@  discard block
 block discarded – undo
250 295
 				    $sth_dest_owner->execute($query_dest_owner_values);
251 296
 				}
252 297
             		}
253
-			if ($globalTransaction) $Connection->db->commit();
298
+			if ($globalTransaction) {
299
+				$Connection->db->commit();
300
+			}
254 301
 		} catch(PDOException $e) {
255 302
 			return "error : ".$e->getMessage();
256 303
 		}
@@ -287,7 +334,9 @@  discard block
 block discarded – undo
287 334
 			$Connection = new Connection();
288 335
 			$sth_dest = $Connection->db->prepare($query_dest);
289 336
 			try {
290
-				if ($globalTransaction) $Connection->db->beginTransaction();
337
+				if ($globalTransaction) {
338
+					$Connection->db->beginTransaction();
339
+				}
291 340
             			while (!feof($fh)) {
292 341
             				$values = array();
293 342
             				$line = $Common->hex2str(fgets($fh,9999));
@@ -298,7 +347,9 @@  discard block
 block discarded – undo
298 347
             				// Check if we can find ICAO, else set it to GLID
299 348
             				$aircraft_name_split = explode(' ',$aircraft_name);
300 349
             				$search_more = '';
301
-            				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
350
+            				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) {
351
+            					$search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
352
+            				}
302 353
             				$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
303 354
             				$sth_search = $Connection->db->prepare($query_search);
304 355
 					try {
@@ -311,7 +362,9 @@  discard block
 block discarded – undo
311 362
 					} catch(PDOException $e) {
312 363
 						return "error : ".$e->getMessage();
313 364
 					}
314
-					if (!isset($values['ICAOTypeCode'])) $values['ICAOTypeCode'] = 'GLID';
365
+					if (!isset($values['ICAOTypeCode'])) {
366
+						$values['ICAOTypeCode'] = 'GLID';
367
+					}
315 368
 					// Add data to db
316 369
 					if ($values['Registration'] != '' && $values['Registration'] != '0000') {
317 370
 						//$query_dest_values = array(':AircraftID' => $values['AircraftID'],':FirstCreated' => $values['FirstCreated'],':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':SerialNo' => $values['SerialNo'], ':OperatorFlagCode' => $values['OperatorFlagCode'], ':Manufacturer' => $values['Manufacturer'], ':Type' => $values['Type'], ':FirstRegDate' => $values['FirstRegDate'], ':CurrentRegDate' => $values['CurrentRegDate'], ':Country' => $values['Country'], ':PreviousID' => $values['PreviousID'], ':DeRegDate' => $values['DeRegDate'], ':Status' => $values['Status'], ':PopularName' => $values['PopularName'],':GenericName' => $values['GenericName'],':AircraftClass' => $values['AircraftClass'], ':Engines' => $values['Engines'], ':OwnershipStatus' => $values['OwnershipStatus'],':RegisteredOwners' => $values['RegisteredOwners'],':MTOW' => $values['MTOW'], ':TotalHours' => $values['TotalHours'],':YearBuilt' => $values['YearBuilt'], ':CofACategory' => $values['CofACategory'], ':CofAExpiry' => $values['CofAExpiry'], ':UserNotes' => $values['UserNotes'], ':Interested' => $values['Interested'], ':UserTag' => $values['UserTag'], ':InfoUrl' => $values['InfoURL'], ':PictureUrl1' => $values['PictureURL1'], ':PictureUrl2' => $values['PictureURL2'], ':PictureUrl3' => $values['PictureURL3'], ':UserBool1' => $values['UserBool1'], ':UserBool2' => $values['UserBool2'], ':UserBool3' => $values['UserBool3'], ':UserBool4' => $values['UserBool4'], ':UserBool5' => $values['UserBool5'], ':UserString1' => $values['UserString1'], ':UserString2' => $values['UserString2'], ':UserString3' => $values['UserString3'], ':UserString4' => $values['UserString4'], ':UserString5' => $values['UserString5'], ':UserInt1' => $values['UserInt1'], ':UserInt2' => $values['UserInt2'], ':UserInt3' => $values['UserInt3'], ':UserInt4' => $values['UserInt4'], ':UserInt5' => $values['UserInt5']);
@@ -320,7 +373,9 @@  discard block
 block discarded – undo
320 373
 						$sth_dest->execute($query_dest_values);
321 374
 					}
322 375
 				}
323
-				if ($globalTransaction) $Connection->db->commit();
376
+				if ($globalTransaction) {
377
+					$Connection->db->commit();
378
+				}
324 379
 			} catch(PDOException $e) {
325 380
 				return "error : ".$e->getMessage();
326 381
 			}
@@ -356,7 +411,9 @@  discard block
 block discarded – undo
356 411
 			$Connection = new Connection();
357 412
 			$sth_dest = $Connection->db->prepare($query_dest);
358 413
 			try {
359
-				if ($globalTransaction) $Connection->db->beginTransaction();
414
+				if ($globalTransaction) {
415
+					$Connection->db->beginTransaction();
416
+				}
360 417
 				$tmp = fgetcsv($fh,9999,',',"'");
361 418
             			while (!feof($fh)) {
362 419
             				$line = fgetcsv($fh,9999,',',"'");
@@ -370,13 +427,17 @@  discard block
 block discarded – undo
370 427
             				// Check if we can find ICAO, else set it to GLID
371 428
             				$aircraft_name_split = explode(' ',$aircraft_name);
372 429
             				$search_more = '';
373
-            				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
430
+            				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) {
431
+            					$search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
432
+            				}
374 433
             				$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
375 434
             				$sth_search = $Connection->db->prepare($query_search);
376 435
 					try {
377 436
                                     		$sth_search->execute();
378 437
 	            				$result = $sth_search->fetch(PDO::FETCH_ASSOC);
379
-	            				if (isset($result['icao']) && $result['icao'] != '') $values['ICAOTypeCode'] = $result['icao'];
438
+	            				if (isset($result['icao']) && $result['icao'] != '') {
439
+	            					$values['ICAOTypeCode'] = $result['icao'];
440
+	            				}
380 441
 					} catch(PDOException $e) {
381 442
 						return "error : ".$e->getMessage();
382 443
 					}
@@ -389,7 +450,9 @@  discard block
 block discarded – undo
389 450
 						$sth_dest->execute($query_dest_values);
390 451
 					}
391 452
 				}
392
-				if ($globalTransaction) $Connection->db->commit();
453
+				if ($globalTransaction) {
454
+					$Connection->db->commit();
455
+				}
393 456
 			} catch(PDOException $e) {
394 457
 				return "error : ".$e->getMessage();
395 458
 			}
@@ -428,7 +491,9 @@  discard block
 block discarded – undo
428 491
 			$sth_dest = $Connection->db->prepare($query_dest);
429 492
 			$sth_modes = $Connection->db->prepare($query_modes);
430 493
 			try {
431
-				if ($globalTransaction) $Connection->db->beginTransaction();
494
+				if ($globalTransaction) {
495
+					$Connection->db->beginTransaction();
496
+				}
432 497
 				$tmp = fgetcsv($fh,9999,',','"');
433 498
             			while (!feof($fh)) {
434 499
             				$line = fgetcsv($fh,9999,',','"');
@@ -438,16 +503,22 @@  discard block
 block discarded – undo
438 503
             				    $values['registration'] = $line[0];
439 504
             				    $values['base'] = $line[4];
440 505
             				    $values['owner'] = $line[5];
441
-            				    if ($line[6] == '') $values['date_first_reg'] = null;
442
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
506
+            				    if ($line[6] == '') {
507
+            				    	$values['date_first_reg'] = null;
508
+            				    } else {
509
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
510
+					    }
443 511
 					    $values['cancel'] = $line[7];
444 512
 					} elseif ($country == 'EI') {
445 513
 					    // TODO : add modeS & reg to aircraft_modes
446 514
             				    $values['registration'] = $line[0];
447 515
             				    $values['base'] = $line[3];
448 516
             				    $values['owner'] = $line[2];
449
-            				    if ($line[1] == '') $values['date_first_reg'] = null;
450
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[1]));
517
+            				    if ($line[1] == '') {
518
+            				    	$values['date_first_reg'] = null;
519
+            				    } else {
520
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[1]));
521
+					    }
451 522
 					    $values['cancel'] = '';
452 523
 					    $values['modes'] = $line[7];
453 524
 					    $values['icao'] = $line[8];
@@ -466,16 +537,22 @@  discard block
 block discarded – undo
466 537
             				    $values['registration'] = $line[3];
467 538
             				    $values['base'] = null;
468 539
             				    $values['owner'] = $line[5];
469
-            				    if ($line[18] == '') $values['date_first_reg'] = null;
470
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[18]));
540
+            				    if ($line[18] == '') {
541
+            				    	$values['date_first_reg'] = null;
542
+            				    } else {
543
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[18]));
544
+					    }
471 545
 					    $values['cancel'] = '';
472 546
 					} elseif ($country == 'VH') {
473 547
 					    // TODO : add modeS & reg to aircraft_modes
474 548
             				    $values['registration'] = $line[0];
475 549
             				    $values['base'] = null;
476 550
             				    $values['owner'] = $line[12];
477
-            				    if ($line[28] == '') $values['date_first_reg'] = null;
478
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[28]));
551
+            				    if ($line[28] == '') {
552
+            				    	$values['date_first_reg'] = null;
553
+            				    } else {
554
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[28]));
555
+					    }
479 556
 
480 557
 					    $values['cancel'] = $line[39];
481 558
 					} elseif ($country == 'OE' || $country == '9A' || $country == 'VP' || $country == 'LX' || $country == 'P2' || $country == 'HC') {
@@ -494,29 +571,41 @@  discard block
 block discarded – undo
494 571
             				    $values['registration'] = $line[0];
495 572
             				    $values['base'] = null;
496 573
             				    $values['owner'] = $line[8];
497
-            				    if ($line[7] == '') $values['date_first_reg'] = null;
498
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
574
+            				    if ($line[7] == '') {
575
+            				    	$values['date_first_reg'] = null;
576
+            				    } else {
577
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
578
+					    }
499 579
 					    $values['cancel'] = '';
500 580
 					} elseif ($country == 'PP') {
501 581
             				    $values['registration'] = $line[0];
502 582
             				    $values['base'] = null;
503 583
             				    $values['owner'] = $line[4];
504
-            				    if ($line[6] == '') $values['date_first_reg'] = null;
505
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
584
+            				    if ($line[6] == '') {
585
+            				    	$values['date_first_reg'] = null;
586
+            				    } else {
587
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
588
+					    }
506 589
 					    $values['cancel'] = $line[7];
507 590
 					} elseif ($country == 'E7') {
508 591
             				    $values['registration'] = $line[0];
509 592
             				    $values['base'] = null;
510 593
             				    $values['owner'] = $line[4];
511
-            				    if ($line[5] == '') $values['date_first_reg'] = null;
512
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
594
+            				    if ($line[5] == '') {
595
+            				    	$values['date_first_reg'] = null;
596
+            				    } else {
597
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
598
+					    }
513 599
 					    $values['cancel'] = '';
514 600
 					} elseif ($country == '8Q') {
515 601
             				    $values['registration'] = $line[0];
516 602
             				    $values['base'] = null;
517 603
             				    $values['owner'] = $line[3];
518
-            				    if ($line[7] == '') $values['date_first_reg'] = null;
519
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
604
+            				    if ($line[7] == '') {
605
+            				    	$values['date_first_reg'] = null;
606
+            				    } else {
607
+					    	$values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
608
+					    }
520 609
 					    $values['cancel'] = '';
521 610
 					} elseif ($country == 'ZK') {
522 611
             				    $values['registration'] = $line[0];
@@ -561,7 +650,9 @@  discard block
 block discarded – undo
561 650
 						$sth_modes->execute($query_modes_values);
562 651
 					}
563 652
 				}
564
-				if ($globalTransaction) $Connection->db->commit();
653
+				if ($globalTransaction) {
654
+					$Connection->db->commit();
655
+				}
565 656
 			} catch(PDOException $e) {
566 657
 				return "error : ".$e->getMessage();
567 658
 			}
@@ -697,25 +788,45 @@  discard block
 block discarded – undo
697 788
 		    VALUES (:name, :city, :country, :iata, :icao, :latitude, :longitude, :altitude, :type, :home_link, :wikipedia_link, :image_thumb, :image)";
698 789
 		$Connection = new Connection();
699 790
 		$sth_dest = $Connection->db->prepare($query_dest);
700
-		if ($globalTransaction) $Connection->db->beginTransaction();
791
+		if ($globalTransaction) {
792
+			$Connection->db->beginTransaction();
793
+		}
701 794
   
702 795
 		$i = 0;
703 796
 		while($row = sparql_fetch_array($result))
704 797
 		{
705 798
 			if ($i >= 1) {
706 799
 			//print_r($row);
707
-			if (!isset($row['iata'])) $row['iata'] = '';
708
-			if (!isset($row['icao'])) $row['icao'] = '';
709
-			if (!isset($row['type'])) $row['type'] = '';
710
-			if (!isset($row['altitude'])) $row['altitude'] = '';
800
+			if (!isset($row['iata'])) {
801
+				$row['iata'] = '';
802
+			}
803
+			if (!isset($row['icao'])) {
804
+				$row['icao'] = '';
805
+			}
806
+			if (!isset($row['type'])) {
807
+				$row['type'] = '';
808
+			}
809
+			if (!isset($row['altitude'])) {
810
+				$row['altitude'] = '';
811
+			}
711 812
 			if (isset($row['city_bis'])) {
712 813
 				$row['city'] = $row['city_bis'];
713 814
 			}
714
-			if (!isset($row['city'])) $row['city'] = '';
715
-			if (!isset($row['country'])) $row['country'] = '';
716
-			if (!isset($row['homepage'])) $row['homepage'] = '';
717
-			if (!isset($row['wikipedia_page'])) $row['wikipedia_page'] = '';
718
-			if (!isset($row['name'])) continue;
815
+			if (!isset($row['city'])) {
816
+				$row['city'] = '';
817
+			}
818
+			if (!isset($row['country'])) {
819
+				$row['country'] = '';
820
+			}
821
+			if (!isset($row['homepage'])) {
822
+				$row['homepage'] = '';
823
+			}
824
+			if (!isset($row['wikipedia_page'])) {
825
+				$row['wikipedia_page'] = '';
826
+			}
827
+			if (!isset($row['name'])) {
828
+				continue;
829
+			}
719 830
 			if (!isset($row['image'])) {
720 831
 				$row['image'] = '';
721 832
 				$row['image_thumb'] = '';
@@ -771,7 +882,9 @@  discard block
 block discarded – undo
771 882
 
772 883
 			$i++;
773 884
 		}
774
-		if ($globalTransaction) $Connection->db->commit();
885
+		if ($globalTransaction) {
886
+			$Connection->db->commit();
887
+		}
775 888
 		/*
776 889
 		echo "Delete duplicate rows...\n";
777 890
 		$query = 'ALTER IGNORE TABLE airport ADD UNIQUE INDEX icaoidx (icao)';
@@ -814,7 +927,9 @@  discard block
 block discarded – undo
814 927
 		$delimiter = ',';
815 928
 		$out_file = $tmp_dir.'airports.csv';
816 929
 		update_db::download('http://ourairports.com/data/airports.csv',$out_file);
817
-		if (!file_exists($out_file) || !is_readable($out_file)) return FALSE;
930
+		if (!file_exists($out_file) || !is_readable($out_file)) {
931
+			return FALSE;
932
+		}
818 933
 		echo "Add data from ourairports.com...\n";
819 934
 
820 935
 		$header = NULL;
@@ -824,8 +939,9 @@  discard block
 block discarded – undo
824 939
 			//$Connection->db->beginTransaction();
825 940
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
826 941
 			{
827
-				if(!$header) $header = $row;
828
-				else {
942
+				if(!$header) {
943
+					$header = $row;
944
+				} else {
829 945
 					$data = array();
830 946
 					$data = array_combine($header, $row);
831 947
 					try {
@@ -866,7 +982,9 @@  discard block
 block discarded – undo
866 982
 		echo "Download data from another free database...\n";
867 983
 		$out_file = $tmp_dir.'GlobalAirportDatabase.zip';
868 984
 		update_db::download('http://www.partow.net/downloads/GlobalAirportDatabase.zip',$out_file);
869
-		if (!file_exists($out_file) || !is_readable($out_file)) return FALSE;
985
+		if (!file_exists($out_file) || !is_readable($out_file)) {
986
+			return FALSE;
987
+		}
870 988
 		update_db::unzip($out_file);
871 989
 		$header = NULL;
872 990
 		echo "Add data from another free database...\n";
@@ -877,8 +995,9 @@  discard block
 block discarded – undo
877 995
 			//$Connection->db->beginTransaction();
878 996
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
879 997
 			{
880
-				if(!$header) $header = $row;
881
-				else {
998
+				if(!$header) {
999
+					$header = $row;
1000
+				} else {
882 1001
 					$data = $row;
883 1002
 
884 1003
 					$query = 'UPDATE airport SET city = :city, country = :country WHERE icao = :icao';
@@ -1047,7 +1166,9 @@  discard block
 block discarded – undo
1047 1166
 		if (($handle = fopen($tmp_dir.'MASTER.txt', 'r')) !== FALSE)
1048 1167
 		{
1049 1168
 			$i = 0;
1050
-			if ($globalTransaction) $Connection->db->beginTransaction();
1169
+			if ($globalTransaction) {
1170
+				$Connection->db->beginTransaction();
1171
+			}
1051 1172
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1052 1173
 			{
1053 1174
 				if ($i > 0) {
@@ -1060,7 +1181,9 @@  discard block
 block discarded – undo
1060 1181
 					}
1061 1182
 					$result_search = $sths->fetchAll(PDO::FETCH_ASSOC);
1062 1183
 					if (!empty($result_search)) {
1063
-						if ($globalDebug) echo '.';
1184
+						if ($globalDebug) {
1185
+							echo '.';
1186
+						}
1064 1187
 							//if ($globalDBdriver == 'mysql') {
1065 1188
 							//	$queryi = 'INSERT INTO faamfr (mfr,icao) VALUES (:mfr,:icao) ON DUPLICATE KEY UPDATE icao = :icao';
1066 1189
 							//} else {
@@ -1082,8 +1205,12 @@  discard block
 block discarded – undo
1082 1205
 						}
1083 1206
 						$result_search_mfr = $sthsm->fetchAll(PDO::FETCH_ASSOC);
1084 1207
 						if (!empty($result_search_mfr)) {
1085
-							if (trim($data[16]) == '' && trim($data[23]) != '') $data[16] = $data[23];
1086
-							if (trim($data[16]) == '' && trim($data[15]) != '') $data[16] = $data[15];
1208
+							if (trim($data[16]) == '' && trim($data[23]) != '') {
1209
+								$data[16] = $data[23];
1210
+							}
1211
+							if (trim($data[16]) == '' && trim($data[15]) != '') {
1212
+								$data[16] = $data[15];
1213
+							}
1087 1214
 							$queryf = 'INSERT INTO aircraft_modes (FirstCreated,LastModified,ModeS,ModeSCountry,Registration,ICAOTypeCode,Source) VALUES (:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:source)';
1088 1215
 							try {
1089 1216
 								$sthf = $Connection->db->prepare($queryf);
@@ -1094,7 +1221,9 @@  discard block
 block discarded – undo
1094 1221
 						}
1095 1222
 					}
1096 1223
 					if (strtotime($data[29]) > time()) {
1097
-						if ($globalDebug) echo 'i';
1224
+						if ($globalDebug) {
1225
+							echo 'i';
1226
+						}
1098 1227
 						$query = 'INSERT INTO aircraft_owner (registration,base,owner,date_first_reg,Source) VALUES (:registration,:base,:owner,:date_first_reg,:source)';
1099 1228
 						try {
1100 1229
 							$sth = $Connection->db->prepare($query);
@@ -1105,13 +1234,19 @@  discard block
 block discarded – undo
1105 1234
 					}
1106 1235
 				}
1107 1236
 				if ($i % 90 == 0) {
1108
-					if ($globalTransaction) $Connection->db->commit();
1109
-					if ($globalTransaction) $Connection->db->beginTransaction();
1237
+					if ($globalTransaction) {
1238
+						$Connection->db->commit();
1239
+					}
1240
+					if ($globalTransaction) {
1241
+						$Connection->db->beginTransaction();
1242
+					}
1110 1243
 				}
1111 1244
 				$i++;
1112 1245
 			}
1113 1246
 			fclose($handle);
1114
-			if ($globalTransaction) $Connection->db->commit();
1247
+			if ($globalTransaction) {
1248
+				$Connection->db->commit();
1249
+			}
1115 1250
 		}
1116 1251
 		return '';
1117 1252
 	}
@@ -1131,11 +1266,15 @@  discard block
 block discarded – undo
1131 1266
 		if (($handle = fopen($tmp_dir.'modes.tsv', 'r')) !== FALSE)
1132 1267
 		{
1133 1268
 			$i = 0;
1134
-			if ($globalTransaction) $Connection->db->beginTransaction();
1269
+			if ($globalTransaction) {
1270
+				$Connection->db->beginTransaction();
1271
+			}
1135 1272
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1136 1273
 			{
1137 1274
 				if ($i > 0) {
1138
-					if ($data[1] == 'NULL') $data[1] = $data[0];
1275
+					if ($data[1] == 'NULL') {
1276
+						$data[1] = $data[0];
1277
+					}
1139 1278
 					$query = 'INSERT INTO aircraft_modes (FirstCreated,LastModified,ModeS,ModeSCountry,Registration,ICAOTypeCode,type_flight,Source) VALUES (:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:type_flight,:source)';
1140 1279
 					try {
1141 1280
 						$sth = $Connection->db->prepare($query);
@@ -1147,7 +1286,9 @@  discard block
 block discarded – undo
1147 1286
 				$i++;
1148 1287
 			}
1149 1288
 			fclose($handle);
1150
-			if ($globalTransaction) $Connection->db->commit();
1289
+			if ($globalTransaction) {
1290
+				$Connection->db->commit();
1291
+			}
1151 1292
 		}
1152 1293
 		return '';
1153 1294
 	}
@@ -1179,11 +1320,15 @@  discard block
 block discarded – undo
1179 1320
 		if (($handle = fopen($tmp_dir.'airlines.tsv', 'r')) !== FALSE)
1180 1321
 		{
1181 1322
 			$i = 0;
1182
-			if ($globalTransaction) $Connection->db->beginTransaction();
1323
+			if ($globalTransaction) {
1324
+				$Connection->db->beginTransaction();
1325
+			}
1183 1326
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1184 1327
 			{
1185 1328
 				if ($i > 0) {
1186
-					if ($data[1] == 'NULL') $data[1] = $data[0];
1329
+					if ($data[1] == 'NULL') {
1330
+						$data[1] = $data[0];
1331
+					}
1187 1332
 					$query = 'INSERT INTO airlines (airline_id,name,alias,iata,icao,callsign,country,active,type,home_link,wikipedia_link,alliance,ban_eu) VALUES (0,:name,:alias,:iata,:icao,:callsign,:country,:active,:type,:home,:wikipedia_link,:alliance,:ban_eu)';
1188 1333
 					try {
1189 1334
 						$sth = $Connection->db->prepare($query);
@@ -1195,7 +1340,9 @@  discard block
 block discarded – undo
1195 1340
 				$i++;
1196 1341
 			}
1197 1342
 			fclose($handle);
1198
-			if ($globalTransaction) $Connection->db->commit();
1343
+			if ($globalTransaction) {
1344
+				$Connection->db->commit();
1345
+			}
1199 1346
 		}
1200 1347
 		/*
1201 1348
 		$query = "UNLOCK TABLES";
@@ -1225,7 +1372,9 @@  discard block
 block discarded – undo
1225 1372
 		if (($handle = fopen($tmp_dir.'owners.tsv', 'r')) !== FALSE)
1226 1373
 		{
1227 1374
 			$i = 0;
1228
-			if ($globalTransaction) $Connection->db->beginTransaction();
1375
+			if ($globalTransaction) {
1376
+				$Connection->db->beginTransaction();
1377
+			}
1229 1378
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1230 1379
 			{
1231 1380
 				if ($i > 0) {
@@ -1241,7 +1390,9 @@  discard block
 block discarded – undo
1241 1390
 				$i++;
1242 1391
 			}
1243 1392
 			fclose($handle);
1244
-			if ($globalTransaction) $Connection->db->commit();
1393
+			if ($globalTransaction) {
1394
+				$Connection->db->commit();
1395
+			}
1245 1396
 		}
1246 1397
 		return '';
1247 1398
         }
@@ -1261,7 +1412,9 @@  discard block
 block discarded – undo
1261 1412
 		if (($handle = fopen($tmp_dir.'routes.tsv', 'r')) !== FALSE)
1262 1413
 		{
1263 1414
 			$i = 0;
1264
-			if ($globalTransaction) $Connection->db->beginTransaction();
1415
+			if ($globalTransaction) {
1416
+				$Connection->db->beginTransaction();
1417
+			}
1265 1418
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1266 1419
 			{
1267 1420
 				if ($i > 0) {
@@ -1270,13 +1423,17 @@  discard block
 block discarded – undo
1270 1423
 						$sth = $Connection->db->prepare($query);
1271 1424
 						$sth->execute(array(':CallSign' => $data[0],':Operator_ICAO' => $data[1],':FromAirport_ICAO' => $data[2],':FromAirport_Time' => $data[3], ':ToAirport_ICAO' => $data[4],':ToAirport_Time' => $data[5],':RouteStop' => $data[6],':source' => 'website_fam'));
1272 1425
 					} catch(PDOException $e) {
1273
-						if ($globalDebug) echo "error: ".$e->getMessage()." - data: ".implode(',',$data);
1426
+						if ($globalDebug) {
1427
+							echo "error: ".$e->getMessage()." - data: ".implode(',',$data);
1428
+						}
1274 1429
 					}
1275 1430
 				}
1276 1431
 				$i++;
1277 1432
 			}
1278 1433
 			fclose($handle);
1279
-			if ($globalTransaction) $Connection->db->commit();
1434
+			if ($globalTransaction) {
1435
+				$Connection->db->commit();
1436
+			}
1280 1437
 		}
1281 1438
 		return '';
1282 1439
         }
@@ -1301,7 +1458,9 @@  discard block
 block discarded – undo
1301 1458
 			$i = 0;
1302 1459
 			//$Connection->db->setAttribute(PDO::ATTR_AUTOCOMMIT, FALSE);
1303 1460
 			//$Connection->db->beginTransaction();
1304
-			if ($globalTransaction) $Connection->db->beginTransaction();
1461
+			if ($globalTransaction) {
1462
+				$Connection->db->beginTransaction();
1463
+			}
1305 1464
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1306 1465
 			{
1307 1466
 				if ($i > 0) {
@@ -1317,7 +1476,9 @@  discard block
 block discarded – undo
1317 1476
 				$i++;
1318 1477
 			}
1319 1478
 			fclose($handle);
1320
-			if ($globalTransaction) $Connection->db->commit();
1479
+			if ($globalTransaction) {
1480
+				$Connection->db->commit();
1481
+			}
1321 1482
 		}
1322 1483
 		return '';
1323 1484
         }
@@ -1337,7 +1498,9 @@  discard block
 block discarded – undo
1337 1498
 		if (($handle = fopen($tmp_dir.'satellite.tsv', 'r')) !== FALSE)
1338 1499
 		{
1339 1500
 			$i = 0;
1340
-			if ($globalTransaction) $Connection->db->beginTransaction();
1501
+			if ($globalTransaction) {
1502
+				$Connection->db->beginTransaction();
1503
+			}
1341 1504
 			while (($data = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1342 1505
 			{
1343 1506
 				if ($i > 0) {
@@ -1354,7 +1517,9 @@  discard block
 block discarded – undo
1354 1517
 				$i++;
1355 1518
 			}
1356 1519
 			fclose($handle);
1357
-			if ($globalTransaction) $Connection->db->commit();
1520
+			if ($globalTransaction) {
1521
+				$Connection->db->commit();
1522
+			}
1358 1523
 		}
1359 1524
 		return '';
1360 1525
 	}
@@ -1373,7 +1538,9 @@  discard block
 block discarded – undo
1373 1538
 		$Connection = new Connection();
1374 1539
 		if (($handle = fopen($tmp_dir.'ban_eu.csv', 'r')) !== FALSE)
1375 1540
 		{
1376
-			if ($globalTransaction) $Connection->db->beginTransaction();
1541
+			if ($globalTransaction) {
1542
+				$Connection->db->beginTransaction();
1543
+			}
1377 1544
 			while (($data = fgetcsv($handle, 1000)) !== FALSE)
1378 1545
 			{
1379 1546
 				$query = 'UPDATE airlines SET ban_eu = 1 WHERE icao = :icao AND forsource IS NULL';
@@ -1388,7 +1555,9 @@  discard block
 block discarded – undo
1388 1555
 				}
1389 1556
 			}
1390 1557
 			fclose($handle);
1391
-			if ($globalTransaction) $Connection->db->commit();
1558
+			if ($globalTransaction) {
1559
+				$Connection->db->commit();
1560
+			}
1392 1561
 		}
1393 1562
 		return '';
1394 1563
         }
@@ -1464,9 +1633,14 @@  discard block
 block discarded – undo
1464 1633
 				if ($i > 0 && $data[0] != '') {
1465 1634
 					$sources = trim($data[28].' '.$data[29].' '.$data[30].' '.$data[31].' '.$data[32].' '.$data[33]);
1466 1635
 					$period = str_replace(',','',$data[14]);
1467
-					if (!empty($period) && strpos($period,'days')) $period = str_replace(' days','',$period)*24*60;
1468
-					if ($data[18] != '') $launch_date = date('Y-m-d',strtotime($data[18]));
1469
-					else $launch_date = NULL;
1636
+					if (!empty($period) && strpos($period,'days')) {
1637
+						$period = str_replace(' days','',$period)*24*60;
1638
+					}
1639
+					if ($data[18] != '') {
1640
+						$launch_date = date('Y-m-d',strtotime($data[18]));
1641
+					} else {
1642
+						$launch_date = NULL;
1643
+					}
1470 1644
 					$data = array_map(function($value) {
1471 1645
 						return trim($value) === '' ? null : $value;
1472 1646
 					}, $data);
@@ -1827,7 +2001,9 @@  discard block
 block discarded – undo
1827 2001
 		if (($handle = fopen($filename, 'r')) !== FALSE)
1828 2002
 		{
1829 2003
 			$i = 0;
1830
-			if ($globalTransaction) $Connection->db->beginTransaction();
2004
+			if ($globalTransaction) {
2005
+				$Connection->db->beginTransaction();
2006
+			}
1831 2007
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1832 2008
 			{
1833 2009
 				$i++;
@@ -1855,7 +2031,9 @@  discard block
 block discarded – undo
1855 2031
 				}
1856 2032
 			}
1857 2033
 			fclose($handle);
1858
-			if ($globalTransaction) $Connection->db->commit();
2034
+			if ($globalTransaction) {
2035
+				$Connection->db->commit();
2036
+			}
1859 2037
 		}
1860 2038
 		return '';
1861 2039
         }
@@ -1878,7 +2056,9 @@  discard block
 block discarded – undo
1878 2056
 		$Connection = new Connection();
1879 2057
 		if (($handle = fopen($filename, 'r')) !== FALSE)
1880 2058
 		{
1881
-			if ($globalTransaction) $Connection->db->beginTransaction();
2059
+			if ($globalTransaction) {
2060
+				$Connection->db->beginTransaction();
2061
+			}
1882 2062
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1883 2063
 			{
1884 2064
 				if(count($row) > 1) {
@@ -1892,7 +2072,9 @@  discard block
 block discarded – undo
1892 2072
 				}
1893 2073
 			}
1894 2074
 			fclose($handle);
1895
-			if ($globalTransaction) $Connection->db->commit();
2075
+			if ($globalTransaction) {
2076
+				$Connection->db->commit();
2077
+			}
1896 2078
 		}
1897 2079
 		return '';
1898 2080
         }
@@ -1912,8 +2094,9 @@  discard block
 block discarded – undo
1912 2094
 	        }
1913 2095
 
1914 2096
 
1915
-		if ($globalDBdriver == 'mysql') update_db::gunzip('../db/airspace.sql.gz',$tmp_dir.'airspace.sql');
1916
-		else {
2097
+		if ($globalDBdriver == 'mysql') {
2098
+			update_db::gunzip('../db/airspace.sql.gz',$tmp_dir.'airspace.sql');
2099
+		} else {
1917 2100
 			update_db::gunzip('../db/pgsql/airspace.sql.gz',$tmp_dir.'airspace.sql');
1918 2101
 			$query = "CREATE EXTENSION postgis";
1919 2102
 			$Connection = new Connection(null,null,$_SESSION['database_root'],$_SESSION['database_rootpass']);
@@ -1932,7 +2115,9 @@  discard block
 block discarded – undo
1932 2115
 		global $tmp_dir, $globalDebug;
1933 2116
 		include_once('class.create_db.php');
1934 2117
 		require_once(dirname(__FILE__).'/../require/class.NOTAM.php');
1935
-		if ($globalDebug) echo "NOTAM from FlightAirMap website : Download...";
2118
+		if ($globalDebug) {
2119
+			echo "NOTAM from FlightAirMap website : Download...";
2120
+		}
1936 2121
 		update_db::download('http://data.flightairmap.com/data/notam.txt.gz.md5',$tmp_dir.'notam.txt.gz.md5');
1937 2122
 		$error = '';
1938 2123
 		if (file_exists($tmp_dir.'notam.txt.gz.md5')) {
@@ -1942,20 +2127,34 @@  discard block
 block discarded – undo
1942 2127
 				update_db::download('http://data.flightairmap.com/data/notam.txt.gz',$tmp_dir.'notam.txt.gz');
1943 2128
 				if (file_exists($tmp_dir.'notam.txt.gz')) {
1944 2129
 					if (md5_file($tmp_dir.'notam.txt.gz') == $notam_md5) {
1945
-						if ($globalDebug) echo "Gunzip...";
2130
+						if ($globalDebug) {
2131
+							echo "Gunzip...";
2132
+						}
1946 2133
 						update_db::gunzip($tmp_dir.'notam.txt.gz');
1947
-						if ($globalDebug) echo "Add to DB...";
2134
+						if ($globalDebug) {
2135
+							echo "Add to DB...";
2136
+						}
1948 2137
 						//$error = create_db::import_file($tmp_dir.'notam.sql');
1949 2138
 						$NOTAM = new NOTAM();
1950 2139
 						$NOTAM->updateNOTAMfromTextFile($tmp_dir.'notam.txt');
1951 2140
 						update_db::insert_notam_version($notam_md5);
1952
-					} else $error = "File ".$tmp_dir.'notam.txt.gz'." md5 failed. Download failed.";
1953
-				} else $error = "File ".$tmp_dir.'notam.txt.gz'." doesn't exist. Download failed.";
1954
-			} elseif ($globalDebug) echo "No new version.";
1955
-		} else $error = "File ".$tmp_dir.'notam.txt.gz.md5'." doesn't exist. Download failed.";
2141
+					} else {
2142
+						$error = "File ".$tmp_dir.'notam.txt.gz'." md5 failed. Download failed.";
2143
+					}
2144
+				} else {
2145
+					$error = "File ".$tmp_dir.'notam.txt.gz'." doesn't exist. Download failed.";
2146
+				}
2147
+			} elseif ($globalDebug) {
2148
+				echo "No new version.";
2149
+			}
2150
+		} else {
2151
+			$error = "File ".$tmp_dir.'notam.txt.gz.md5'." doesn't exist. Download failed.";
2152
+		}
1956 2153
 		if ($error != '') {
1957 2154
 			return $error;
1958
-		} elseif ($globalDebug) echo "Done\n";
2155
+		} elseif ($globalDebug) {
2156
+			echo "Done\n";
2157
+		}
1959 2158
 		return '';
1960 2159
 	}
1961 2160
 
@@ -2010,68 +2209,114 @@  discard block
 block discarded – undo
2010 2209
 		//update_db::download('http://fr.mirror.ivao.aero/software/ivae_feb2013.zip',$tmp_dir.'ivae_feb2013.zip');
2011 2210
 		if (extension_loaded('zip')) {
2012 2211
 			if (file_exists($tmp_dir.'ivae_feb2013.zip')) {
2013
-				if ($globalDebug) echo "Unzip...";
2212
+				if ($globalDebug) {
2213
+					echo "Unzip...";
2214
+				}
2014 2215
 				update_db::unzip($tmp_dir.'ivae_feb2013.zip');
2015
-				if ($globalDebug) echo "Add to DB...";
2216
+				if ($globalDebug) {
2217
+					echo "Add to DB...";
2218
+				}
2016 2219
 				update_db::ivao_airlines($tmp_dir.'data/airlines.dat');
2017
-				if ($globalDebug) echo "Copy airlines logos to airlines images directory...";
2220
+				if ($globalDebug) {
2221
+					echo "Copy airlines logos to airlines images directory...";
2222
+				}
2018 2223
 				if (is_writable(dirname(__FILE__).'/../images/airlines')) {
2019
-					if (!$Common->xcopy($tmp_dir.'logos/',dirname(__FILE__).'/../images/airlines/')) $error = "Failed to copy airlines logo.";
2020
-				} else $error = "The directory ".dirname(__FILE__).'/../images/airlines'." must be writable";
2021
-			} else $error = "File ".$tmp_dir.'ivao.zip'." doesn't exist. Download failed.";
2022
-		} else $error = "ZIP module not loaded but required for IVAO.";
2224
+					if (!$Common->xcopy($tmp_dir.'logos/',dirname(__FILE__).'/../images/airlines/')) {
2225
+						$error = "Failed to copy airlines logo.";
2226
+					}
2227
+				} else {
2228
+					$error = "The directory ".dirname(__FILE__).'/../images/airlines'." must be writable";
2229
+				}
2230
+			} else {
2231
+				$error = "File ".$tmp_dir.'ivao.zip'." doesn't exist. Download failed.";
2232
+			}
2233
+		} else {
2234
+			$error = "ZIP module not loaded but required for IVAO.";
2235
+		}
2023 2236
 		if ($error != '') {
2024 2237
 			return $error;
2025
-		} elseif ($globalDebug) echo "Done\n";
2238
+		} elseif ($globalDebug) {
2239
+			echo "Done\n";
2240
+		}
2026 2241
 		return '';
2027 2242
 	}
2028 2243
 
2029 2244
 	public static function update_routes() {
2030 2245
 		global $tmp_dir, $globalDebug;
2031 2246
 		$error = '';
2032
-		if ($globalDebug) echo "Routes : Download...";
2247
+		if ($globalDebug) {
2248
+			echo "Routes : Download...";
2249
+		}
2033 2250
 		update_db::download('http://www.virtualradarserver.co.uk/Files/StandingData.sqb.gz',$tmp_dir.'StandingData.sqb.gz');
2034 2251
 		if (file_exists($tmp_dir.'StandingData.sqb.gz')) {
2035
-			if ($globalDebug) echo "Gunzip...";
2252
+			if ($globalDebug) {
2253
+				echo "Gunzip...";
2254
+			}
2036 2255
 			update_db::gunzip($tmp_dir.'StandingData.sqb.gz');
2037
-			if ($globalDebug) echo "Add to DB...";
2256
+			if ($globalDebug) {
2257
+				echo "Add to DB...";
2258
+			}
2038 2259
 			$error = update_db::retrieve_route_sqlite_to_dest($tmp_dir.'StandingData.sqb');
2039
-		} else $error = "File ".$tmp_dir.'StandingData.sqb.gz'." doesn't exist. Download failed.";
2260
+		} else {
2261
+			$error = "File ".$tmp_dir.'StandingData.sqb.gz'." doesn't exist. Download failed.";
2262
+		}
2040 2263
 		if ($error != '') {
2041 2264
 			return $error;
2042
-		} elseif ($globalDebug) echo "Done\n";
2265
+		} elseif ($globalDebug) {
2266
+			echo "Done\n";
2267
+		}
2043 2268
 		return '';
2044 2269
 	}
2045 2270
 	public static function update_oneworld() {
2046 2271
 		global $tmp_dir, $globalDebug;
2047 2272
 		$error = '';
2048
-		if ($globalDebug) echo "Schedules Oneworld : Download...";
2273
+		if ($globalDebug) {
2274
+			echo "Schedules Oneworld : Download...";
2275
+		}
2049 2276
 		update_db::download('http://data.flightairmap.com/data/schedules/oneworld.csv.gz',$tmp_dir.'oneworld.csv.gz');
2050 2277
 		if (file_exists($tmp_dir.'oneworld.csv.gz')) {
2051
-			if ($globalDebug) echo "Gunzip...";
2278
+			if ($globalDebug) {
2279
+				echo "Gunzip...";
2280
+			}
2052 2281
 			update_db::gunzip($tmp_dir.'oneworld.csv.gz');
2053
-			if ($globalDebug) echo "Add to DB...";
2282
+			if ($globalDebug) {
2283
+				echo "Add to DB...";
2284
+			}
2054 2285
 			$error = update_db::retrieve_route_oneworld($tmp_dir.'oneworld.csv');
2055
-		} else $error = "File ".$tmp_dir.'oneworld.csv.gz'." doesn't exist. Download failed.";
2286
+		} else {
2287
+			$error = "File ".$tmp_dir.'oneworld.csv.gz'." doesn't exist. Download failed.";
2288
+		}
2056 2289
 		if ($error != '') {
2057 2290
 			return $error;
2058
-		} elseif ($globalDebug) echo "Done\n";
2291
+		} elseif ($globalDebug) {
2292
+			echo "Done\n";
2293
+		}
2059 2294
 		return '';
2060 2295
 	}
2061 2296
 	public static function update_skyteam() {
2062 2297
 		global $tmp_dir, $globalDebug;
2063 2298
 		$error = '';
2064
-		if ($globalDebug) echo "Schedules Skyteam : Download...";
2299
+		if ($globalDebug) {
2300
+			echo "Schedules Skyteam : Download...";
2301
+		}
2065 2302
 		update_db::download('http://data.flightairmap.com/data/schedules/skyteam.csv.gz',$tmp_dir.'skyteam.csv.gz');
2066 2303
 		if (file_exists($tmp_dir.'skyteam.csv.gz')) {
2067
-			if ($globalDebug) echo "Gunzip...";
2304
+			if ($globalDebug) {
2305
+				echo "Gunzip...";
2306
+			}
2068 2307
 			update_db::gunzip($tmp_dir.'skyteam.csv.gz');
2069
-			if ($globalDebug) echo "Add to DB...";
2308
+			if ($globalDebug) {
2309
+				echo "Add to DB...";
2310
+			}
2070 2311
 			$error = update_db::retrieve_route_skyteam($tmp_dir.'skyteam.csv');
2071
-		} else $error = "File ".$tmp_dir.'skyteam.csv.gz'." doesn't exist. Download failed.";
2312
+		} else {
2313
+			$error = "File ".$tmp_dir.'skyteam.csv.gz'." doesn't exist. Download failed.";
2314
+		}
2072 2315
 		if ($error != '') {
2073 2316
 			return $error;
2074
-		} elseif ($globalDebug) echo "Done\n";
2317
+		} elseif ($globalDebug) {
2318
+			echo "Done\n";
2319
+		}
2075 2320
 		return '';
2076 2321
 	}
2077 2322
 	public static function update_ModeS() {
@@ -2088,340 +2333,590 @@  discard block
 block discarded – undo
2088 2333
 			exit;
2089 2334
 		} elseif ($globalDebug) echo "Done\n";
2090 2335
 */
2091
-		if ($globalDebug) echo "Modes : Download...";
2092
-//		update_db::download('http://planebase.biz/sqb.php?f=basestationall.zip',$tmp_dir.'basestation_latest.zip','http://planebase.biz/bstnsqb');
2336
+		if ($globalDebug) {
2337
+			echo "Modes : Download...";
2338
+		}
2339
+		//		update_db::download('http://planebase.biz/sqb.php?f=basestationall.zip',$tmp_dir.'basestation_latest.zip','http://planebase.biz/bstnsqb');
2093 2340
 		update_db::download('http://data.flightairmap.com/data/BaseStation.sqb.gz',$tmp_dir.'BaseStation.sqb.gz');
2094 2341
 
2095 2342
 //		if (file_exists($tmp_dir.'basestation_latest.zip')) {
2096 2343
 		if (file_exists($tmp_dir.'BaseStation.sqb.gz')) {
2097
-			if ($globalDebug) echo "Unzip...";
2098
-//			update_db::unzip($tmp_dir.'basestation_latest.zip');
2344
+			if ($globalDebug) {
2345
+				echo "Unzip...";
2346
+			}
2347
+			//			update_db::unzip($tmp_dir.'basestation_latest.zip');
2099 2348
 			update_db::gunzip($tmp_dir.'BaseStation.sqb.gz');
2100
-			if ($globalDebug) echo "Add to DB...";
2349
+			if ($globalDebug) {
2350
+				echo "Add to DB...";
2351
+			}
2101 2352
 			$error = update_db::retrieve_modes_sqlite_to_dest($tmp_dir.'BaseStation.sqb');
2102 2353
 //			$error = update_db::retrieve_modes_sqlite_to_dest($tmp_dir.'basestation.sqb');
2103
-		} else $error = "File ".$tmp_dir.'basestation_latest.zip'." doesn't exist. Download failed.";
2354
+		} else {
2355
+			$error = "File ".$tmp_dir.'basestation_latest.zip'." doesn't exist. Download failed.";
2356
+		}
2104 2357
 		if ($error != '') {
2105 2358
 			return $error;
2106
-		} elseif ($globalDebug) echo "Done\n";
2359
+		} elseif ($globalDebug) {
2360
+			echo "Done\n";
2361
+		}
2107 2362
 		return '';
2108 2363
 	}
2109 2364
 
2110 2365
 	public static function update_ModeS_faa() {
2111 2366
 		global $tmp_dir, $globalDebug;
2112
-		if ($globalDebug) echo "Modes FAA: Download...";
2367
+		if ($globalDebug) {
2368
+			echo "Modes FAA: Download...";
2369
+		}
2113 2370
 		update_db::download('http://registry.faa.gov/database/ReleasableAircraft.zip',$tmp_dir.'ReleasableAircraft.zip');
2114 2371
 		if (file_exists($tmp_dir.'ReleasableAircraft.zip')) {
2115
-			if ($globalDebug) echo "Unzip...";
2372
+			if ($globalDebug) {
2373
+				echo "Unzip...";
2374
+			}
2116 2375
 			update_db::unzip($tmp_dir.'ReleasableAircraft.zip');
2117
-			if ($globalDebug) echo "Add to DB...";
2376
+			if ($globalDebug) {
2377
+				echo "Add to DB...";
2378
+			}
2118 2379
 			$error = update_db::modes_faa();
2119
-		} else $error = "File ".$tmp_dir.'ReleasableAircraft.zip'." doesn't exist. Download failed.";
2380
+		} else {
2381
+			$error = "File ".$tmp_dir.'ReleasableAircraft.zip'." doesn't exist. Download failed.";
2382
+		}
2120 2383
 		if ($error != '') {
2121 2384
 			return $error;
2122
-		} elseif ($globalDebug) echo "Done\n";
2385
+		} elseif ($globalDebug) {
2386
+			echo "Done\n";
2387
+		}
2123 2388
 		return '';
2124 2389
 	}
2125 2390
 
2126 2391
 	public static function update_ModeS_flarm() {
2127 2392
 		global $tmp_dir, $globalDebug;
2128
-		if ($globalDebug) echo "Modes Flarmnet: Download...";
2393
+		if ($globalDebug) {
2394
+			echo "Modes Flarmnet: Download...";
2395
+		}
2129 2396
 		update_db::download('http://flarmnet.org/files/data.fln',$tmp_dir.'data.fln');
2130 2397
 		if (file_exists($tmp_dir.'data.fln')) {
2131
-			if ($globalDebug) echo "Add to DB...";
2398
+			if ($globalDebug) {
2399
+				echo "Add to DB...";
2400
+			}
2132 2401
 			$error = update_db::retrieve_modes_flarmnet($tmp_dir.'data.fln');
2133
-		} else $error = "File ".$tmp_dir.'data.fln'." doesn't exist. Download failed.";
2402
+		} else {
2403
+			$error = "File ".$tmp_dir.'data.fln'." doesn't exist. Download failed.";
2404
+		}
2134 2405
 		if ($error != '') {
2135 2406
 			return $error;
2136
-		} elseif ($globalDebug) echo "Done\n";
2407
+		} elseif ($globalDebug) {
2408
+			echo "Done\n";
2409
+		}
2137 2410
 		return '';
2138 2411
 	}
2139 2412
 
2140 2413
 	public static function update_ModeS_ogn() {
2141 2414
 		global $tmp_dir, $globalDebug;
2142
-		if ($globalDebug) echo "Modes OGN: Download...";
2415
+		if ($globalDebug) {
2416
+			echo "Modes OGN: Download...";
2417
+		}
2143 2418
 		update_db::download('http://ddb.glidernet.org/download/',$tmp_dir.'ogn.csv');
2144 2419
 		if (file_exists($tmp_dir.'ogn.csv')) {
2145
-			if ($globalDebug) echo "Add to DB...";
2420
+			if ($globalDebug) {
2421
+				echo "Add to DB...";
2422
+			}
2146 2423
 			$error = update_db::retrieve_modes_ogn($tmp_dir.'ogn.csv');
2147
-		} else $error = "File ".$tmp_dir.'ogn.csv'." doesn't exist. Download failed.";
2424
+		} else {
2425
+			$error = "File ".$tmp_dir.'ogn.csv'." doesn't exist. Download failed.";
2426
+		}
2148 2427
 		if ($error != '') {
2149 2428
 			return $error;
2150
-		} elseif ($globalDebug) echo "Done\n";
2429
+		} elseif ($globalDebug) {
2430
+			echo "Done\n";
2431
+		}
2151 2432
 		return '';
2152 2433
 	}
2153 2434
 
2154 2435
 	public static function update_owner() {
2155 2436
 		global $tmp_dir, $globalDebug, $globalMasterSource;
2156 2437
 		
2157
-		if ($globalDebug) echo "Owner France: Download...";
2438
+		if ($globalDebug) {
2439
+			echo "Owner France: Download...";
2440
+		}
2158 2441
 		update_db::download('http://antonakis.co.uk/registers/France.txt',$tmp_dir.'owner_f.csv');
2159 2442
 		if (file_exists($tmp_dir.'owner_f.csv')) {
2160
-			if ($globalDebug) echo "Add to DB...";
2443
+			if ($globalDebug) {
2444
+				echo "Add to DB...";
2445
+			}
2161 2446
 			$error = update_db::retrieve_owner($tmp_dir.'owner_f.csv','F');
2162
-		} else $error = "File ".$tmp_dir.'owner_f.csv'." doesn't exist. Download failed.";
2447
+		} else {
2448
+			$error = "File ".$tmp_dir.'owner_f.csv'." doesn't exist. Download failed.";
2449
+		}
2163 2450
 		if ($error != '') {
2164 2451
 			return $error;
2165
-		} elseif ($globalDebug) echo "Done\n";
2452
+		} elseif ($globalDebug) {
2453
+			echo "Done\n";
2454
+		}
2166 2455
 		
2167
-		if ($globalDebug) echo "Owner Ireland: Download...";
2456
+		if ($globalDebug) {
2457
+			echo "Owner Ireland: Download...";
2458
+		}
2168 2459
 		update_db::download('http://antonakis.co.uk/registers/Ireland.txt',$tmp_dir.'owner_ei.csv');
2169 2460
 		if (file_exists($tmp_dir.'owner_ei.csv')) {
2170
-			if ($globalDebug) echo "Add to DB...";
2461
+			if ($globalDebug) {
2462
+				echo "Add to DB...";
2463
+			}
2171 2464
 			$error = update_db::retrieve_owner($tmp_dir.'owner_ei.csv','EI');
2172
-		} else $error = "File ".$tmp_dir.'owner_ei.csv'." doesn't exist. Download failed.";
2465
+		} else {
2466
+			$error = "File ".$tmp_dir.'owner_ei.csv'." doesn't exist. Download failed.";
2467
+		}
2173 2468
 		if ($error != '') {
2174 2469
 			return $error;
2175
-		} elseif ($globalDebug) echo "Done\n";
2176
-		if ($globalDebug) echo "Owner Switzerland: Download...";
2470
+		} elseif ($globalDebug) {
2471
+			echo "Done\n";
2472
+		}
2473
+		if ($globalDebug) {
2474
+			echo "Owner Switzerland: Download...";
2475
+		}
2177 2476
 		update_db::download('http://antonakis.co.uk/registers/Switzerland.txt',$tmp_dir.'owner_hb.csv');
2178 2477
 		if (file_exists($tmp_dir.'owner_hb.csv')) {
2179
-			if ($globalDebug) echo "Add to DB...";
2478
+			if ($globalDebug) {
2479
+				echo "Add to DB...";
2480
+			}
2180 2481
 			$error = update_db::retrieve_owner($tmp_dir.'owner_hb.csv','HB');
2181
-		} else $error = "File ".$tmp_dir.'owner_hb.csv'." doesn't exist. Download failed.";
2482
+		} else {
2483
+			$error = "File ".$tmp_dir.'owner_hb.csv'." doesn't exist. Download failed.";
2484
+		}
2182 2485
 		if ($error != '') {
2183 2486
 			return $error;
2184
-		} elseif ($globalDebug) echo "Done\n";
2185
-		if ($globalDebug) echo "Owner Czech Republic: Download...";
2487
+		} elseif ($globalDebug) {
2488
+			echo "Done\n";
2489
+		}
2490
+		if ($globalDebug) {
2491
+			echo "Owner Czech Republic: Download...";
2492
+		}
2186 2493
 		update_db::download('http://antonakis.co.uk/registers/CzechRepublic.txt',$tmp_dir.'owner_ok.csv');
2187 2494
 		if (file_exists($tmp_dir.'owner_ok.csv')) {
2188
-			if ($globalDebug) echo "Add to DB...";
2495
+			if ($globalDebug) {
2496
+				echo "Add to DB...";
2497
+			}
2189 2498
 			$error = update_db::retrieve_owner($tmp_dir.'owner_ok.csv','OK');
2190
-		} else $error = "File ".$tmp_dir.'owner_ok.csv'." doesn't exist. Download failed.";
2499
+		} else {
2500
+			$error = "File ".$tmp_dir.'owner_ok.csv'." doesn't exist. Download failed.";
2501
+		}
2191 2502
 		if ($error != '') {
2192 2503
 			return $error;
2193
-		} elseif ($globalDebug) echo "Done\n";
2194
-		if ($globalDebug) echo "Owner Australia: Download...";
2504
+		} elseif ($globalDebug) {
2505
+			echo "Done\n";
2506
+		}
2507
+		if ($globalDebug) {
2508
+			echo "Owner Australia: Download...";
2509
+		}
2195 2510
 		update_db::download('http://antonakis.co.uk/registers/Australia.txt',$tmp_dir.'owner_vh.csv');
2196 2511
 		if (file_exists($tmp_dir.'owner_vh.csv')) {
2197
-			if ($globalDebug) echo "Add to DB...";
2512
+			if ($globalDebug) {
2513
+				echo "Add to DB...";
2514
+			}
2198 2515
 			$error = update_db::retrieve_owner($tmp_dir.'owner_vh.csv','VH');
2199
-		} else $error = "File ".$tmp_dir.'owner_vh.csv'." doesn't exist. Download failed.";
2516
+		} else {
2517
+			$error = "File ".$tmp_dir.'owner_vh.csv'." doesn't exist. Download failed.";
2518
+		}
2200 2519
 		if ($error != '') {
2201 2520
 			return $error;
2202
-		} elseif ($globalDebug) echo "Done\n";
2203
-		if ($globalDebug) echo "Owner Austria: Download...";
2521
+		} elseif ($globalDebug) {
2522
+			echo "Done\n";
2523
+		}
2524
+		if ($globalDebug) {
2525
+			echo "Owner Austria: Download...";
2526
+		}
2204 2527
 		update_db::download('http://antonakis.co.uk/registers/Austria.txt',$tmp_dir.'owner_oe.csv');
2205 2528
 		if (file_exists($tmp_dir.'owner_oe.csv')) {
2206
-			if ($globalDebug) echo "Add to DB...";
2529
+			if ($globalDebug) {
2530
+				echo "Add to DB...";
2531
+			}
2207 2532
 			$error = update_db::retrieve_owner($tmp_dir.'owner_oe.csv','OE');
2208
-		} else $error = "File ".$tmp_dir.'owner_oe.csv'." doesn't exist. Download failed.";
2533
+		} else {
2534
+			$error = "File ".$tmp_dir.'owner_oe.csv'." doesn't exist. Download failed.";
2535
+		}
2209 2536
 		if ($error != '') {
2210 2537
 			return $error;
2211
-		} elseif ($globalDebug) echo "Done\n";
2212
-		if ($globalDebug) echo "Owner Chile: Download...";
2538
+		} elseif ($globalDebug) {
2539
+			echo "Done\n";
2540
+		}
2541
+		if ($globalDebug) {
2542
+			echo "Owner Chile: Download...";
2543
+		}
2213 2544
 		update_db::download('http://antonakis.co.uk/registers/Chile.txt',$tmp_dir.'owner_cc.csv');
2214 2545
 		if (file_exists($tmp_dir.'owner_cc.csv')) {
2215
-			if ($globalDebug) echo "Add to DB...";
2546
+			if ($globalDebug) {
2547
+				echo "Add to DB...";
2548
+			}
2216 2549
 			$error = update_db::retrieve_owner($tmp_dir.'owner_cc.csv','CC');
2217
-		} else $error = "File ".$tmp_dir.'owner_cc.csv'." doesn't exist. Download failed.";
2550
+		} else {
2551
+			$error = "File ".$tmp_dir.'owner_cc.csv'." doesn't exist. Download failed.";
2552
+		}
2218 2553
 		if ($error != '') {
2219 2554
 			return $error;
2220
-		} elseif ($globalDebug) echo "Done\n";
2221
-		if ($globalDebug) echo "Owner Colombia: Download...";
2555
+		} elseif ($globalDebug) {
2556
+			echo "Done\n";
2557
+		}
2558
+		if ($globalDebug) {
2559
+			echo "Owner Colombia: Download...";
2560
+		}
2222 2561
 		update_db::download('http://antonakis.co.uk/registers/Colombia.txt',$tmp_dir.'owner_hj.csv');
2223 2562
 		if (file_exists($tmp_dir.'owner_hj.csv')) {
2224
-			if ($globalDebug) echo "Add to DB...";
2563
+			if ($globalDebug) {
2564
+				echo "Add to DB...";
2565
+			}
2225 2566
 			$error = update_db::retrieve_owner($tmp_dir.'owner_hj.csv','HJ');
2226
-		} else $error = "File ".$tmp_dir.'owner_hj.csv'." doesn't exist. Download failed.";
2567
+		} else {
2568
+			$error = "File ".$tmp_dir.'owner_hj.csv'." doesn't exist. Download failed.";
2569
+		}
2227 2570
 		if ($error != '') {
2228 2571
 			return $error;
2229
-		} elseif ($globalDebug) echo "Done\n";
2230
-		if ($globalDebug) echo "Owner Bosnia Herzegobina: Download...";
2572
+		} elseif ($globalDebug) {
2573
+			echo "Done\n";
2574
+		}
2575
+		if ($globalDebug) {
2576
+			echo "Owner Bosnia Herzegobina: Download...";
2577
+		}
2231 2578
 		update_db::download('http://antonakis.co.uk/registers/BosniaHerzegovina.txt',$tmp_dir.'owner_e7.csv');
2232 2579
 		if (file_exists($tmp_dir.'owner_e7.csv')) {
2233
-			if ($globalDebug) echo "Add to DB...";
2580
+			if ($globalDebug) {
2581
+				echo "Add to DB...";
2582
+			}
2234 2583
 			$error = update_db::retrieve_owner($tmp_dir.'owner_e7.csv','E7');
2235
-		} else $error = "File ".$tmp_dir.'owner_e7.csv'." doesn't exist. Download failed.";
2584
+		} else {
2585
+			$error = "File ".$tmp_dir.'owner_e7.csv'." doesn't exist. Download failed.";
2586
+		}
2236 2587
 		if ($error != '') {
2237 2588
 			return $error;
2238
-		} elseif ($globalDebug) echo "Done\n";
2239
-		if ($globalDebug) echo "Owner Brazil: Download...";
2589
+		} elseif ($globalDebug) {
2590
+			echo "Done\n";
2591
+		}
2592
+		if ($globalDebug) {
2593
+			echo "Owner Brazil: Download...";
2594
+		}
2240 2595
 		update_db::download('http://antonakis.co.uk/registers/Brazil.txt',$tmp_dir.'owner_pp.csv');
2241 2596
 		if (file_exists($tmp_dir.'owner_pp.csv')) {
2242
-			if ($globalDebug) echo "Add to DB...";
2597
+			if ($globalDebug) {
2598
+				echo "Add to DB...";
2599
+			}
2243 2600
 			$error = update_db::retrieve_owner($tmp_dir.'owner_pp.csv','PP');
2244
-		} else $error = "File ".$tmp_dir.'owner_pp.csv'." doesn't exist. Download failed.";
2601
+		} else {
2602
+			$error = "File ".$tmp_dir.'owner_pp.csv'." doesn't exist. Download failed.";
2603
+		}
2245 2604
 		if ($error != '') {
2246 2605
 			return $error;
2247
-		} elseif ($globalDebug) echo "Done\n";
2248
-		if ($globalDebug) echo "Owner Cayman Islands: Download...";
2606
+		} elseif ($globalDebug) {
2607
+			echo "Done\n";
2608
+		}
2609
+		if ($globalDebug) {
2610
+			echo "Owner Cayman Islands: Download...";
2611
+		}
2249 2612
 		update_db::download('http://antonakis.co.uk/registers/CaymanIslands.txt',$tmp_dir.'owner_vp.csv');
2250 2613
 		if (file_exists($tmp_dir.'owner_vp.csv')) {
2251
-			if ($globalDebug) echo "Add to DB...";
2614
+			if ($globalDebug) {
2615
+				echo "Add to DB...";
2616
+			}
2252 2617
 			$error = update_db::retrieve_owner($tmp_dir.'owner_vp.csv','VP');
2253
-		} else $error = "File ".$tmp_dir.'owner_vp.csv'." doesn't exist. Download failed.";
2618
+		} else {
2619
+			$error = "File ".$tmp_dir.'owner_vp.csv'." doesn't exist. Download failed.";
2620
+		}
2254 2621
 		if ($error != '') {
2255 2622
 			return $error;
2256
-		} elseif ($globalDebug) echo "Done\n";
2257
-		if ($globalDebug) echo "Owner Croatia: Download...";
2623
+		} elseif ($globalDebug) {
2624
+			echo "Done\n";
2625
+		}
2626
+		if ($globalDebug) {
2627
+			echo "Owner Croatia: Download...";
2628
+		}
2258 2629
 		update_db::download('http://antonakis.co.uk/registers/Croatia.txt',$tmp_dir.'owner_9a.csv');
2259 2630
 		if (file_exists($tmp_dir.'owner_9a.csv')) {
2260
-			if ($globalDebug) echo "Add to DB...";
2631
+			if ($globalDebug) {
2632
+				echo "Add to DB...";
2633
+			}
2261 2634
 			$error = update_db::retrieve_owner($tmp_dir.'owner_9a.csv','9A');
2262
-		} else $error = "File ".$tmp_dir.'owner_9a.csv'." doesn't exist. Download failed.";
2635
+		} else {
2636
+			$error = "File ".$tmp_dir.'owner_9a.csv'." doesn't exist. Download failed.";
2637
+		}
2263 2638
 		if ($error != '') {
2264 2639
 			return $error;
2265
-		} elseif ($globalDebug) echo "Done\n";
2266
-		if ($globalDebug) echo "Owner Luxembourg: Download...";
2640
+		} elseif ($globalDebug) {
2641
+			echo "Done\n";
2642
+		}
2643
+		if ($globalDebug) {
2644
+			echo "Owner Luxembourg: Download...";
2645
+		}
2267 2646
 		update_db::download('http://antonakis.co.uk/registers/Luxembourg.txt',$tmp_dir.'owner_lx.csv');
2268 2647
 		if (file_exists($tmp_dir.'owner_lx.csv')) {
2269
-			if ($globalDebug) echo "Add to DB...";
2648
+			if ($globalDebug) {
2649
+				echo "Add to DB...";
2650
+			}
2270 2651
 			$error = update_db::retrieve_owner($tmp_dir.'owner_lx.csv','LX');
2271
-		} else $error = "File ".$tmp_dir.'owner_lx.csv'." doesn't exist. Download failed.";
2652
+		} else {
2653
+			$error = "File ".$tmp_dir.'owner_lx.csv'." doesn't exist. Download failed.";
2654
+		}
2272 2655
 		if ($error != '') {
2273 2656
 			return $error;
2274
-		} elseif ($globalDebug) echo "Done\n";
2275
-		if ($globalDebug) echo "Owner Maldives: Download...";
2657
+		} elseif ($globalDebug) {
2658
+			echo "Done\n";
2659
+		}
2660
+		if ($globalDebug) {
2661
+			echo "Owner Maldives: Download...";
2662
+		}
2276 2663
 		update_db::download('http://antonakis.co.uk/registers/Maldives.txt',$tmp_dir.'owner_8q.csv');
2277 2664
 		if (file_exists($tmp_dir.'owner_8q.csv')) {
2278
-			if ($globalDebug) echo "Add to DB...";
2665
+			if ($globalDebug) {
2666
+				echo "Add to DB...";
2667
+			}
2279 2668
 			$error = update_db::retrieve_owner($tmp_dir.'owner_8q.csv','8Q');
2280
-		} else $error = "File ".$tmp_dir.'owner_8q.csv'." doesn't exist. Download failed.";
2669
+		} else {
2670
+			$error = "File ".$tmp_dir.'owner_8q.csv'." doesn't exist. Download failed.";
2671
+		}
2281 2672
 		if ($error != '') {
2282 2673
 			return $error;
2283
-		} elseif ($globalDebug) echo "Done\n";
2284
-		if ($globalDebug) echo "Owner New Zealand: Download...";
2674
+		} elseif ($globalDebug) {
2675
+			echo "Done\n";
2676
+		}
2677
+		if ($globalDebug) {
2678
+			echo "Owner New Zealand: Download...";
2679
+		}
2285 2680
 		update_db::download('http://antonakis.co.uk/registers/NewZealand.txt',$tmp_dir.'owner_zk.csv');
2286 2681
 		if (file_exists($tmp_dir.'owner_zk.csv')) {
2287
-			if ($globalDebug) echo "Add to DB...";
2682
+			if ($globalDebug) {
2683
+				echo "Add to DB...";
2684
+			}
2288 2685
 			$error = update_db::retrieve_owner($tmp_dir.'owner_zk.csv','ZK');
2289
-		} else $error = "File ".$tmp_dir.'owner_zk.csv'." doesn't exist. Download failed.";
2686
+		} else {
2687
+			$error = "File ".$tmp_dir.'owner_zk.csv'." doesn't exist. Download failed.";
2688
+		}
2290 2689
 		if ($error != '') {
2291 2690
 			return $error;
2292
-		} elseif ($globalDebug) echo "Done\n";
2293
-		if ($globalDebug) echo "Owner Papua New Guinea: Download...";
2691
+		} elseif ($globalDebug) {
2692
+			echo "Done\n";
2693
+		}
2694
+		if ($globalDebug) {
2695
+			echo "Owner Papua New Guinea: Download...";
2696
+		}
2294 2697
 		update_db::download('http://antonakis.co.uk/registers/PapuaNewGuinea.txt',$tmp_dir.'owner_p2.csv');
2295 2698
 		if (file_exists($tmp_dir.'owner_p2.csv')) {
2296
-			if ($globalDebug) echo "Add to DB...";
2699
+			if ($globalDebug) {
2700
+				echo "Add to DB...";
2701
+			}
2297 2702
 			$error = update_db::retrieve_owner($tmp_dir.'owner_p2.csv','P2');
2298
-		} else $error = "File ".$tmp_dir.'owner_p2.csv'." doesn't exist. Download failed.";
2703
+		} else {
2704
+			$error = "File ".$tmp_dir.'owner_p2.csv'." doesn't exist. Download failed.";
2705
+		}
2299 2706
 		if ($error != '') {
2300 2707
 			return $error;
2301
-		} elseif ($globalDebug) echo "Done\n";
2302
-		if ($globalDebug) echo "Owner Slovakia: Download...";
2708
+		} elseif ($globalDebug) {
2709
+			echo "Done\n";
2710
+		}
2711
+		if ($globalDebug) {
2712
+			echo "Owner Slovakia: Download...";
2713
+		}
2303 2714
 		update_db::download('http://antonakis.co.uk/registers/Slovakia.txt',$tmp_dir.'owner_om.csv');
2304 2715
 		if (file_exists($tmp_dir.'owner_om.csv')) {
2305
-			if ($globalDebug) echo "Add to DB...";
2716
+			if ($globalDebug) {
2717
+				echo "Add to DB...";
2718
+			}
2306 2719
 			$error = update_db::retrieve_owner($tmp_dir.'owner_om.csv','OM');
2307
-		} else $error = "File ".$tmp_dir.'owner_om.csv'." doesn't exist. Download failed.";
2720
+		} else {
2721
+			$error = "File ".$tmp_dir.'owner_om.csv'." doesn't exist. Download failed.";
2722
+		}
2308 2723
 		if ($error != '') {
2309 2724
 			return $error;
2310
-		} elseif ($globalDebug) echo "Done\n";
2311
-		if ($globalDebug) echo "Owner Ecuador: Download...";
2725
+		} elseif ($globalDebug) {
2726
+			echo "Done\n";
2727
+		}
2728
+		if ($globalDebug) {
2729
+			echo "Owner Ecuador: Download...";
2730
+		}
2312 2731
 		update_db::download('http://antonakis.co.uk/registers/Ecuador.txt',$tmp_dir.'owner_hc.csv');
2313 2732
 		if (file_exists($tmp_dir.'owner_hc.csv')) {
2314
-			if ($globalDebug) echo "Add to DB...";
2733
+			if ($globalDebug) {
2734
+				echo "Add to DB...";
2735
+			}
2315 2736
 			$error = update_db::retrieve_owner($tmp_dir.'owner_hc.csv','HC');
2316
-		} else $error = "File ".$tmp_dir.'owner_hc.csv'." doesn't exist. Download failed.";
2737
+		} else {
2738
+			$error = "File ".$tmp_dir.'owner_hc.csv'." doesn't exist. Download failed.";
2739
+		}
2317 2740
 		if ($error != '') {
2318 2741
 			return $error;
2319
-		} elseif ($globalDebug) echo "Done\n";
2320
-		if ($globalDebug) echo "Owner Iceland: Download...";
2742
+		} elseif ($globalDebug) {
2743
+			echo "Done\n";
2744
+		}
2745
+		if ($globalDebug) {
2746
+			echo "Owner Iceland: Download...";
2747
+		}
2321 2748
 		update_db::download('http://antonakis.co.uk/registers/Iceland.txt',$tmp_dir.'owner_tf.csv');
2322 2749
 		if (file_exists($tmp_dir.'owner_tf.csv')) {
2323
-			if ($globalDebug) echo "Add to DB...";
2750
+			if ($globalDebug) {
2751
+				echo "Add to DB...";
2752
+			}
2324 2753
 			$error = update_db::retrieve_owner($tmp_dir.'owner_tf.csv','TF');
2325
-		} else $error = "File ".$tmp_dir.'owner_tf.csv'." doesn't exist. Download failed.";
2754
+		} else {
2755
+			$error = "File ".$tmp_dir.'owner_tf.csv'." doesn't exist. Download failed.";
2756
+		}
2326 2757
 		if ($error != '') {
2327 2758
 			return $error;
2328
-		} elseif ($globalDebug) echo "Done\n";
2329
-		if ($globalDebug) echo "Owner Isle of Man: Download...";
2759
+		} elseif ($globalDebug) {
2760
+			echo "Done\n";
2761
+		}
2762
+		if ($globalDebug) {
2763
+			echo "Owner Isle of Man: Download...";
2764
+		}
2330 2765
 		update_db::download('http://antonakis.co.uk/registers/IsleOfMan.txt',$tmp_dir.'owner_m.csv');
2331 2766
 		if (file_exists($tmp_dir.'owner_m.csv')) {
2332
-			if ($globalDebug) echo "Add to DB...";
2767
+			if ($globalDebug) {
2768
+				echo "Add to DB...";
2769
+			}
2333 2770
 			$error = update_db::retrieve_owner($tmp_dir.'owner_m.csv','M');
2334
-		} else $error = "File ".$tmp_dir.'owner_m.csv'." doesn't exist. Download failed.";
2771
+		} else {
2772
+			$error = "File ".$tmp_dir.'owner_m.csv'." doesn't exist. Download failed.";
2773
+		}
2335 2774
 		if ($error != '') {
2336 2775
 			return $error;
2337
-		} elseif ($globalDebug) echo "Done\n";
2776
+		} elseif ($globalDebug) {
2777
+			echo "Done\n";
2778
+		}
2338 2779
 		if ($globalMasterSource) {
2339
-			if ($globalDebug) echo "ModeS Netherlands: Download...";
2780
+			if ($globalDebug) {
2781
+				echo "ModeS Netherlands: Download...";
2782
+			}
2340 2783
 			update_db::download('http://antonakis.co.uk/registers/Netherlands.txt',$tmp_dir.'owner_ph.csv');
2341 2784
 			if (file_exists($tmp_dir.'owner_ph.csv')) {
2342
-				if ($globalDebug) echo "Add to DB...";
2785
+				if ($globalDebug) {
2786
+					echo "Add to DB...";
2787
+				}
2343 2788
 				$error = update_db::retrieve_owner($tmp_dir.'owner_ph.csv','PH');
2344
-			} else $error = "File ".$tmp_dir.'owner_ph.csv'." doesn't exist. Download failed.";
2789
+			} else {
2790
+				$error = "File ".$tmp_dir.'owner_ph.csv'." doesn't exist. Download failed.";
2791
+			}
2345 2792
 			if ($error != '') {
2346 2793
 				return $error;
2347
-			} elseif ($globalDebug) echo "Done\n";
2348
-			if ($globalDebug) echo "ModeS Denmark: Download...";
2794
+			} elseif ($globalDebug) {
2795
+				echo "Done\n";
2796
+			}
2797
+			if ($globalDebug) {
2798
+				echo "ModeS Denmark: Download...";
2799
+			}
2349 2800
 			update_db::download('http://antonakis.co.uk/registers/Denmark.txt',$tmp_dir.'owner_oy.csv');
2350 2801
 			if (file_exists($tmp_dir.'owner_oy.csv')) {
2351
-				if ($globalDebug) echo "Add to DB...";
2802
+				if ($globalDebug) {
2803
+					echo "Add to DB...";
2804
+				}
2352 2805
 				$error = update_db::retrieve_owner($tmp_dir.'owner_oy.csv','OY');
2353
-			} else $error = "File ".$tmp_dir.'owner_oy.csv'." doesn't exist. Download failed.";
2806
+			} else {
2807
+				$error = "File ".$tmp_dir.'owner_oy.csv'." doesn't exist. Download failed.";
2808
+			}
2354 2809
 			if ($error != '') {
2355 2810
 				return $error;
2356
-			} elseif ($globalDebug) echo "Done\n";
2357
-		} elseif ($globalDebug) echo "Done\n";
2811
+			} elseif ($globalDebug) {
2812
+				echo "Done\n";
2813
+			}
2814
+		} elseif ($globalDebug) {
2815
+			echo "Done\n";
2816
+		}
2358 2817
 		return '';
2359 2818
 	}
2360 2819
 
2361 2820
 	public static function update_translation() {
2362 2821
 		global $tmp_dir, $globalDebug;
2363 2822
 		$error = '';
2364
-		if ($globalDebug) echo "Translation : Download...";
2823
+		if ($globalDebug) {
2824
+			echo "Translation : Download...";
2825
+		}
2365 2826
 		update_db::download('http://www.acarsd.org/download/translation.php',$tmp_dir.'translation.zip');
2366 2827
 		if (file_exists($tmp_dir.'translation.zip')) {
2367
-			if ($globalDebug) echo "Unzip...";
2828
+			if ($globalDebug) {
2829
+				echo "Unzip...";
2830
+			}
2368 2831
 			update_db::unzip($tmp_dir.'translation.zip');
2369
-			if ($globalDebug) echo "Add to DB...";
2832
+			if ($globalDebug) {
2833
+				echo "Add to DB...";
2834
+			}
2370 2835
 			$error = update_db::translation();
2371
-		} else $error = "File ".$tmp_dir.'translation.zip'." doesn't exist. Download failed.";
2836
+		} else {
2837
+			$error = "File ".$tmp_dir.'translation.zip'." doesn't exist. Download failed.";
2838
+		}
2372 2839
 		if ($error != '') {
2373 2840
 			return $error;
2374
-		} elseif ($globalDebug) echo "Done\n";
2841
+		} elseif ($globalDebug) {
2842
+			echo "Done\n";
2843
+		}
2375 2844
 		return '';
2376 2845
 	}
2377 2846
 
2378 2847
 	public static function update_translation_fam() {
2379 2848
 		global $tmp_dir, $globalDebug;
2380 2849
 		$error = '';
2381
-		if ($globalDebug) echo "Translation from FlightAirMap website : Download...";
2850
+		if ($globalDebug) {
2851
+			echo "Translation from FlightAirMap website : Download...";
2852
+		}
2382 2853
 		update_db::download('http://data.flightairmap.com/data/translation.tsv.gz',$tmp_dir.'translation.tsv.gz');
2383 2854
 		update_db::download('http://data.flightairmap.com/data/translation.tsv.gz.md5',$tmp_dir.'translation.tsv.gz.md5');
2384 2855
 		if (file_exists($tmp_dir.'translation.tsv.gz') && file_exists($tmp_dir.'translation.tsv.gz')) {
2385 2856
 			$translation_md5_file = explode(' ',file_get_contents($tmp_dir.'translation.tsv.gz.md5'));
2386 2857
 			$translation_md5 = $translation_md5_file[0];
2387 2858
 			if (md5_file($tmp_dir.'translation.tsv.gz') == $translation_md5) {
2388
-				if ($globalDebug) echo "Gunzip...";
2859
+				if ($globalDebug) {
2860
+					echo "Gunzip...";
2861
+				}
2389 2862
 				update_db::gunzip($tmp_dir.'translation.tsv.gz');
2390
-				if ($globalDebug) echo "Add to DB...";
2863
+				if ($globalDebug) {
2864
+					echo "Add to DB...";
2865
+				}
2391 2866
 				$error = update_db::translation_fam();
2392
-			} else $error = "File ".$tmp_dir.'translation.tsv.gz'." md5 failed. Download failed.";
2393
-		} else $error = "File ".$tmp_dir.'translation.tsv.gz'." doesn't exist. Download failed.";
2867
+			} else {
2868
+				$error = "File ".$tmp_dir.'translation.tsv.gz'." md5 failed. Download failed.";
2869
+			}
2870
+		} else {
2871
+			$error = "File ".$tmp_dir.'translation.tsv.gz'." doesn't exist. Download failed.";
2872
+		}
2394 2873
 		if ($error != '') {
2395 2874
 			return $error;
2396
-		} elseif ($globalDebug) echo "Done\n";
2875
+		} elseif ($globalDebug) {
2876
+			echo "Done\n";
2877
+		}
2397 2878
 		return '';
2398 2879
 	}
2399 2880
 	public static function update_ModeS_fam() {
2400 2881
 		global $tmp_dir, $globalDebug;
2401 2882
 		$error = '';
2402
-		if ($globalDebug) echo "ModeS from FlightAirMap website : Download...";
2883
+		if ($globalDebug) {
2884
+			echo "ModeS from FlightAirMap website : Download...";
2885
+		}
2403 2886
 		update_db::download('http://data.flightairmap.com/data/modes.tsv.gz',$tmp_dir.'modes.tsv.gz');
2404 2887
 		update_db::download('http://data.flightairmap.com/data/modes.tsv.gz.md5',$tmp_dir.'modes.tsv.gz.md5');
2405 2888
 		if (file_exists($tmp_dir.'modes.tsv.gz') && file_exists($tmp_dir.'modes.tsv.gz.md5')) {
2406 2889
 			$modes_md5_file = explode(' ',file_get_contents($tmp_dir.'modes.tsv.gz.md5'));
2407 2890
 			$modes_md5 = $modes_md5_file[0];
2408 2891
 			if (md5_file($tmp_dir.'modes.tsv.gz') == $modes_md5) {
2409
-				if ($globalDebug) echo "Gunzip...";
2892
+				if ($globalDebug) {
2893
+					echo "Gunzip...";
2894
+				}
2410 2895
 				update_db::gunzip($tmp_dir.'modes.tsv.gz');
2411
-				if ($globalDebug) echo "Add to DB...";
2896
+				if ($globalDebug) {
2897
+					echo "Add to DB...";
2898
+				}
2412 2899
 				$error = update_db::modes_fam();
2413
-			} else $error = "File ".$tmp_dir.'modes.tsv.gz'." md5 failed. Download failed.";
2414
-		} else $error = "File ".$tmp_dir.'modes.tsv.gz'." doesn't exist. Download failed.";
2900
+			} else {
2901
+				$error = "File ".$tmp_dir.'modes.tsv.gz'." md5 failed. Download failed.";
2902
+			}
2903
+		} else {
2904
+			$error = "File ".$tmp_dir.'modes.tsv.gz'." doesn't exist. Download failed.";
2905
+		}
2415 2906
 		if ($error != '') {
2416 2907
 			return $error;
2417
-		} elseif ($globalDebug) echo "Done\n";
2908
+		} elseif ($globalDebug) {
2909
+			echo "Done\n";
2910
+		}
2418 2911
 		return '';
2419 2912
 	}
2420 2913
 
2421 2914
 	public static function update_airlines_fam() {
2422 2915
 		global $tmp_dir, $globalDebug;
2423 2916
 		$error = '';
2424
-		if ($globalDebug) echo "Airlines from FlightAirMap website : Download...";
2917
+		if ($globalDebug) {
2918
+			echo "Airlines from FlightAirMap website : Download...";
2919
+		}
2425 2920
 		update_db::download('http://data.flightairmap.com/data/airlines.tsv.gz.md5',$tmp_dir.'airlines.tsv.gz.md5');
2426 2921
 		if (file_exists($tmp_dir.'airlines.tsv.gz.md5')) {
2427 2922
 			$airlines_md5_file = explode(' ',file_get_contents($tmp_dir.'airlines.tsv.gz.md5'));
@@ -2430,26 +2925,42 @@  discard block
 block discarded – undo
2430 2925
 				update_db::download('http://data.flightairmap.com/data/airlines.tsv.gz',$tmp_dir.'airlines.tsv.gz');
2431 2926
 				if (file_exists($tmp_dir.'airlines.tsv.gz')) {
2432 2927
 					if (md5_file($tmp_dir.'airlines.tsv.gz') == $airlines_md5) {
2433
-						if ($globalDebug) echo "Gunzip...";
2928
+						if ($globalDebug) {
2929
+							echo "Gunzip...";
2930
+						}
2434 2931
 						update_db::gunzip($tmp_dir.'airlines.tsv.gz');
2435
-						if ($globalDebug) echo "Add to DB...";
2932
+						if ($globalDebug) {
2933
+							echo "Add to DB...";
2934
+						}
2436 2935
 						$error = update_db::airlines_fam();
2437 2936
 						update_db::insert_airlines_version($airlines_md5);
2438
-					} else $error = "File ".$tmp_dir.'airlines.tsv.gz'." md5 failed. Download failed.";
2439
-			    } else $error = "File ".$tmp_dir.'airlines.tsv.gz'." doesn't exist. Download failed.";
2440
-			} elseif ($globalDebug) echo "No update.";
2441
-		} else $error = "File ".$tmp_dir.'airlines.tsv.gz.md5'." doesn't exist. Download failed.";
2937
+					} else {
2938
+						$error = "File ".$tmp_dir.'airlines.tsv.gz'." md5 failed. Download failed.";
2939
+					}
2940
+			    } else {
2941
+			    	$error = "File ".$tmp_dir.'airlines.tsv.gz'." doesn't exist. Download failed.";
2942
+			    }
2943
+			} elseif ($globalDebug) {
2944
+				echo "No update.";
2945
+			}
2946
+		} else {
2947
+			$error = "File ".$tmp_dir.'airlines.tsv.gz.md5'." doesn't exist. Download failed.";
2948
+		}
2442 2949
 		if ($error != '') {
2443 2950
 			return $error;
2444 2951
 		} else {
2445
-			if ($globalDebug) echo "Done\n";
2952
+			if ($globalDebug) {
2953
+				echo "Done\n";
2954
+			}
2446 2955
 		}
2447 2956
 		return '';
2448 2957
 	}
2449 2958
 
2450 2959
 	public static function update_owner_fam() {
2451 2960
 		global $tmp_dir, $globalDebug, $globalOwner;
2452
-		if ($globalDebug) echo "owner from FlightAirMap website : Download...";
2961
+		if ($globalDebug) {
2962
+			echo "owner from FlightAirMap website : Download...";
2963
+		}
2453 2964
 		$error = '';
2454 2965
 		if ($globalOwner === TRUE) {
2455 2966
 			update_db::download('http://data.flightairmap.com/data/owners_all.tsv.gz',$tmp_dir.'owners.tsv.gz');
@@ -2462,35 +2973,57 @@  discard block
 block discarded – undo
2462 2973
 			$owners_md5_file = explode(' ',file_get_contents($tmp_dir.'owners.tsv.gz.md5'));
2463 2974
 			$owners_md5 = $owners_md5_file[0];
2464 2975
 			if (md5_file($tmp_dir.'owners.tsv.gz') == $owners_md5) {
2465
-				if ($globalDebug) echo "Gunzip...";
2976
+				if ($globalDebug) {
2977
+					echo "Gunzip...";
2978
+				}
2466 2979
 				update_db::gunzip($tmp_dir.'owners.tsv.gz');
2467
-				if ($globalDebug) echo "Add to DB...";
2980
+				if ($globalDebug) {
2981
+					echo "Add to DB...";
2982
+				}
2468 2983
 				$error = update_db::owner_fam();
2469
-			} else $error = "File ".$tmp_dir.'owners.tsv.gz'." md5 failed. Download failed.";
2470
-		} else $error = "File ".$tmp_dir.'owners.tsv.gz'." doesn't exist. Download failed.";
2984
+			} else {
2985
+				$error = "File ".$tmp_dir.'owners.tsv.gz'." md5 failed. Download failed.";
2986
+			}
2987
+		} else {
2988
+			$error = "File ".$tmp_dir.'owners.tsv.gz'." doesn't exist. Download failed.";
2989
+		}
2471 2990
 		if ($error != '') {
2472 2991
 			return $error;
2473
-		} elseif ($globalDebug) echo "Done\n";
2992
+		} elseif ($globalDebug) {
2993
+			echo "Done\n";
2994
+		}
2474 2995
 		return '';
2475 2996
 	}
2476 2997
 	public static function update_routes_fam() {
2477 2998
 		global $tmp_dir, $globalDebug;
2478
-		if ($globalDebug) echo "Routes from FlightAirMap website : Download...";
2999
+		if ($globalDebug) {
3000
+			echo "Routes from FlightAirMap website : Download...";
3001
+		}
2479 3002
 		update_db::download('http://data.flightairmap.com/data/routes.tsv.gz',$tmp_dir.'routes.tsv.gz');
2480 3003
 		update_db::download('http://data.flightairmap.com/data/routes.tsv.gz.md5',$tmp_dir.'routes.tsv.gz.md5');
2481 3004
 		if (file_exists($tmp_dir.'routes.tsv.gz') && file_exists($tmp_dir.'routes.tsv.gz.md5')) {
2482 3005
 			$routes_md5_file = explode(' ',file_get_contents($tmp_dir.'routes.tsv.gz.md5'));
2483 3006
 			$routes_md5 = $routes_md5_file[0];
2484 3007
 			if (md5_file($tmp_dir.'routes.tsv.gz') == $routes_md5) {
2485
-				if ($globalDebug) echo "Gunzip...";
3008
+				if ($globalDebug) {
3009
+					echo "Gunzip...";
3010
+				}
2486 3011
 				update_db::gunzip($tmp_dir.'routes.tsv.gz');
2487
-				if ($globalDebug) echo "Add to DB...";
3012
+				if ($globalDebug) {
3013
+					echo "Add to DB...";
3014
+				}
2488 3015
 				$error = update_db::routes_fam();
2489
-			} else $error = "File ".$tmp_dir.'routes.tsv.gz'." md5 failed. Download failed.";
2490
-		} else $error = "File ".$tmp_dir.'routes.tsv.gz'." doesn't exist. Download failed.";
3016
+			} else {
3017
+				$error = "File ".$tmp_dir.'routes.tsv.gz'." md5 failed. Download failed.";
3018
+			}
3019
+		} else {
3020
+			$error = "File ".$tmp_dir.'routes.tsv.gz'." doesn't exist. Download failed.";
3021
+		}
2491 3022
 		if ($error != '') {
2492 3023
 			return $error;
2493
-		} elseif ($globalDebug) echo "Done\n";
3024
+		} elseif ($globalDebug) {
3025
+			echo "Done\n";
3026
+		}
2494 3027
 		return '';
2495 3028
 	}
2496 3029
 	public static function update_marine_identity_fam() {
@@ -2500,21 +3033,33 @@  discard block
 block discarded – undo
2500 3033
 			$marine_identity_md5_file = explode(' ',file_get_contents($tmp_dir.'marine_identity.tsv.gz.md5'));
2501 3034
 			$marine_identity_md5 = $marine_identity_md5_file[0];
2502 3035
 			if (!update_db::check_marine_identity_version($marine_identity_md5)) {
2503
-				if ($globalDebug) echo "Marine identity from FlightAirMap website : Download...";
3036
+				if ($globalDebug) {
3037
+					echo "Marine identity from FlightAirMap website : Download...";
3038
+				}
2504 3039
 				update_db::download('http://data.flightairmap.com/data/marine_identity.tsv.gz',$tmp_dir.'marine_identity.tsv.gz');
2505 3040
 				if (file_exists($tmp_dir.'marine_identity.tsv.gz')) {
2506 3041
 					if (md5_file($tmp_dir.'marine_identity.tsv.gz') == $marine_identity_md5) {
2507
-						if ($globalDebug) echo "Gunzip...";
3042
+						if ($globalDebug) {
3043
+							echo "Gunzip...";
3044
+						}
2508 3045
 						update_db::gunzip($tmp_dir.'marine_identity.tsv.gz');
2509
-						if ($globalDebug) echo "Add to DB...";
3046
+						if ($globalDebug) {
3047
+							echo "Add to DB...";
3048
+						}
2510 3049
 						$error = update_db::marine_identity_fam();
2511
-					} else $error = "File ".$tmp_dir.'marine_identity.tsv.gz'." md5 failed. Download failed.";
2512
-				} else $error = "File ".$tmp_dir.'marine_identity.tsv.gz'." doesn't exist. Download failed.";
3050
+					} else {
3051
+						$error = "File ".$tmp_dir.'marine_identity.tsv.gz'." md5 failed. Download failed.";
3052
+					}
3053
+				} else {
3054
+					$error = "File ".$tmp_dir.'marine_identity.tsv.gz'." doesn't exist. Download failed.";
3055
+				}
2513 3056
 				if ($error != '') {
2514 3057
 					return $error;
2515 3058
 				} else {
2516 3059
 					update_db::insert_marine_identity_version($marine_identity_md5);
2517
-					if ($globalDebug) echo "Done\n";
3060
+					if ($globalDebug) {
3061
+						echo "Done\n";
3062
+					}
2518 3063
 				}
2519 3064
 			}
2520 3065
 		}
@@ -2528,21 +3073,33 @@  discard block
 block discarded – undo
2528 3073
 			$satellite_md5_file = explode(' ',file_get_contents($tmp_dir.'satellite.tsv.gz.md5'));
2529 3074
 			$satellite_md5 = $satellite_md5_file[0];
2530 3075
 			if (!update_db::check_satellite_version($satellite_md5)) {
2531
-				if ($globalDebug) echo "Satellite from FlightAirMap website : Download...";
3076
+				if ($globalDebug) {
3077
+					echo "Satellite from FlightAirMap website : Download...";
3078
+				}
2532 3079
 				update_db::download('http://data.flightairmap.com/data/satellite.tsv.gz',$tmp_dir.'satellite.tsv.gz');
2533 3080
 				if (file_exists($tmp_dir.'satellite.tsv.gz')) {
2534 3081
 					if (md5_file($tmp_dir.'satellite.tsv.gz') == $satellite_md5) {
2535
-						if ($globalDebug) echo "Gunzip...";
3082
+						if ($globalDebug) {
3083
+							echo "Gunzip...";
3084
+						}
2536 3085
 						update_db::gunzip($tmp_dir.'satellite.tsv.gz');
2537
-						if ($globalDebug) echo "Add to DB...";
3086
+						if ($globalDebug) {
3087
+							echo "Add to DB...";
3088
+						}
2538 3089
 						$error = update_db::satellite_fam();
2539
-					} else $error = "File ".$tmp_dir.'satellite.tsv.gz'." md5 failed. Download failed.";
2540
-				} else $error = "File ".$tmp_dir.'satellite.tsv.gz'." doesn't exist. Download failed.";
3090
+					} else {
3091
+						$error = "File ".$tmp_dir.'satellite.tsv.gz'." md5 failed. Download failed.";
3092
+					}
3093
+				} else {
3094
+					$error = "File ".$tmp_dir.'satellite.tsv.gz'." doesn't exist. Download failed.";
3095
+				}
2541 3096
 				if ($error != '') {
2542 3097
 					return $error;
2543 3098
 				} else {
2544 3099
 					update_db::insert_satellite_version($satellite_md5);
2545
-					if ($globalDebug) echo "Done\n";
3100
+					if ($globalDebug) {
3101
+						echo "Done\n";
3102
+					}
2546 3103
 				}
2547 3104
 			}
2548 3105
 		}
@@ -2550,17 +3107,25 @@  discard block
 block discarded – undo
2550 3107
 	}
2551 3108
 	public static function update_banned_fam() {
2552 3109
 		global $tmp_dir, $globalDebug;
2553
-		if ($globalDebug) echo "Banned airlines in Europe from FlightAirMap website : Download...";
3110
+		if ($globalDebug) {
3111
+			echo "Banned airlines in Europe from FlightAirMap website : Download...";
3112
+		}
2554 3113
 		update_db::download('http://data.flightairmap.com/data/ban-eu.csv',$tmp_dir.'ban_eu.csv');
2555 3114
 		if (file_exists($tmp_dir.'ban_eu.csv')) {
2556 3115
 			//if ($globalDebug) echo "Gunzip...";
2557 3116
 			//update_db::gunzip($tmp_dir.'ban_ue.csv');
2558
-			if ($globalDebug) echo "Add to DB...";
3117
+			if ($globalDebug) {
3118
+				echo "Add to DB...";
3119
+			}
2559 3120
 			$error = update_db::banned_fam();
2560
-		} else $error = "File ".$tmp_dir.'ban_eu.csv'." doesn't exist. Download failed.";
3121
+		} else {
3122
+			$error = "File ".$tmp_dir.'ban_eu.csv'." doesn't exist. Download failed.";
3123
+		}
2561 3124
 		if ($error != '') {
2562 3125
 			return $error;
2563
-		} elseif ($globalDebug) echo "Done\n";
3126
+		} elseif ($globalDebug) {
3127
+			echo "Done\n";
3128
+		}
2564 3129
 		return '';
2565 3130
 	}
2566 3131
 
@@ -2568,7 +3133,9 @@  discard block
 block discarded – undo
2568 3133
 		global $tmp_dir, $globalDebug, $globalDBdriver;
2569 3134
 		include_once('class.create_db.php');
2570 3135
 		$error = '';
2571
-		if ($globalDebug) echo "Airspace from FlightAirMap website : Download...";
3136
+		if ($globalDebug) {
3137
+			echo "Airspace from FlightAirMap website : Download...";
3138
+		}
2572 3139
 		if ($globalDBdriver == 'mysql') {
2573 3140
 			update_db::download('http://data.flightairmap.com/data/airspace_mysql.sql.gz.md5',$tmp_dir.'airspace.sql.gz.md5');
2574 3141
 		} else {
@@ -2585,9 +3152,13 @@  discard block
 block discarded – undo
2585 3152
 				}
2586 3153
 				if (file_exists($tmp_dir.'airspace.sql.gz')) {
2587 3154
 					if (md5_file($tmp_dir.'airspace.sql.gz') == $airspace_md5) {
2588
-						if ($globalDebug) echo "Gunzip...";
3155
+						if ($globalDebug) {
3156
+							echo "Gunzip...";
3157
+						}
2589 3158
 						update_db::gunzip($tmp_dir.'airspace.sql.gz');
2590
-						if ($globalDebug) echo "Add to DB...";
3159
+						if ($globalDebug) {
3160
+							echo "Add to DB...";
3161
+						}
2591 3162
 						$Connection = new Connection();
2592 3163
 						if ($Connection->tableExists('airspace')) {
2593 3164
 							$query = 'DROP TABLE airspace';
@@ -2600,20 +3171,30 @@  discard block
 block discarded – undo
2600 3171
 						}
2601 3172
 						$error = create_db::import_file($tmp_dir.'airspace.sql');
2602 3173
 						update_db::insert_airspace_version($airspace_md5);
2603
-					} else $error = "File ".$tmp_dir.'airspace.sql.gz'." md5 failed. Download failed.";
2604
-				} else $error = "File ".$tmp_dir.'airspace.sql.gz'." doesn't exist. Download failed.";
3174
+					} else {
3175
+						$error = "File ".$tmp_dir.'airspace.sql.gz'." md5 failed. Download failed.";
3176
+					}
3177
+				} else {
3178
+					$error = "File ".$tmp_dir.'airspace.sql.gz'." doesn't exist. Download failed.";
3179
+				}
2605 3180
 			}
2606
-		} else $error = "File ".$tmp_dir.'airspace.sql.gz.md5'." doesn't exist. Download failed.";
3181
+		} else {
3182
+			$error = "File ".$tmp_dir.'airspace.sql.gz.md5'." doesn't exist. Download failed.";
3183
+		}
2607 3184
 		if ($error != '') {
2608 3185
 			return $error;
2609
-		} elseif ($globalDebug) echo "Done\n";
3186
+		} elseif ($globalDebug) {
3187
+			echo "Done\n";
3188
+		}
2610 3189
 		return '';
2611 3190
 	}
2612 3191
 
2613 3192
 	public static function update_geoid_fam() {
2614 3193
 		global $tmp_dir, $globalDebug, $globalGeoidSource;
2615 3194
 		$error = '';
2616
-		if ($globalDebug) echo "Geoid from FlightAirMap website : Download...";
3195
+		if ($globalDebug) {
3196
+			echo "Geoid from FlightAirMap website : Download...";
3197
+		}
2617 3198
 		update_db::download('http://data.flightairmap.com/data/geoid/'.$globalGeoidSource.'.pgm.gz.md5',$tmp_dir.$globalGeoidSource.'.pgm.gz.md5');
2618 3199
 		if (file_exists($tmp_dir.$globalGeoidSource.'.pgm.gz.md5')) {
2619 3200
 			$geoid_md5_file = explode(' ',file_get_contents($tmp_dir.$globalGeoidSource.'.pgm.gz.md5'));
@@ -2622,76 +3203,116 @@  discard block
 block discarded – undo
2622 3203
 				update_db::download('http://data.flightairmap.com/data/geoid/'.$globalGeoidSource.'.pgm.gz',$tmp_dir.$globalGeoidSource.'.pgm.gz');
2623 3204
 				if (file_exists($tmp_dir.$globalGeoidSource.'.pgm.gz')) {
2624 3205
 					if (md5_file($tmp_dir.$globalGeoidSource.'.pgm.gz') == $geoid_md5) {
2625
-						if ($globalDebug) echo "Gunzip...";
3206
+						if ($globalDebug) {
3207
+							echo "Gunzip...";
3208
+						}
2626 3209
 						update_db::gunzip($tmp_dir.$globalGeoidSource.'.pgm.gz',dirname(__FILE__).'/../data/'.$globalGeoidSource.'.pgm');
2627 3210
 						if (file_exists(dirname(__FILE__).'/../data/'.$globalGeoidSource.'.pgm')) {
2628 3211
 							update_db::insert_geoid_version($geoid_md5);
2629 3212
 						}
2630
-					} else $error = "File ".$tmp_dir.$globalGeoidSource.'.pgm.gz'." md5 failed. Download failed.";
2631
-				} else $error = "File ".$tmp_dir.$globalGeoidSource.'.pgm.gz'." doesn't exist. Download failed.";
3213
+					} else {
3214
+						$error = "File ".$tmp_dir.$globalGeoidSource.'.pgm.gz'." md5 failed. Download failed.";
3215
+					}
3216
+				} else {
3217
+					$error = "File ".$tmp_dir.$globalGeoidSource.'.pgm.gz'." doesn't exist. Download failed.";
3218
+				}
2632 3219
 			}
2633
-		} else $error = "File ".$tmp_dir.$globalGeoidSource.'.pgm.gz.md5'." doesn't exist. Download failed.";
3220
+		} else {
3221
+			$error = "File ".$tmp_dir.$globalGeoidSource.'.pgm.gz.md5'." doesn't exist. Download failed.";
3222
+		}
2634 3223
 		if ($error != '') {
2635 3224
 			return $error;
2636
-		} elseif ($globalDebug) echo "Done\n";
3225
+		} elseif ($globalDebug) {
3226
+			echo "Done\n";
3227
+		}
2637 3228
 		return '';
2638 3229
 	}
2639 3230
 
2640 3231
 	public static function update_tle() {
2641 3232
 		global $tmp_dir, $globalDebug;
2642
-		if ($globalDebug) echo "Download TLE : Download...";
3233
+		if ($globalDebug) {
3234
+			echo "Download TLE : Download...";
3235
+		}
2643 3236
 		$alltle = array('stations.txt','gps-ops.txt','glo-ops.txt','galileo.txt','weather.txt','noaa.txt','goes.txt','resource.txt','dmc.txt','tdrss.txt','geo.txt','intelsat.txt','gorizont.txt',
2644 3237
 		'raduga.txt','molniya.txt','iridium.txt','orbcomm.txt','globalstar.txt','amateur.txt','x-comm.txt','other-comm.txt','sbas.txt','nnss.txt','musson.txt','science.txt','geodetic.txt',
2645 3238
 		'engineering.txt','education.txt','military.txt','radar.txt','cubesat.txt','other.txt','tle-new.txt','visual.txt','sarsat.txt','argos.txt','ses.txt','iridium-NEXT.txt','beidou.txt');
2646 3239
 		foreach ($alltle as $filename) {
2647
-			if ($globalDebug) echo "downloading ".$filename.'...';
3240
+			if ($globalDebug) {
3241
+				echo "downloading ".$filename.'...';
3242
+			}
2648 3243
 			update_db::download('http://celestrak.com/NORAD/elements/'.$filename,$tmp_dir.$filename);
2649 3244
 			if (file_exists($tmp_dir.$filename)) {
2650
-				if ($globalDebug) echo "Add to DB ".$filename."...";
3245
+				if ($globalDebug) {
3246
+					echo "Add to DB ".$filename."...";
3247
+				}
2651 3248
 				$error = update_db::tle($tmp_dir.$filename,str_replace('.txt','',$filename));
2652
-			} else $error = "File ".$tmp_dir.$filename." doesn't exist. Download failed.";
3249
+			} else {
3250
+				$error = "File ".$tmp_dir.$filename." doesn't exist. Download failed.";
3251
+			}
2653 3252
 			if ($error != '') {
2654 3253
 				echo $error."\n";
2655
-			} elseif ($globalDebug) echo "Done\n";
3254
+			} elseif ($globalDebug) {
3255
+				echo "Done\n";
3256
+			}
2656 3257
 		}
2657 3258
 		return '';
2658 3259
 	}
2659 3260
 
2660 3261
 	public static function update_ucsdb() {
2661 3262
 		global $tmp_dir, $globalDebug;
2662
-		if ($globalDebug) echo "Download UCS DB : Download...";
3263
+		if ($globalDebug) {
3264
+			echo "Download UCS DB : Download...";
3265
+		}
2663 3266
 		update_db::download('https://s3.amazonaws.com/ucs-documents/nuclear-weapons/sat-database/4-11-17-update/UCS_Satellite_Database_officialname_1-1-17.txt',$tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt');
2664 3267
 		if (file_exists($tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt')) {
2665
-			if ($globalDebug) echo "Add to DB...";
3268
+			if ($globalDebug) {
3269
+				echo "Add to DB...";
3270
+			}
2666 3271
 			$error = update_db::satellite_ucsdb($tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt');
2667
-		} else $error = "File ".$tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt'." doesn't exist. Download failed.";
3272
+		} else {
3273
+			$error = "File ".$tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt'." doesn't exist. Download failed.";
3274
+		}
2668 3275
 		if ($error != '') {
2669 3276
 			echo $error."\n";
2670
-		} elseif ($globalDebug) echo "Done\n";
3277
+		} elseif ($globalDebug) {
3278
+			echo "Done\n";
3279
+		}
2671 3280
 		return '';
2672 3281
 	}
2673 3282
 
2674 3283
 	public static function update_celestrak() {
2675 3284
 		global $tmp_dir, $globalDebug;
2676
-		if ($globalDebug) echo "Download Celestrak DB : Download...";
3285
+		if ($globalDebug) {
3286
+			echo "Download Celestrak DB : Download...";
3287
+		}
2677 3288
 		update_db::download('http://celestrak.com/pub/satcat.txt',$tmp_dir.'satcat.txt');
2678 3289
 		if (file_exists($tmp_dir.'satcat.txt')) {
2679
-			if ($globalDebug) echo "Add to DB...";
3290
+			if ($globalDebug) {
3291
+				echo "Add to DB...";
3292
+			}
2680 3293
 			$error = update_db::satellite_celestrak($tmp_dir.'satcat.txt');
2681
-		} else $error = "File ".$tmp_dir.'satcat.txt'." doesn't exist. Download failed.";
3294
+		} else {
3295
+			$error = "File ".$tmp_dir.'satcat.txt'." doesn't exist. Download failed.";
3296
+		}
2682 3297
 		if ($error != '') {
2683 3298
 			echo $error."\n";
2684
-		} elseif ($globalDebug) echo "Done\n";
3299
+		} elseif ($globalDebug) {
3300
+			echo "Done\n";
3301
+		}
2685 3302
 		return '';
2686 3303
 	}
2687 3304
 
2688 3305
 	public static function update_models() {
2689 3306
 		global $tmp_dir, $globalDebug;
2690 3307
 		$error = '';
2691
-		if ($globalDebug) echo "Models from FlightAirMap website : Download...";
3308
+		if ($globalDebug) {
3309
+			echo "Models from FlightAirMap website : Download...";
3310
+		}
2692 3311
 		update_db::download('http://data.flightairmap.com/data/models/models.md5sum',$tmp_dir.'models.md5sum');
2693 3312
 		if (file_exists($tmp_dir.'models.md5sum')) {
2694
-			if ($globalDebug) echo "Check files...\n";
3313
+			if ($globalDebug) {
3314
+				echo "Check files...\n";
3315
+			}
2695 3316
 			$newmodelsdb = array();
2696 3317
 			if (($handle = fopen($tmp_dir.'models.md5sum','r')) !== FALSE) {
2697 3318
 				while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
@@ -2710,25 +3331,35 @@  discard block
 block discarded – undo
2710 3331
 			}
2711 3332
 			$diff = array_diff($newmodelsdb,$modelsdb);
2712 3333
 			foreach ($diff as $key => $value) {
2713
-				if ($globalDebug) echo 'Downloading model '.$key.' ...'."\n";
3334
+				if ($globalDebug) {
3335
+					echo 'Downloading model '.$key.' ...'."\n";
3336
+				}
2714 3337
 				update_db::download('http://data.flightairmap.com/data/models/'.$key,dirname(__FILE__).'/../models/'.$key);
2715 3338
 				
2716 3339
 			}
2717 3340
 			update_db::download('http://data.flightairmap.com/data/models/models.md5sum',dirname(__FILE__).'/../models/models.md5sum');
2718
-		} else $error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
3341
+		} else {
3342
+			$error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
3343
+		}
2719 3344
 		if ($error != '') {
2720 3345
 			return $error;
2721
-		} elseif ($globalDebug) echo "Done\n";
3346
+		} elseif ($globalDebug) {
3347
+			echo "Done\n";
3348
+		}
2722 3349
 		return '';
2723 3350
 	}
2724 3351
 
2725 3352
 	public static function update_space_models() {
2726 3353
 		global $tmp_dir, $globalDebug;
2727 3354
 		$error = '';
2728
-		if ($globalDebug) echo "Space models from FlightAirMap website : Download...";
3355
+		if ($globalDebug) {
3356
+			echo "Space models from FlightAirMap website : Download...";
3357
+		}
2729 3358
 		update_db::download('http://data.flightairmap.com/data/models/space/space_models.md5sum',$tmp_dir.'space_models.md5sum');
2730 3359
 		if (file_exists($tmp_dir.'space_models.md5sum')) {
2731
-			if ($globalDebug) echo "Check files...\n";
3360
+			if ($globalDebug) {
3361
+				echo "Check files...\n";
3362
+			}
2732 3363
 			$newmodelsdb = array();
2733 3364
 			if (($handle = fopen($tmp_dir.'space_models.md5sum','r')) !== FALSE) {
2734 3365
 				while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
@@ -2747,25 +3378,35 @@  discard block
 block discarded – undo
2747 3378
 			}
2748 3379
 			$diff = array_diff($newmodelsdb,$modelsdb);
2749 3380
 			foreach ($diff as $key => $value) {
2750
-				if ($globalDebug) echo 'Downloading space model '.$key.' ...'."\n";
3381
+				if ($globalDebug) {
3382
+					echo 'Downloading space model '.$key.' ...'."\n";
3383
+				}
2751 3384
 				update_db::download('http://data.flightairmap.com/data/models/space/'.$key,dirname(__FILE__).'/../models/space/'.$key);
2752 3385
 				
2753 3386
 			}
2754 3387
 			update_db::download('http://data.flightairmap.com/data/models/space/space_models.md5sum',dirname(__FILE__).'/../models/space/space_models.md5sum');
2755
-		} else $error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
3388
+		} else {
3389
+			$error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
3390
+		}
2756 3391
 		if ($error != '') {
2757 3392
 			return $error;
2758
-		} elseif ($globalDebug) echo "Done\n";
3393
+		} elseif ($globalDebug) {
3394
+			echo "Done\n";
3395
+		}
2759 3396
 		return '';
2760 3397
 	}
2761 3398
 
2762 3399
 	public static function update_vehicules_models() {
2763 3400
 		global $tmp_dir, $globalDebug;
2764 3401
 		$error = '';
2765
-		if ($globalDebug) echo "Vehicules models from FlightAirMap website : Download...";
3402
+		if ($globalDebug) {
3403
+			echo "Vehicules models from FlightAirMap website : Download...";
3404
+		}
2766 3405
 		update_db::download('http://data.flightairmap.com/data/models/vehicules/vehicules_models.md5sum',$tmp_dir.'vehicules_models.md5sum');
2767 3406
 		if (file_exists($tmp_dir.'vehicules_models.md5sum')) {
2768
-			if ($globalDebug) echo "Check files...\n";
3407
+			if ($globalDebug) {
3408
+				echo "Check files...\n";
3409
+			}
2769 3410
 			$newmodelsdb = array();
2770 3411
 			if (($handle = fopen($tmp_dir.'vehicules_models.md5sum','r')) !== FALSE) {
2771 3412
 				while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
@@ -2784,15 +3425,21 @@  discard block
 block discarded – undo
2784 3425
 			}
2785 3426
 			$diff = array_diff($newmodelsdb,$modelsdb);
2786 3427
 			foreach ($diff as $key => $value) {
2787
-				if ($globalDebug) echo 'Downloading vehicules model '.$key.' ...'."\n";
3428
+				if ($globalDebug) {
3429
+					echo 'Downloading vehicules model '.$key.' ...'."\n";
3430
+				}
2788 3431
 				update_db::download('http://data.flightairmap.com/data/models/vehicules/'.$key,dirname(__FILE__).'/../models/vehicules/'.$key);
2789 3432
 				
2790 3433
 			}
2791 3434
 			update_db::download('http://data.flightairmap.com/data/models/vehicules/vehicules_models.md5sum',dirname(__FILE__).'/../models/vehicules/vehicules_models.md5sum');
2792
-		} else $error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
3435
+		} else {
3436
+			$error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
3437
+		}
2793 3438
 		if ($error != '') {
2794 3439
 			return $error;
2795
-		} elseif ($globalDebug) echo "Done\n";
3440
+		} elseif ($globalDebug) {
3441
+			echo "Done\n";
3442
+		}
2796 3443
 		return '';
2797 3444
 	}
2798 3445
 
@@ -2835,7 +3482,9 @@  discard block
 block discarded – undo
2835 3482
                 }
2836 3483
 
2837 3484
 		$error = '';
2838
-		if ($globalDebug) echo "Notam : Download...";
3485
+		if ($globalDebug) {
3486
+			echo "Notam : Download...";
3487
+		}
2839 3488
 		update_db::download($globalNOTAMSource,$tmp_dir.'notam.rss');
2840 3489
 		if (file_exists($tmp_dir.'notam.rss')) {
2841 3490
 			$notams = json_decode(json_encode(simplexml_load_file($tmp_dir.'notam.rss')),true);
@@ -2850,14 +3499,30 @@  discard block
 block discarded – undo
2850 3499
 				$data['fir'] = $q[0];
2851 3500
 				$data['code'] = $q[1];
2852 3501
 				$ifrvfr = $q[2];
2853
-				if ($ifrvfr == 'IV') $data['rules'] = 'IFR/VFR';
2854
-				if ($ifrvfr == 'I') $data['rules'] = 'IFR';
2855
-				if ($ifrvfr == 'V') $data['rules'] = 'VFR';
2856
-				if ($q[4] == 'A') $data['scope'] = 'Airport warning';
2857
-				if ($q[4] == 'E') $data['scope'] = 'Enroute warning';
2858
-				if ($q[4] == 'W') $data['scope'] = 'Navigation warning';
2859
-				if ($q[4] == 'AE') $data['scope'] = 'Airport/Enroute warning';
2860
-				if ($q[4] == 'AW') $data['scope'] = 'Airport/Navigation warning';
3502
+				if ($ifrvfr == 'IV') {
3503
+					$data['rules'] = 'IFR/VFR';
3504
+				}
3505
+				if ($ifrvfr == 'I') {
3506
+					$data['rules'] = 'IFR';
3507
+				}
3508
+				if ($ifrvfr == 'V') {
3509
+					$data['rules'] = 'VFR';
3510
+				}
3511
+				if ($q[4] == 'A') {
3512
+					$data['scope'] = 'Airport warning';
3513
+				}
3514
+				if ($q[4] == 'E') {
3515
+					$data['scope'] = 'Enroute warning';
3516
+				}
3517
+				if ($q[4] == 'W') {
3518
+					$data['scope'] = 'Navigation warning';
3519
+				}
3520
+				if ($q[4] == 'AE') {
3521
+					$data['scope'] = 'Airport/Enroute warning';
3522
+				}
3523
+				if ($q[4] == 'AW') {
3524
+					$data['scope'] = 'Airport/Navigation warning';
3525
+				}
2861 3526
 				//$data['scope'] = $q[4];
2862 3527
 				$data['lower_limit'] = $q[5];
2863 3528
 				$data['upper_limit'] = $q[6];
@@ -2865,8 +3530,12 @@  discard block
 block discarded – undo
2865 3530
 				sscanf($latlonrad,'%4c%c%5c%c%3d',$las,$lac,$lns,$lnc,$radius);
2866 3531
 				$latitude = $Common->convertDec($las,'latitude');
2867 3532
 				$longitude = $Common->convertDec($lns,'longitude');
2868
-				if ($lac == 'S') $latitude = '-'.$latitude;
2869
-				if ($lnc == 'W') $longitude = '-'.$longitude;
3533
+				if ($lac == 'S') {
3534
+					$latitude = '-'.$latitude;
3535
+				}
3536
+				if ($lnc == 'W') {
3537
+					$longitude = '-'.$longitude;
3538
+				}
2870 3539
 				$data['center_latitude'] = $latitude;
2871 3540
 				$data['center_longitude'] = $longitude;
2872 3541
 				$data['radius'] = intval($radius);
@@ -2896,10 +3565,14 @@  discard block
 block discarded – undo
2896 3565
 				$NOTAM->addNOTAM($data['ref'],$data['title'],'',$data['fir'],$data['code'],'',$data['scope'],$data['lower_limit'],$data['upper_limit'],$data['center_latitude'],$data['center_longitude'],$data['radius'],$data['date_begin'],$data['date_end'],$data['permanent'],$data['text'],$data['full_notam']);
2897 3566
 				unset($data);
2898 3567
 			} 
2899
-		} else $error = "File ".$tmp_dir.'notam.rss'." doesn't exist. Download failed.";
3568
+		} else {
3569
+			$error = "File ".$tmp_dir.'notam.rss'." doesn't exist. Download failed.";
3570
+		}
2900 3571
 		if ($error != '') {
2901 3572
 			return $error;
2902
-		} elseif ($globalDebug) echo "Done\n";
3573
+		} elseif ($globalDebug) {
3574
+			echo "Done\n";
3575
+		}
2903 3576
 		return '';
2904 3577
 	}
2905 3578
 	
@@ -2924,7 +3597,9 @@  discard block
 block discarded – undo
2924 3597
 		$airspace_lst = $Common->getData('https://raw.githubusercontent.com/XCSoar/xcsoar-data-repository/master/data/airspace.json');
2925 3598
 		$airspace_json = json_decode($airspace_lst,true);
2926 3599
 		foreach ($airspace_json['records'] as $airspace) {
2927
-			if ($globalDebug) echo $airspace['name']."...\n";
3600
+			if ($globalDebug) {
3601
+				echo $airspace['name']."...\n";
3602
+			}
2928 3603
 			update_db::download($airspace['uri'],$tmp_dir.$airspace['name']);
2929 3604
 			if (file_exists($tmp_dir.$airspace['name'])) {
2930 3605
 				file_put_contents($tmp_dir.$airspace['name'], utf8_encode(file_get_contents($tmp_dir.$airspace['name'])));
@@ -2968,8 +3643,11 @@  discard block
 block discarded – undo
2968 3643
                         return "error : ".$e->getMessage();
2969 3644
                 }
2970 3645
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
2971
-                if ($row['nb'] > 0) return false;
2972
-                else return true;
3646
+                if ($row['nb'] > 0) {
3647
+                	return false;
3648
+                } else {
3649
+                	return true;
3650
+                }
2973 3651
 	}
2974 3652
 
2975 3653
 	public static function insert_last_update() {
@@ -2994,8 +3672,11 @@  discard block
 block discarded – undo
2994 3672
                         return "error : ".$e->getMessage();
2995 3673
                 }
2996 3674
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
2997
-                if ($row['nb'] > 0) return true;
2998
-                else return false;
3675
+                if ($row['nb'] > 0) {
3676
+                	return true;
3677
+                } else {
3678
+                	return false;
3679
+                }
2999 3680
 	}
3000 3681
 
3001 3682
 	public static function check_geoid_version($version) {
@@ -3008,8 +3689,11 @@  discard block
 block discarded – undo
3008 3689
                         return "error : ".$e->getMessage();
3009 3690
                 }
3010 3691
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
3011
-                if ($row['nb'] > 0) return true;
3012
-                else return false;
3692
+                if ($row['nb'] > 0) {
3693
+                	return true;
3694
+                } else {
3695
+                	return false;
3696
+                }
3013 3697
 	}
3014 3698
 
3015 3699
 	public static function check_marine_identity_version($version) {
@@ -3022,8 +3706,11 @@  discard block
 block discarded – undo
3022 3706
 			return "error : ".$e->getMessage();
3023 3707
 		}
3024 3708
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3025
-		if ($row['nb'] > 0) return true;
3026
-		else return false;
3709
+		if ($row['nb'] > 0) {
3710
+			return true;
3711
+		} else {
3712
+			return false;
3713
+		}
3027 3714
 	}
3028 3715
 
3029 3716
 	public static function check_satellite_version($version) {
@@ -3036,8 +3723,11 @@  discard block
 block discarded – undo
3036 3723
 			return "error : ".$e->getMessage();
3037 3724
 		}
3038 3725
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3039
-		if ($row['nb'] > 0) return true;
3040
-		else return false;
3726
+		if ($row['nb'] > 0) {
3727
+			return true;
3728
+		} else {
3729
+			return false;
3730
+		}
3041 3731
 	}
3042 3732
 
3043 3733
 	public static function check_airlines_version($version) {
@@ -3050,8 +3740,11 @@  discard block
 block discarded – undo
3050 3740
 			return "error : ".$e->getMessage();
3051 3741
 		}
3052 3742
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3053
-		if ($row['nb'] > 0) return true;
3054
-		else return false;
3743
+		if ($row['nb'] > 0) {
3744
+			return true;
3745
+		} else {
3746
+			return false;
3747
+		}
3055 3748
 	}
3056 3749
 
3057 3750
 	public static function check_notam_version($version) {
@@ -3064,8 +3757,11 @@  discard block
 block discarded – undo
3064 3757
 			return "error : ".$e->getMessage();
3065 3758
 		}
3066 3759
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3067
-		if ($row['nb'] > 0) return true;
3068
-		else return false;
3760
+		if ($row['nb'] > 0) {
3761
+			return true;
3762
+		} else {
3763
+			return false;
3764
+		}
3069 3765
 	}
3070 3766
 
3071 3767
 	public static function insert_airlines_version($version) {
@@ -3155,8 +3851,11 @@  discard block
 block discarded – undo
3155 3851
                         return "error : ".$e->getMessage();
3156 3852
                 }
3157 3853
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
3158
-                if ($row['nb'] > 0) return false;
3159
-                else return true;
3854
+                if ($row['nb'] > 0) {
3855
+                	return false;
3856
+                } else {
3857
+                	return true;
3858
+                }
3160 3859
 	}
3161 3860
 
3162 3861
 	public static function insert_last_notam_update() {
@@ -3186,8 +3885,11 @@  discard block
 block discarded – undo
3186 3885
                         return "error : ".$e->getMessage();
3187 3886
                 }
3188 3887
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
3189
-                if ($row['nb'] > 0) return false;
3190
-                else return true;
3888
+                if ($row['nb'] > 0) {
3889
+                	return false;
3890
+                } else {
3891
+                	return true;
3892
+                }
3191 3893
 	}
3192 3894
 
3193 3895
 	public static function insert_last_airspace_update() {
@@ -3217,8 +3919,11 @@  discard block
 block discarded – undo
3217 3919
                         return "error : ".$e->getMessage();
3218 3920
                 }
3219 3921
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
3220
-                if ($row['nb'] > 0) return false;
3221
-                else return true;
3922
+                if ($row['nb'] > 0) {
3923
+                	return false;
3924
+                } else {
3925
+                	return true;
3926
+                }
3222 3927
 	}
3223 3928
 
3224 3929
 	public static function insert_last_geoid_update() {
@@ -3248,8 +3953,11 @@  discard block
 block discarded – undo
3248 3953
 			return "error : ".$e->getMessage();
3249 3954
 		}
3250 3955
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3251
-		if ($row['nb'] > 0) return false;
3252
-		else return true;
3956
+		if ($row['nb'] > 0) {
3957
+			return false;
3958
+		} else {
3959
+			return true;
3960
+		}
3253 3961
 	}
3254 3962
 
3255 3963
 	public static function insert_last_owner_update() {
@@ -3279,8 +3987,11 @@  discard block
 block discarded – undo
3279 3987
 			return "error : ".$e->getMessage();
3280 3988
 		}
3281 3989
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3282
-		if ($row['nb'] > 0) return false;
3283
-		else return true;
3990
+		if ($row['nb'] > 0) {
3991
+			return false;
3992
+		} else {
3993
+			return true;
3994
+		}
3284 3995
 	}
3285 3996
 
3286 3997
 	public static function insert_last_airlines_update() {
@@ -3310,8 +4021,11 @@  discard block
 block discarded – undo
3310 4021
                         return "error : ".$e->getMessage();
3311 4022
                 }
3312 4023
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
3313
-                if ($row['nb'] > 0) return false;
3314
-                else return true;
4024
+                if ($row['nb'] > 0) {
4025
+                	return false;
4026
+                } else {
4027
+                	return true;
4028
+                }
3315 4029
 	}
3316 4030
 
3317 4031
 	public static function insert_last_schedules_update() {
@@ -3341,8 +4055,11 @@  discard block
 block discarded – undo
3341 4055
 			return "error : ".$e->getMessage();
3342 4056
 		}
3343 4057
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3344
-		if ($row['nb'] > 0) return false;
3345
-		else return true;
4058
+		if ($row['nb'] > 0) {
4059
+			return false;
4060
+		} else {
4061
+			return true;
4062
+		}
3346 4063
 	}
3347 4064
 
3348 4065
 	public static function insert_last_tle_update() {
@@ -3372,8 +4089,11 @@  discard block
 block discarded – undo
3372 4089
 			return "error : ".$e->getMessage();
3373 4090
 		}
3374 4091
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3375
-		if ($row['nb'] > 0) return false;
3376
-		else return true;
4092
+		if ($row['nb'] > 0) {
4093
+			return false;
4094
+		} else {
4095
+			return true;
4096
+		}
3377 4097
 	}
3378 4098
 
3379 4099
 	public static function insert_last_ucsdb_update() {
@@ -3403,8 +4123,11 @@  discard block
 block discarded – undo
3403 4123
 			return "error : ".$e->getMessage();
3404 4124
 		}
3405 4125
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3406
-		if ($row['nb'] > 0) return false;
3407
-		else return true;
4126
+		if ($row['nb'] > 0) {
4127
+			return false;
4128
+		} else {
4129
+			return true;
4130
+		}
3408 4131
 	}
3409 4132
 
3410 4133
 	public static function insert_last_celestrak_update() {
@@ -3434,8 +4157,11 @@  discard block
 block discarded – undo
3434 4157
 			return "error : ".$e->getMessage();
3435 4158
 		}
3436 4159
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3437
-		if ($row['nb'] > 0) return false;
3438
-		else return true;
4160
+		if ($row['nb'] > 0) {
4161
+			return false;
4162
+		} else {
4163
+			return true;
4164
+		}
3439 4165
 	}
3440 4166
 
3441 4167
 	public static function check_last_satellite_update() {
@@ -3453,8 +4179,11 @@  discard block
 block discarded – undo
3453 4179
 			return "error : ".$e->getMessage();
3454 4180
 		}
3455 4181
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
3456
-		if ($row['nb'] > 0) return false;
3457
-		else return true;
4182
+		if ($row['nb'] > 0) {
4183
+			return false;
4184
+		} else {
4185
+			return true;
4186
+		}
3458 4187
 	}
3459 4188
 
3460 4189
 	public static function insert_last_marine_identity_update() {
Please login to merge, or discard this patch.
Spacing   +374 added lines, -374 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
 		$ch = curl_init();
17 17
 		curl_setopt($ch, CURLOPT_URL, $url);
18 18
 		if (isset($globalForceIPv4) && $globalForceIPv4) {
19
-			if (defined('CURLOPT_IPRESOLVE') && defined('CURL_IPRESOLVE_V4')){
19
+			if (defined('CURLOPT_IPRESOLVE') && defined('CURL_IPRESOLVE_V4')) {
20 20
 				curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
21 21
 			}
22 22
 		}
@@ -34,20 +34,20 @@  discard block
 block discarded – undo
34 34
 		fclose($fp);
35 35
 	}
36 36
 
37
-	public static function gunzip($in_file,$out_file_name = '') {
37
+	public static function gunzip($in_file, $out_file_name = '') {
38 38
 		//echo $in_file.' -> '.$out_file_name."\n";
39 39
 		$buffer_size = 4096; // read 4kb at a time
40 40
 		if ($out_file_name == '') $out_file_name = str_replace('.gz', '', $in_file); 
41 41
 		if ($in_file != '' && file_exists($in_file)) {
42 42
 			// PHP version of Ubuntu use gzopen64 instead of gzopen
43
-			if (function_exists('gzopen')) $file = gzopen($in_file,'rb');
44
-			elseif (function_exists('gzopen64')) $file = gzopen64($in_file,'rb');
43
+			if (function_exists('gzopen')) $file = gzopen($in_file, 'rb');
44
+			elseif (function_exists('gzopen64')) $file = gzopen64($in_file, 'rb');
45 45
 			else {
46 46
 				echo 'gzopen not available';
47 47
 				die;
48 48
 			}
49 49
 			$out_file = fopen($out_file_name, 'wb'); 
50
-			while(!gzeof($file)) {
50
+			while (!gzeof($file)) {
51 51
 				fwrite($out_file, gzread($file, $buffer_size));
52 52
 			}  
53 53
 			fclose($out_file);
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 		try {
72 72
 			self::$db_sqlite = new PDO('sqlite:'.$database);
73 73
 			self::$db_sqlite->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
74
-		} catch(PDOException $e) {
74
+		} catch (PDOException $e) {
75 75
 			return "error : ".$e->getMessage();
76 76
 		}
77 77
 	}
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
 			//$Connection = new Connection();
87 87
 			$sth = $Connection->db->prepare($query);
88 88
                         $sth->execute(array(':source' => $database_file));
89
-                } catch(PDOException $e) {
89
+                } catch (PDOException $e) {
90 90
                         return "error : ".$e->getMessage();
91 91
                 }
92 92
 
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
97 97
 		try {
98 98
                         $sth = update_db::$db_sqlite->prepare($query);
99 99
                         $sth->execute();
100
-                } catch(PDOException $e) {
100
+                } catch (PDOException $e) {
101 101
                         return "error : ".$e->getMessage();
102 102
                 }
103 103
 		//$query_dest = 'INSERT INTO routes (`RouteID`,`CallSign`,`Operator_ICAO`,`FromAirport_ICAO`,`ToAirport_ICAO`,`RouteStop`,`Source`) VALUES (:RouteID, :CallSign, :Operator_ICAO, :FromAirport_ICAO, :ToAirport_ICAO, :routestop, :source)';
@@ -108,11 +108,11 @@  discard block
 block discarded – undo
108 108
 			if ($globalTransaction) $Connection->db->beginTransaction();
109 109
             		while ($values = $sth->fetch(PDO::FETCH_ASSOC)) {
110 110
 				//$query_dest_values = array(':RouteID' => $values['RouteId'],':CallSign' => $values['Callsign'],':Operator_ICAO' => $values['operator_icao'],':FromAirport_ICAO' => $values['FromAirportIcao'],':ToAirport_ICAO' => $values['ToAirportIcao'],':routestop' => $values['AllStop'],':source' => $database_file);
111
-				$query_dest_values = array(':CallSign' => $values['Callsign'],':Operator_ICAO' => $values['operator_icao'],':FromAirport_ICAO' => $values['FromAirportIcao'],':ToAirport_ICAO' => $values['ToAirportIcao'],':routestop' => $values['AllStop'],':source' => $database_file);
111
+				$query_dest_values = array(':CallSign' => $values['Callsign'], ':Operator_ICAO' => $values['operator_icao'], ':FromAirport_ICAO' => $values['FromAirportIcao'], ':ToAirport_ICAO' => $values['ToAirportIcao'], ':routestop' => $values['AllStop'], ':source' => $database_file);
112 112
 				$sth_dest->execute($query_dest_values);
113 113
             		}
114 114
 			if ($globalTransaction) $Connection->db->commit();
115
-		} catch(PDOException $e) {
115
+		} catch (PDOException $e) {
116 116
 			if ($globalTransaction) $Connection->db->rollBack(); 
117 117
 			return "error : ".$e->getMessage();
118 118
 		}
@@ -128,26 +128,26 @@  discard block
 block discarded – undo
128 128
 			//$Connection = new Connection();
129 129
 			$sth = $Connection->db->prepare($query);
130 130
                         $sth->execute(array(':source' => 'oneworld'));
131
-                } catch(PDOException $e) {
131
+                } catch (PDOException $e) {
132 132
                         return "error : ".$e->getMessage();
133 133
                 }
134 134
 
135 135
     		if ($globalDebug) echo " - Add routes to DB -";
136 136
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
137 137
 		$Spotter = new Spotter();
138
-		if ($fh = fopen($database_file,"r")) {
138
+		if ($fh = fopen($database_file, "r")) {
139 139
 			$query_dest = 'INSERT INTO routes (CallSign,Operator_ICAO,FromAirport_ICAO,FromAirport_Time,ToAirport_ICAO,ToAirport_Time,RouteStop,Source) VALUES (:CallSign, :Operator_ICAO, :FromAirport_ICAO,:FromAirport_Time, :ToAirport_ICAO, :ToAirport_Time,:routestop, :source)';
140 140
 			$Connection = new Connection();
141 141
 			$sth_dest = $Connection->db->prepare($query_dest);
142 142
 			if ($globalTransaction) $Connection->db->beginTransaction();
143 143
 			while (!feof($fh)) {
144
-				$line = fgetcsv($fh,9999,',');
144
+				$line = fgetcsv($fh, 9999, ',');
145 145
 				if ($line[0] != '') {
146 146
 					if (($line[2] == '-' || ($line[2] != '-' && (strtotime($line[2]) > time()))) && ($line[3] == '-' || ($line[3] != '-' && (strtotime($line[3]) < time())))) {
147 147
 						try {
148
-							$query_dest_values = array(':CallSign' => str_replace('*','',$line[7]),':Operator_ICAO' => '',':FromAirport_ICAO' => $Spotter->getAirportICAO($line[0]),':FromAirport_Time' => $line[5],':ToAirport_ICAO' => $Spotter->getAirportICAO($line[1]),':ToAirport_Time' => $line[6],':routestop' => '',':source' => 'oneworld');
148
+							$query_dest_values = array(':CallSign' => str_replace('*', '', $line[7]), ':Operator_ICAO' => '', ':FromAirport_ICAO' => $Spotter->getAirportICAO($line[0]), ':FromAirport_Time' => $line[5], ':ToAirport_ICAO' => $Spotter->getAirportICAO($line[1]), ':ToAirport_Time' => $line[6], ':routestop' => '', ':source' => 'oneworld');
149 149
 							$sth_dest->execute($query_dest_values);
150
-						} catch(PDOException $e) {
150
+						} catch (PDOException $e) {
151 151
 							if ($globalTransaction) $Connection->db->rollBack(); 
152 152
 							return "error : ".$e->getMessage();
153 153
 						}
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
 			//$Connection = new Connection();
170 170
 			$sth = $Connection->db->prepare($query);
171 171
                         $sth->execute(array(':source' => 'skyteam'));
172
-                } catch(PDOException $e) {
172
+                } catch (PDOException $e) {
173 173
                         return "error : ".$e->getMessage();
174 174
                 }
175 175
 
@@ -177,24 +177,24 @@  discard block
 block discarded – undo
177 177
 
178 178
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
179 179
 		$Spotter = new Spotter();
180
-		if ($fh = fopen($database_file,"r")) {
180
+		if ($fh = fopen($database_file, "r")) {
181 181
 			$query_dest = 'INSERT INTO routes (CallSign,Operator_ICAO,FromAirport_ICAO,FromAirport_Time,ToAirport_ICAO,ToAirport_Time,RouteStop,Source) VALUES (:CallSign, :Operator_ICAO, :FromAirport_ICAO,:FromAirport_Time, :ToAirport_ICAO, :ToAirport_Time,:routestop, :source)';
182 182
 			$Connection = new Connection();
183 183
 			$sth_dest = $Connection->db->prepare($query_dest);
184 184
 			try {
185 185
 				if ($globalTransaction) $Connection->db->beginTransaction();
186 186
 				while (!feof($fh)) {
187
-					$line = fgetcsv($fh,9999,',');
187
+					$line = fgetcsv($fh, 9999, ',');
188 188
 					if ($line[0] != '') {
189
-						$datebe = explode('  -  ',$line[2]);
189
+						$datebe = explode('  -  ', $line[2]);
190 190
 						if (strtotime($datebe[0]) > time() && strtotime($datebe[1]) < time()) {
191
-							$query_dest_values = array(':CallSign' => str_replace('*','',$line[6]),':Operator_ICAO' => '',':FromAirport_ICAO' => $Spotter->getAirportICAO($line[0]),':FromAirport_Time' => $line[4],':ToAirport_ICAO' => $Spotter->getAirportICAO($line[1]),':ToAirport_Time' => $line[5],':routestop' => '',':source' => 'skyteam');
191
+							$query_dest_values = array(':CallSign' => str_replace('*', '', $line[6]), ':Operator_ICAO' => '', ':FromAirport_ICAO' => $Spotter->getAirportICAO($line[0]), ':FromAirport_Time' => $line[4], ':ToAirport_ICAO' => $Spotter->getAirportICAO($line[1]), ':ToAirport_Time' => $line[5], ':routestop' => '', ':source' => 'skyteam');
192 192
 							$sth_dest->execute($query_dest_values);
193 193
 						}
194 194
 					}
195 195
 				}
196 196
 				if ($globalTransaction) $Connection->db->commit();
197
-			} catch(PDOException $e) {
197
+			} catch (PDOException $e) {
198 198
 				if ($globalTransaction) $Connection->db->rollBack(); 
199 199
 				return "error : ".$e->getMessage();
200 200
 			}
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
 			$Connection = new Connection();
210 210
 			$sth = $Connection->db->prepare($query);
211 211
                         $sth->execute(array(':source' => $database_file));
212
-                } catch(PDOException $e) {
212
+                } catch (PDOException $e) {
213 213
                         return "error : ".$e->getMessage();
214 214
                 }
215 215
 		$query = "DELETE FROM aircraft_owner WHERE Source = '' OR Source IS NULL OR Source = :source";
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
 			$Connection = new Connection();
218 218
 			$sth = $Connection->db->prepare($query);
219 219
                         $sth->execute(array(':source' => $database_file));
220
-                } catch(PDOException $e) {
220
+                } catch (PDOException $e) {
221 221
                         return "error : ".$e->getMessage();
222 222
                 }
223 223
 
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
 		try {
227 227
                         $sth = update_db::$db_sqlite->prepare($query);
228 228
                         $sth->execute();
229
-                } catch(PDOException $e) {
229
+                } catch (PDOException $e) {
230 230
                         return "error : ".$e->getMessage();
231 231
                 }
232 232
 		//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
@@ -243,15 +243,15 @@  discard block
 block discarded – undo
243 243
 			//$query_dest_values = array(':AircraftID' => $values['AircraftID'],':FirstCreated' => $values['FirstCreated'],':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':SerialNo' => $values['SerialNo'], ':OperatorFlagCode' => $values['OperatorFlagCode'], ':Manufacturer' => $values['Manufacturer'], ':Type' => $values['Type'], ':FirstRegDate' => $values['FirstRegDate'], ':CurrentRegDate' => $values['CurrentRegDate'], ':Country' => $values['Country'], ':PreviousID' => $values['PreviousID'], ':DeRegDate' => $values['DeRegDate'], ':Status' => $values['Status'], ':PopularName' => $values['PopularName'],':GenericName' => $values['GenericName'],':AircraftClass' => $values['AircraftClass'], ':Engines' => $values['Engines'], ':OwnershipStatus' => $values['OwnershipStatus'],':RegisteredOwners' => $values['RegisteredOwners'],':MTOW' => $values['MTOW'], ':TotalHours' => $values['TotalHours'],':YearBuilt' => $values['YearBuilt'], ':CofACategory' => $values['CofACategory'], ':CofAExpiry' => $values['CofAExpiry'], ':UserNotes' => $values['UserNotes'], ':Interested' => $values['Interested'], ':UserTag' => $values['UserTag'], ':InfoUrl' => $values['InfoURL'], ':PictureUrl1' => $values['PictureURL1'], ':PictureUrl2' => $values['PictureURL2'], ':PictureUrl3' => $values['PictureURL3'], ':UserBool1' => $values['UserBool1'], ':UserBool2' => $values['UserBool2'], ':UserBool3' => $values['UserBool3'], ':UserBool4' => $values['UserBool4'], ':UserBool5' => $values['UserBool5'], ':UserString1' => $values['UserString1'], ':UserString2' => $values['UserString2'], ':UserString3' => $values['UserString3'], ':UserString4' => $values['UserString4'], ':UserString5' => $values['UserString5'], ':UserInt1' => $values['UserInt1'], ':UserInt2' => $values['UserInt2'], ':UserInt3' => $values['UserInt3'], ':UserInt4' => $values['UserInt4'], ':UserInt5' => $values['UserInt5']);
244 244
 				if ($values['UserString4'] == 'M') $type = 'military';
245 245
 				else $type = null;
246
-				$query_dest_values = array(':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':source' => $database_file,':type' => $type);
246
+				$query_dest_values = array(':LastModified' => $values['LastModified'], ':ModeS' => $values['ModeS'], ':ModeSCountry' => $values['ModeSCountry'], ':Registration' => $values['Registration'], ':ICAOTypeCode' => $values['ICAOTypeCode'], ':source' => $database_file, ':type' => $type);
247 247
 				$sth_dest->execute($query_dest_values);
248 248
 				if ($values['RegisteredOwners'] != '' && $values['RegisteredOwners'] != NULL && $values['RegisteredOwners'] != 'Private') {
249
-				    $query_dest_owner_values = array(':registration' => $values['Registration'],':source' => $database_file,':owner' => $values['RegisteredOwners']);
249
+				    $query_dest_owner_values = array(':registration' => $values['Registration'], ':source' => $database_file, ':owner' => $values['RegisteredOwners']);
250 250
 				    $sth_dest_owner->execute($query_dest_owner_values);
251 251
 				}
252 252
             		}
253 253
 			if ($globalTransaction) $Connection->db->commit();
254
-		} catch(PDOException $e) {
254
+		} catch (PDOException $e) {
255 255
 			return "error : ".$e->getMessage();
256 256
 		}
257 257
 
@@ -261,7 +261,7 @@  discard block
 block discarded – undo
261 261
 			$Connection = new Connection();
262 262
 			$sth = $Connection->db->prepare($query);
263 263
                         $sth->execute(array(':source' => $database_file));
264
-                } catch(PDOException $e) {
264
+                } catch (PDOException $e) {
265 265
                         return "error : ".$e->getMessage();
266 266
                 }
267 267
 		return '';
@@ -276,11 +276,11 @@  discard block
 block discarded – undo
276 276
 			$Connection = new Connection();
277 277
 			$sth = $Connection->db->prepare($query);
278 278
                         $sth->execute(array(':source' => $database_file));
279
-                } catch(PDOException $e) {
279
+                } catch (PDOException $e) {
280 280
                         return "error : ".$e->getMessage();
281 281
                 }
282 282
 		
283
-		if ($fh = fopen($database_file,"r")) {
283
+		if ($fh = fopen($database_file, "r")) {
284 284
 			//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
285 285
 			$query_dest = 'INSERT INTO aircraft_modes (ModeS,Registration,ICAOTypeCode,Source,source_type) VALUES (:ModeS,:Registration,:ICAOTypeCode,:source,:source_type)';
286 286
 		
@@ -290,13 +290,13 @@  discard block
 block discarded – undo
290 290
 				if ($globalTransaction) $Connection->db->beginTransaction();
291 291
             			while (!feof($fh)) {
292 292
             				$values = array();
293
-            				$line = $Common->hex2str(fgets($fh,9999));
293
+            				$line = $Common->hex2str(fgets($fh, 9999));
294 294
 					//FFFFFF                     RIDEAU VALLEY SOARINGASW-20               C-FBKN MZ 123.400
295
-            				$values['ModeS'] = substr($line,0,6);
296
-            				$values['Registration'] = trim(substr($line,69,6));
297
-            				$aircraft_name = trim(substr($line,48,6));
295
+            				$values['ModeS'] = substr($line, 0, 6);
296
+            				$values['Registration'] = trim(substr($line, 69, 6));
297
+            				$aircraft_name = trim(substr($line, 48, 6));
298 298
             				// Check if we can find ICAO, else set it to GLID
299
-            				$aircraft_name_split = explode(' ',$aircraft_name);
299
+            				$aircraft_name_split = explode(' ', $aircraft_name);
300 300
             				$search_more = '';
301 301
             				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
302 302
             				$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
@@ -308,20 +308,20 @@  discard block
 block discarded – undo
308 308
 	            				if (isset($result['icao']) && $result['icao'] != '') {
309 309
 	            				    $values['ICAOTypeCode'] = $result['icao'];
310 310
 	            				} 
311
-					} catch(PDOException $e) {
311
+					} catch (PDOException $e) {
312 312
 						return "error : ".$e->getMessage();
313 313
 					}
314 314
 					if (!isset($values['ICAOTypeCode'])) $values['ICAOTypeCode'] = 'GLID';
315 315
 					// Add data to db
316 316
 					if ($values['Registration'] != '' && $values['Registration'] != '0000') {
317 317
 						//$query_dest_values = array(':AircraftID' => $values['AircraftID'],':FirstCreated' => $values['FirstCreated'],':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':SerialNo' => $values['SerialNo'], ':OperatorFlagCode' => $values['OperatorFlagCode'], ':Manufacturer' => $values['Manufacturer'], ':Type' => $values['Type'], ':FirstRegDate' => $values['FirstRegDate'], ':CurrentRegDate' => $values['CurrentRegDate'], ':Country' => $values['Country'], ':PreviousID' => $values['PreviousID'], ':DeRegDate' => $values['DeRegDate'], ':Status' => $values['Status'], ':PopularName' => $values['PopularName'],':GenericName' => $values['GenericName'],':AircraftClass' => $values['AircraftClass'], ':Engines' => $values['Engines'], ':OwnershipStatus' => $values['OwnershipStatus'],':RegisteredOwners' => $values['RegisteredOwners'],':MTOW' => $values['MTOW'], ':TotalHours' => $values['TotalHours'],':YearBuilt' => $values['YearBuilt'], ':CofACategory' => $values['CofACategory'], ':CofAExpiry' => $values['CofAExpiry'], ':UserNotes' => $values['UserNotes'], ':Interested' => $values['Interested'], ':UserTag' => $values['UserTag'], ':InfoUrl' => $values['InfoURL'], ':PictureUrl1' => $values['PictureURL1'], ':PictureUrl2' => $values['PictureURL2'], ':PictureUrl3' => $values['PictureURL3'], ':UserBool1' => $values['UserBool1'], ':UserBool2' => $values['UserBool2'], ':UserBool3' => $values['UserBool3'], ':UserBool4' => $values['UserBool4'], ':UserBool5' => $values['UserBool5'], ':UserString1' => $values['UserString1'], ':UserString2' => $values['UserString2'], ':UserString3' => $values['UserString3'], ':UserString4' => $values['UserString4'], ':UserString5' => $values['UserString5'], ':UserInt1' => $values['UserInt1'], ':UserInt2' => $values['UserInt2'], ':UserInt3' => $values['UserInt3'], ':UserInt4' => $values['UserInt4'], ':UserInt5' => $values['UserInt5']);
318
-						$query_dest_values = array(':ModeS' => $values['ModeS'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':source' => $database_file,':source_type' => 'flarm');
318
+						$query_dest_values = array(':ModeS' => $values['ModeS'], ':Registration' => $values['Registration'], ':ICAOTypeCode' => $values['ICAOTypeCode'], ':source' => $database_file, ':source_type' => 'flarm');
319 319
 						//print_r($query_dest_values);
320 320
 						$sth_dest->execute($query_dest_values);
321 321
 					}
322 322
 				}
323 323
 				if ($globalTransaction) $Connection->db->commit();
324
-			} catch(PDOException $e) {
324
+			} catch (PDOException $e) {
325 325
 				return "error : ".$e->getMessage();
326 326
 			}
327 327
 		}
@@ -331,7 +331,7 @@  discard block
 block discarded – undo
331 331
 			$Connection = new Connection();
332 332
 			$sth = $Connection->db->prepare($query);
333 333
                         $sth->execute(array(':source' => $database_file));
334
-                } catch(PDOException $e) {
334
+                } catch (PDOException $e) {
335 335
                         return "error : ".$e->getMessage();
336 336
                 }
337 337
 		return '';
@@ -345,11 +345,11 @@  discard block
 block discarded – undo
345 345
 			$Connection = new Connection();
346 346
 			$sth = $Connection->db->prepare($query);
347 347
                         $sth->execute(array(':source' => $database_file));
348
-                } catch(PDOException $e) {
348
+                } catch (PDOException $e) {
349 349
                         return "error : ".$e->getMessage();
350 350
                 }
351 351
 		
352
-		if ($fh = fopen($database_file,"r")) {
352
+		if ($fh = fopen($database_file, "r")) {
353 353
 			//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
354 354
 			$query_dest = 'INSERT INTO aircraft_modes (LastModified,ModeS,Registration,ICAOTypeCode,Source,source_type) VALUES (:lastmodified,:ModeS,:Registration,:ICAOTypeCode,:source,:source_type)';
355 355
 		
@@ -357,9 +357,9 @@  discard block
 block discarded – undo
357 357
 			$sth_dest = $Connection->db->prepare($query_dest);
358 358
 			try {
359 359
 				if ($globalTransaction) $Connection->db->beginTransaction();
360
-				$tmp = fgetcsv($fh,9999,',',"'");
360
+				$tmp = fgetcsv($fh, 9999, ',', "'");
361 361
             			while (!feof($fh)) {
362
-            				$line = fgetcsv($fh,9999,',',"'");
362
+            				$line = fgetcsv($fh, 9999, ',', "'");
363 363
             				
364 364
 					//FFFFFF                     RIDEAU VALLEY SOARINGASW-20               C-FBKN MZ 123.400
365 365
 					//print_r($line);
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
             				$values['ICAOTypeCode'] = '';
369 369
             				$aircraft_name = $line[2];
370 370
             				// Check if we can find ICAO, else set it to GLID
371
-            				$aircraft_name_split = explode(' ',$aircraft_name);
371
+            				$aircraft_name_split = explode(' ', $aircraft_name);
372 372
             				$search_more = '';
373 373
             				if (count($aircraft_name) > 1 && strlen($aircraft_name_split[1]) > 3) $search_more .= " AND LIKE '%".$aircraft_name_split[0]."%'";
374 374
             				$query_search = "SELECT * FROM aircraft WHERE type LIKE '%".$aircraft_name."%'".$search_more;
@@ -377,20 +377,20 @@  discard block
 block discarded – undo
377 377
                                     		$sth_search->execute();
378 378
 	            				$result = $sth_search->fetch(PDO::FETCH_ASSOC);
379 379
 	            				if (isset($result['icao']) && $result['icao'] != '') $values['ICAOTypeCode'] = $result['icao'];
380
-					} catch(PDOException $e) {
380
+					} catch (PDOException $e) {
381 381
 						return "error : ".$e->getMessage();
382 382
 					}
383 383
 					//if (!isset($values['ICAOTypeCode'])) $values['ICAOTypeCode'] = 'GLID';
384 384
 					// Add data to db
385 385
 					if ($values['Registration'] != '' && $values['Registration'] != '0000' && $values['ICAOTypeCode'] != '') {
386 386
 						//$query_dest_values = array(':AircraftID' => $values['AircraftID'],':FirstCreated' => $values['FirstCreated'],':LastModified' => $values['LastModified'],':ModeS' => $values['ModeS'],':ModeSCountry' => $values['ModeSCountry'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':SerialNo' => $values['SerialNo'], ':OperatorFlagCode' => $values['OperatorFlagCode'], ':Manufacturer' => $values['Manufacturer'], ':Type' => $values['Type'], ':FirstRegDate' => $values['FirstRegDate'], ':CurrentRegDate' => $values['CurrentRegDate'], ':Country' => $values['Country'], ':PreviousID' => $values['PreviousID'], ':DeRegDate' => $values['DeRegDate'], ':Status' => $values['Status'], ':PopularName' => $values['PopularName'],':GenericName' => $values['GenericName'],':AircraftClass' => $values['AircraftClass'], ':Engines' => $values['Engines'], ':OwnershipStatus' => $values['OwnershipStatus'],':RegisteredOwners' => $values['RegisteredOwners'],':MTOW' => $values['MTOW'], ':TotalHours' => $values['TotalHours'],':YearBuilt' => $values['YearBuilt'], ':CofACategory' => $values['CofACategory'], ':CofAExpiry' => $values['CofAExpiry'], ':UserNotes' => $values['UserNotes'], ':Interested' => $values['Interested'], ':UserTag' => $values['UserTag'], ':InfoUrl' => $values['InfoURL'], ':PictureUrl1' => $values['PictureURL1'], ':PictureUrl2' => $values['PictureURL2'], ':PictureUrl3' => $values['PictureURL3'], ':UserBool1' => $values['UserBool1'], ':UserBool2' => $values['UserBool2'], ':UserBool3' => $values['UserBool3'], ':UserBool4' => $values['UserBool4'], ':UserBool5' => $values['UserBool5'], ':UserString1' => $values['UserString1'], ':UserString2' => $values['UserString2'], ':UserString3' => $values['UserString3'], ':UserString4' => $values['UserString4'], ':UserString5' => $values['UserString5'], ':UserInt1' => $values['UserInt1'], ':UserInt2' => $values['UserInt2'], ':UserInt3' => $values['UserInt3'], ':UserInt4' => $values['UserInt4'], ':UserInt5' => $values['UserInt5']);
387
-						$query_dest_values = array(':lastmodified' => date('Y-m-d H:m:s'),':ModeS' => $values['ModeS'],':Registration' => $values['Registration'],':ICAOTypeCode' => $values['ICAOTypeCode'],':source' => $database_file,':source_type' => 'flarm');
387
+						$query_dest_values = array(':lastmodified' => date('Y-m-d H:m:s'), ':ModeS' => $values['ModeS'], ':Registration' => $values['Registration'], ':ICAOTypeCode' => $values['ICAOTypeCode'], ':source' => $database_file, ':source_type' => 'flarm');
388 388
 						//print_r($query_dest_values);
389 389
 						$sth_dest->execute($query_dest_values);
390 390
 					}
391 391
 				}
392 392
 				if ($globalTransaction) $Connection->db->commit();
393
-			} catch(PDOException $e) {
393
+			} catch (PDOException $e) {
394 394
 				return "error : ".$e->getMessage();
395 395
 			}
396 396
 		}
@@ -400,13 +400,13 @@  discard block
 block discarded – undo
400 400
 			$Connection = new Connection();
401 401
 			$sth = $Connection->db->prepare($query);
402 402
                         $sth->execute(array(':source' => $database_file));
403
-                } catch(PDOException $e) {
403
+                } catch (PDOException $e) {
404 404
                         return "error : ".$e->getMessage();
405 405
                 }
406 406
 		return '';
407 407
 	}
408 408
 
409
-	public static function retrieve_owner($database_file,$country = 'F') {
409
+	public static function retrieve_owner($database_file, $country = 'F') {
410 410
 		global $globalTransaction, $globalMasterSource;
411 411
 		//$query = 'TRUNCATE TABLE aircraft_modes';
412 412
 		$query = "DELETE FROM aircraft_owner WHERE Source = '' OR Source IS NULL OR Source = :source; DELETE FROM aircraft_modes WHERE Source = :source;";
@@ -414,12 +414,12 @@  discard block
 block discarded – undo
414 414
 			$Connection = new Connection();
415 415
 			$sth = $Connection->db->prepare($query);
416 416
                         $sth->execute(array(':source' => $database_file));
417
-                } catch(PDOException $e) {
417
+                } catch (PDOException $e) {
418 418
                         return "error : ".$e->getMessage();
419 419
                 }
420 420
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
421 421
 		$Spotter = new Spotter();
422
-		if ($fh = fopen($database_file,"r")) {
422
+		if ($fh = fopen($database_file, "r")) {
423 423
 			//$query_dest = 'INSERT INTO aircraft_modes (`AircraftID`,`FirstCreated`,`LastModified`, `ModeS`,`ModeSCountry`,`Registration`,`ICAOTypeCode`,`SerialNo`, `OperatorFlagCode`, `Manufacturer`, `Type`, `FirstRegDate`, `CurrentRegDate`, `Country`, `PreviousID`, `DeRegDate`, `Status`, `PopularName`,`GenericName`,`AircraftClass`, `Engines`, `OwnershipStatus`,`RegisteredOwners`,`MTOW`, `TotalHours`, `YearBuilt`, `CofACategory`, `CofAExpiry`, `UserNotes`, `Interested`, `UserTag`, `InfoUrl`, `PictureUrl1`, `PictureUrl2`, `PictureUrl3`, `UserBool1`, `UserBool2`, `UserBool3`, `UserBool4`, `UserBool5`, `UserString1`, `UserString2`, `UserString3`, `UserString4`, `UserString5`, `UserInt1`, `UserInt2`, `UserInt3`, `UserInt4`, `UserInt5`) VALUES (:AircraftID,:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:SerialNo, :OperatorFlagCode, :Manufacturer, :Type, :FirstRegDate, :CurrentRegDate, :Country, :PreviousID, :DeRegDate, :Status, :PopularName,:GenericName,:AircraftClass, :Engines, :OwnershipStatus,:RegisteredOwners,:MTOW, :TotalHours,:YearBuilt, :CofACategory, :CofAExpiry, :UserNotes, :Interested, :UserTag, :InfoUrl, :PictureUrl1, :PictureUrl2, :PictureUrl3, :UserBool1, :UserBool2, :UserBool3, :UserBool4, :UserBool5, :UserString1, :UserString2, :UserString3, :UserString4, :UserString5, :UserInt1, :UserInt2, :UserInt3, :UserInt4, :UserInt5)';
424 424
 			$query_dest = 'INSERT INTO aircraft_owner (registration,base,owner,date_first_reg,Source) VALUES (:registration,:base,:owner,:date_first_reg,:source)';
425 425
 		        $query_modes = 'INSERT INTO aircraft_modes (ModeS,ModeSCountry,Registration,ICAOTypeCode,Source) VALUES (:modes,:modescountry,:registration,:icaotypecode,:source)';
@@ -429,9 +429,9 @@  discard block
 block discarded – undo
429 429
 			$sth_modes = $Connection->db->prepare($query_modes);
430 430
 			try {
431 431
 				if ($globalTransaction) $Connection->db->beginTransaction();
432
-				$tmp = fgetcsv($fh,9999,',','"');
432
+				$tmp = fgetcsv($fh, 9999, ',', '"');
433 433
             			while (!feof($fh)) {
434
-            				$line = fgetcsv($fh,9999,',','"');
434
+            				$line = fgetcsv($fh, 9999, ',', '"');
435 435
             				$values = array();
436 436
             				//print_r($line);
437 437
             				if ($country == 'F') {
@@ -439,7 +439,7 @@  discard block
 block discarded – undo
439 439
             				    $values['base'] = $line[4];
440 440
             				    $values['owner'] = $line[5];
441 441
             				    if ($line[6] == '') $values['date_first_reg'] = null;
442
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
442
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[6]));
443 443
 					    $values['cancel'] = $line[7];
444 444
 					} elseif ($country == 'EI') {
445 445
 					    // TODO : add modeS & reg to aircraft_modes
@@ -447,7 +447,7 @@  discard block
 block discarded – undo
447 447
             				    $values['base'] = $line[3];
448 448
             				    $values['owner'] = $line[2];
449 449
             				    if ($line[1] == '') $values['date_first_reg'] = null;
450
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[1]));
450
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[1]));
451 451
 					    $values['cancel'] = '';
452 452
 					    $values['modes'] = $line[7];
453 453
 					    $values['icao'] = $line[8];
@@ -467,7 +467,7 @@  discard block
 block discarded – undo
467 467
             				    $values['base'] = null;
468 468
             				    $values['owner'] = $line[5];
469 469
             				    if ($line[18] == '') $values['date_first_reg'] = null;
470
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[18]));
470
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[18]));
471 471
 					    $values['cancel'] = '';
472 472
 					} elseif ($country == 'VH') {
473 473
 					    // TODO : add modeS & reg to aircraft_modes
@@ -475,7 +475,7 @@  discard block
 block discarded – undo
475 475
             				    $values['base'] = null;
476 476
             				    $values['owner'] = $line[12];
477 477
             				    if ($line[28] == '') $values['date_first_reg'] = null;
478
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[28]));
478
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[28]));
479 479
 
480 480
 					    $values['cancel'] = $line[39];
481 481
 					} elseif ($country == 'OE' || $country == '9A' || $country == 'VP' || $country == 'LX' || $country == 'P2' || $country == 'HC') {
@@ -495,28 +495,28 @@  discard block
 block discarded – undo
495 495
             				    $values['base'] = null;
496 496
             				    $values['owner'] = $line[8];
497 497
             				    if ($line[7] == '') $values['date_first_reg'] = null;
498
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
498
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[7]));
499 499
 					    $values['cancel'] = '';
500 500
 					} elseif ($country == 'PP') {
501 501
             				    $values['registration'] = $line[0];
502 502
             				    $values['base'] = null;
503 503
             				    $values['owner'] = $line[4];
504 504
             				    if ($line[6] == '') $values['date_first_reg'] = null;
505
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[6]));
505
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[6]));
506 506
 					    $values['cancel'] = $line[7];
507 507
 					} elseif ($country == 'E7') {
508 508
             				    $values['registration'] = $line[0];
509 509
             				    $values['base'] = null;
510 510
             				    $values['owner'] = $line[4];
511 511
             				    if ($line[5] == '') $values['date_first_reg'] = null;
512
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
512
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[5]));
513 513
 					    $values['cancel'] = '';
514 514
 					} elseif ($country == '8Q') {
515 515
             				    $values['registration'] = $line[0];
516 516
             				    $values['base'] = null;
517 517
             				    $values['owner'] = $line[3];
518 518
             				    if ($line[7] == '') $values['date_first_reg'] = null;
519
-					    else $values['date_first_reg'] = date("Y-m-d",strtotime($line[7]));
519
+					    else $values['date_first_reg'] = date("Y-m-d", strtotime($line[7]));
520 520
 					    $values['cancel'] = '';
521 521
 					} elseif ($country == 'ZK') {
522 522
             				    $values['registration'] = $line[0];
@@ -530,18 +530,18 @@  discard block
 block discarded – undo
530 530
             				    $values['registration'] = $line[0];
531 531
             				    $values['base'] = null;
532 532
             				    $values['owner'] = $line[6];
533
-            				    $values['date_first_reg'] = date("Y-m-d",strtotime($line[5]));
534
-					    $values['cancel'] = date("Y-m-d",strtotime($line[8]));
533
+            				    $values['date_first_reg'] = date("Y-m-d", strtotime($line[5]));
534
+					    $values['cancel'] = date("Y-m-d", strtotime($line[8]));
535 535
 					    $values['modes'] = $line[4];
536 536
 					    $values['icao'] = $line[10];
537 537
 					} elseif ($country == 'OY') {
538 538
             				    $values['registration'] = $line[0];
539
-            				    $values['date_first_reg'] = date("Y-m-d",strtotime($line[4]));
539
+            				    $values['date_first_reg'] = date("Y-m-d", strtotime($line[4]));
540 540
 					    $values['modes'] = $line[5];
541 541
 					    $values['icao'] = $line[6];
542 542
 					} elseif ($country == 'PH') {
543 543
             				    $values['registration'] = $line[0];
544
-            				    $values['date_first_reg'] = date("Y-m-d",strtotime($line[3]));
544
+            				    $values['date_first_reg'] = date("Y-m-d", strtotime($line[3]));
545 545
 					    $values['modes'] = $line[4];
546 546
 					    $values['icao'] = $line[5];
547 547
 					} elseif ($country == 'OM' || $country == 'TF') {
@@ -552,17 +552,17 @@  discard block
 block discarded – undo
552 552
 					    $values['cancel'] = '';
553 553
 					}
554 554
 					if (isset($values['cancel']) && $values['cancel'] == '' && $values['registration'] != null && isset($values['owner'])) {
555
-						$query_dest_values = array(':registration' => $values['registration'],':base' => $values['base'],':date_first_reg' => $values['date_first_reg'],':owner' => $values['owner'],':source' => $database_file);
555
+						$query_dest_values = array(':registration' => $values['registration'], ':base' => $values['base'], ':date_first_reg' => $values['date_first_reg'], ':owner' => $values['owner'], ':source' => $database_file);
556 556
 						$sth_dest->execute($query_dest_values);
557 557
 					}
558 558
 					if ($globalMasterSource && $values['registration'] != null && isset($values['modes']) && $values['modes'] != '') {
559 559
 						$modescountry = $Spotter->countryFromAircraftRegistration($values['registration']);
560
-						$query_modes_values = array(':registration' => $values['registration'],':modes' => $values['modes'],':modescountry' => $modescountry,':icaotypecode' => $values['icao'],':source' => $database_file);
560
+						$query_modes_values = array(':registration' => $values['registration'], ':modes' => $values['modes'], ':modescountry' => $modescountry, ':icaotypecode' => $values['icao'], ':source' => $database_file);
561 561
 						$sth_modes->execute($query_modes_values);
562 562
 					}
563 563
 				}
564 564
 				if ($globalTransaction) $Connection->db->commit();
565
-			} catch(PDOException $e) {
565
+			} catch (PDOException $e) {
566 566
 				return "error : ".$e->getMessage();
567 567
 			}
568 568
 		}
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
 		if ($globalTransaction) $Connection->db->beginTransaction();
701 701
   
702 702
 		$i = 0;
703
-		while($row = sparql_fetch_array($result))
703
+		while ($row = sparql_fetch_array($result))
704 704
 		{
705 705
 			if ($i >= 1) {
706 706
 			//print_r($row);
@@ -720,33 +720,33 @@  discard block
 block discarded – undo
720 720
 				$row['image'] = '';
721 721
 				$row['image_thumb'] = '';
722 722
 			} else {
723
-				$image = str_replace(' ','_',$row['image']);
723
+				$image = str_replace(' ', '_', $row['image']);
724 724
 				$digest = md5($image);
725
-				$folder = $digest[0] . '/' . $digest[0] . $digest[1] . '/' . $image . '/220px-' . $image;
726
-				$row['image_thumb'] = 'http://upload.wikimedia.org/wikipedia/commons/thumb/' . $folder;
727
-				$folder = $digest[0] . '/' . $digest[0] . $digest[1] . '/' . $image;
728
-				$row['image'] = 'http://upload.wikimedia.org/wikipedia/commons/' . $folder;
725
+				$folder = $digest[0].'/'.$digest[0].$digest[1].'/'.$image.'/220px-'.$image;
726
+				$row['image_thumb'] = 'http://upload.wikimedia.org/wikipedia/commons/thumb/'.$folder;
727
+				$folder = $digest[0].'/'.$digest[0].$digest[1].'/'.$image;
728
+				$row['image'] = 'http://upload.wikimedia.org/wikipedia/commons/'.$folder;
729 729
 			}
730 730
 			
731
-			$country = explode('-',$row['country']);
731
+			$country = explode('-', $row['country']);
732 732
 			$row['country'] = $country[0];
733 733
 			
734 734
 			$row['type'] = trim($row['type']);
735
-			if ($row['type'] == 'Military: Naval Auxiliary Air Station' || $row['type'] == 'http://dbpedia.org/resource/Naval_air_station' || $row['type'] == 'Military: Naval Air Station' || $row['type'] == 'Military Northern Fleet' || $row['type'] == 'Military and industrial' || $row['type'] == 'Military: Royal Air Force station' || $row['type'] == 'http://dbpedia.org/resource/Military_airbase' || $row['type'] == 'Military: Naval air station' || preg_match('/air base/i',$row['name'])) {
735
+			if ($row['type'] == 'Military: Naval Auxiliary Air Station' || $row['type'] == 'http://dbpedia.org/resource/Naval_air_station' || $row['type'] == 'Military: Naval Air Station' || $row['type'] == 'Military Northern Fleet' || $row['type'] == 'Military and industrial' || $row['type'] == 'Military: Royal Air Force station' || $row['type'] == 'http://dbpedia.org/resource/Military_airbase' || $row['type'] == 'Military: Naval air station' || preg_match('/air base/i', $row['name'])) {
736 736
 				$row['type'] = 'military';
737 737
 			} elseif ($row['type'] == 'http://dbpedia.org/resource/Airport' || $row['type'] == 'Civil' || $row['type'] == 'Public use' || $row['type'] == 'Public' || $row['type'] == 'http://dbpedia.org/resource/Civilian' || $row['type'] == 'Public, Civilian' || $row['type'] == 'Public / Military' || $row['type'] == 'Private & Civilian' || $row['type'] == 'Civilian and Military' || $row['type'] == 'Public/military' || $row['type'] == 'Active With Few Facilities' || $row['type'] == '?ivilian' || $row['type'] == 'Civil/Military' || $row['type'] == 'NA' || $row['type'] == 'Public/Military') {
738 738
 				$row['type'] = 'small_airport';
739 739
 			}
740 740
 			
741
-			$row['city'] = urldecode(str_replace('_',' ',str_replace('http://dbpedia.org/resource/','',$row['city'])));
742
-			$query_dest_values = array(':name' => $row['name'],':iata' => $row['iata'],':icao' => $row['icao'],':latitude' => $row['latitude'],':longitude' => $row['longitude'],':altitude' => round($row['altitude']),':type' => $row['type'],':city' => $row['city'],':country' => $row['country'],':home_link' => $row['homepage'],':wikipedia_link' => $row['wikipedia_page'],':image' => $row['image'],':image_thumb' => $row['image_thumb']);
741
+			$row['city'] = urldecode(str_replace('_', ' ', str_replace('http://dbpedia.org/resource/', '', $row['city'])));
742
+			$query_dest_values = array(':name' => $row['name'], ':iata' => $row['iata'], ':icao' => $row['icao'], ':latitude' => $row['latitude'], ':longitude' => $row['longitude'], ':altitude' => round($row['altitude']), ':type' => $row['type'], ':city' => $row['city'], ':country' => $row['country'], ':home_link' => $row['homepage'], ':wikipedia_link' => $row['wikipedia_page'], ':image' => $row['image'], ':image_thumb' => $row['image_thumb']);
743 743
 			//print_r($query_dest_values);
744 744
 			
745 745
 			if ($row['icao'] != '') {
746 746
 				try {
747 747
 					$sth = $Connection->db->prepare('SELECT COUNT(*) FROM airport WHERE icao = :icao');
748 748
 					$sth->execute(array(':icao' => $row['icao']));
749
-				} catch(PDOException $e) {
749
+				} catch (PDOException $e) {
750 750
 					return "error : ".$e->getMessage();
751 751
 				}
752 752
 					if ($sth->fetchColumn() > 0) {
@@ -754,15 +754,15 @@  discard block
 block discarded – undo
754 754
 						$query = 'UPDATE airport SET type = :type WHERE icao = :icao';
755 755
 						try {
756 756
 							$sth = $Connection->db->prepare($query);
757
-							$sth->execute(array(':icao' => $row['icao'],':type' => $row['type']));
758
-						} catch(PDOException $e) {
757
+							$sth->execute(array(':icao' => $row['icao'], ':type' => $row['type']));
758
+						} catch (PDOException $e) {
759 759
 							return "error : ".$e->getMessage();
760 760
 						}
761 761
 						echo $row['icao'].' : '.$row['type']."\n";
762 762
 					} else {
763 763
 						try {
764 764
 							$sth_dest->execute($query_dest_values);
765
-						} catch(PDOException $e) {
765
+						} catch (PDOException $e) {
766 766
 							return "error : ".$e->getMessage();
767 767
 						}
768 768
 					}
@@ -813,7 +813,7 @@  discard block
 block discarded – undo
813 813
 		echo "Download data from ourairports.com...\n";
814 814
 		$delimiter = ',';
815 815
 		$out_file = $tmp_dir.'airports.csv';
816
-		update_db::download('http://ourairports.com/data/airports.csv',$out_file);
816
+		update_db::download('http://ourairports.com/data/airports.csv', $out_file);
817 817
 		if (!file_exists($out_file) || !is_readable($out_file)) return FALSE;
818 818
 		echo "Add data from ourairports.com...\n";
819 819
 
@@ -824,33 +824,33 @@  discard block
 block discarded – undo
824 824
 			//$Connection->db->beginTransaction();
825 825
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
826 826
 			{
827
-				if(!$header) $header = $row;
827
+				if (!$header) $header = $row;
828 828
 				else {
829 829
 					$data = array();
830 830
 					$data = array_combine($header, $row);
831 831
 					try {
832 832
 						$sth = $Connection->db->prepare('SELECT COUNT(*) FROM airport WHERE icao = :icao');
833 833
 						$sth->execute(array(':icao' => $data['ident']));
834
-					} catch(PDOException $e) {
834
+					} catch (PDOException $e) {
835 835
 						return "error : ".$e->getMessage();
836 836
 					}
837 837
 					if ($sth->fetchColumn() > 0) {
838 838
 						$query = 'UPDATE airport SET type = :type WHERE icao = :icao';
839 839
 						try {
840 840
 							$sth = $Connection->db->prepare($query);
841
-							$sth->execute(array(':icao' => $data['ident'],':type' => $data['type']));
842
-						} catch(PDOException $e) {
841
+							$sth->execute(array(':icao' => $data['ident'], ':type' => $data['type']));
842
+						} catch (PDOException $e) {
843 843
 							return "error : ".$e->getMessage();
844 844
 						}
845 845
 					} else {
846 846
 						if ($data['gps_code'] == $data['ident']) {
847 847
 						$query = "INSERT INTO airport (name,city,country,iata,icao,latitude,longitude,altitude,type,home_link,wikipedia_link)
848 848
 						    VALUES (:name, :city, :country, :iata, :icao, :latitude, :longitude, :altitude, :type, :home_link, :wikipedia_link)";
849
-						$query_values = array(':name' => $data['name'],':iata' => $data['iata_code'],':icao' => $data['gps_code'],':latitude' => $data['latitude_deg'],':longitude' => $data['longitude_deg'],':altitude' => round($data['elevation_ft']),':type' => $data['type'],':city' => $data['municipality'],':country' => $data['iso_country'],':home_link' => $data['home_link'],':wikipedia_link' => $data['wikipedia_link']);
849
+						$query_values = array(':name' => $data['name'], ':iata' => $data['iata_code'], ':icao' => $data['gps_code'], ':latitude' => $data['latitude_deg'], ':longitude' => $data['longitude_deg'], ':altitude' => round($data['elevation_ft']), ':type' => $data['type'], ':city' => $data['municipality'], ':country' => $data['iso_country'], ':home_link' => $data['home_link'], ':wikipedia_link' => $data['wikipedia_link']);
850 850
 						try {
851 851
 							$sth = $Connection->db->prepare($query);
852 852
 							$sth->execute($query_values);
853
-						} catch(PDOException $e) {
853
+						} catch (PDOException $e) {
854 854
 							return "error : ".$e->getMessage();
855 855
 						}
856 856
 						$i++;
@@ -865,7 +865,7 @@  discard block
 block discarded – undo
865 865
 		
866 866
 		echo "Download data from another free database...\n";
867 867
 		$out_file = $tmp_dir.'GlobalAirportDatabase.zip';
868
-		update_db::download('http://www.partow.net/downloads/GlobalAirportDatabase.zip',$out_file);
868
+		update_db::download('http://www.partow.net/downloads/GlobalAirportDatabase.zip', $out_file);
869 869
 		if (!file_exists($out_file) || !is_readable($out_file)) return FALSE;
870 870
 		update_db::unzip($out_file);
871 871
 		$header = NULL;
@@ -877,15 +877,15 @@  discard block
 block discarded – undo
877 877
 			//$Connection->db->beginTransaction();
878 878
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
879 879
 			{
880
-				if(!$header) $header = $row;
880
+				if (!$header) $header = $row;
881 881
 				else {
882 882
 					$data = $row;
883 883
 
884 884
 					$query = 'UPDATE airport SET city = :city, country = :country WHERE icao = :icao';
885 885
 					try {
886 886
 						$sth = $Connection->db->prepare($query);
887
-						$sth->execute(array(':icao' => $data[0],':city' => ucwords(strtolower($data[3])),':country' => ucwords(strtolower($data[4]))));
888
-					} catch(PDOException $e) {
887
+						$sth->execute(array(':icao' => $data[0], ':city' => ucwords(strtolower($data[3])), ':country' => ucwords(strtolower($data[4]))));
888
+					} catch (PDOException $e) {
889 889
 						return "error : ".$e->getMessage();
890 890
 					}
891 891
 				}
@@ -899,15 +899,15 @@  discard block
 block discarded – undo
899 899
 		try {
900 900
 			$sth = $Connection->db->prepare("SELECT icao FROM airport WHERE name LIKE '%Air Base%'");
901 901
 			$sth->execute();
902
-		} catch(PDOException $e) {
902
+		} catch (PDOException $e) {
903 903
 			return "error : ".$e->getMessage();
904 904
 		}
905 905
 		while ($row = $sth->fetch(PDO::FETCH_ASSOC)) {
906 906
 			$query2 = 'UPDATE airport SET type = :type WHERE icao = :icao';
907 907
 			try {
908 908
 				$sth2 = $Connection->db->prepare($query2);
909
-				$sth2->execute(array(':icao' => $row['icao'],':type' => 'military'));
910
-			} catch(PDOException $e) {
909
+				$sth2->execute(array(':icao' => $row['icao'], ':type' => 'military'));
910
+			} catch (PDOException $e) {
911 911
 				return "error : ".$e->getMessage();
912 912
 			}
913 913
 		}
@@ -928,7 +928,7 @@  discard block
 block discarded – undo
928 928
 			$Connection = new Connection();
929 929
 			$sth = $Connection->db->prepare($query);
930 930
                         $sth->execute(array(':source' => 'translation.csv'));
931
-                } catch(PDOException $e) {
931
+                } catch (PDOException $e) {
932 932
                         return "error : ".$e->getMessage();
933 933
                 }
934 934
 
@@ -945,7 +945,7 @@  discard block
 block discarded – undo
945 945
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
946 946
 			{
947 947
 				$i++;
948
-				if($i > 12) {
948
+				if ($i > 12) {
949 949
 					$data = $row;
950 950
 					$operator = $data[2];
951 951
 					if ($operator != '' && is_numeric(substr(substr($operator, 0, 3), -1, 1))) {
@@ -953,7 +953,7 @@  discard block
 block discarded – undo
953 953
                                                 //echo substr($operator, 0, 2)."\n";;
954 954
                                                 if (count($airline_array) > 0) {
955 955
 							//print_r($airline_array);
956
-							$operator = $airline_array[0]['icao'].substr($operator,2);
956
+							$operator = $airline_array[0]['icao'].substr($operator, 2);
957 957
                                                 }
958 958
                                         }
959 959
 					
@@ -961,14 +961,14 @@  discard block
 block discarded – undo
961 961
 					if ($operator_correct != '' && is_numeric(substr(substr($operator_correct, 0, 3), -1, 1))) {
962 962
                                                 $airline_array = $Spotter->getAllAirlineInfo(substr($operator_correct, 0, 2));
963 963
                                                 if (count($airline_array) > 0) {
964
-                                            		$operator_correct = $airline_array[0]['icao'].substr($operator_correct,2);
964
+                                            		$operator_correct = $airline_array[0]['icao'].substr($operator_correct, 2);
965 965
                                             	}
966 966
                                         }
967 967
 					$query = 'INSERT INTO translation (Reg,Reg_correct,Operator,Operator_correct,Source) VALUES (:Reg, :Reg_correct, :Operator, :Operator_correct, :source)';
968 968
 					try {
969 969
 						$sth = $Connection->db->prepare($query);
970
-						$sth->execute(array(':Reg' => $data[0],':Reg_correct' => $data[1],':Operator' => $operator,':Operator_correct' => $operator_correct, ':source' => 'translation.csv'));
971
-					} catch(PDOException $e) {
970
+						$sth->execute(array(':Reg' => $data[0], ':Reg_correct' => $data[1], ':Operator' => $operator, ':Operator_correct' => $operator_correct, ':source' => 'translation.csv'));
971
+					} catch (PDOException $e) {
972 972
 						return "error : ".$e->getMessage();
973 973
 					}
974 974
 				}
@@ -986,7 +986,7 @@  discard block
 block discarded – undo
986 986
 			$Connection = new Connection();
987 987
 			$sth = $Connection->db->prepare($query);
988 988
 			$sth->execute(array(':source' => 'website_fam'));
989
-		} catch(PDOException $e) {
989
+		} catch (PDOException $e) {
990 990
 			return "error : ".$e->getMessage();
991 991
 		}
992 992
 		//update_db::unzip($out_file);
@@ -1004,8 +1004,8 @@  discard block
 block discarded – undo
1004 1004
 					$query = 'INSERT INTO translation (Reg,Reg_correct,Operator,Operator_correct,Source) VALUES (:Reg, :Reg_correct, :Operator, :Operator_correct, :source)';
1005 1005
 					try {
1006 1006
 						$sth = $Connection->db->prepare($query);
1007
-						$sth->execute(array(':Reg' => $data[0],':Reg_correct' => $data[1],':Operator' => $data[2],':Operator_correct' => $data[3], ':source' => 'website_fam'));
1008
-					} catch(PDOException $e) {
1007
+						$sth->execute(array(':Reg' => $data[0], ':Reg_correct' => $data[1], ':Operator' => $data[2], ':Operator_correct' => $data[3], ':source' => 'website_fam'));
1008
+					} catch (PDOException $e) {
1009 1009
 						return "error : ".$e->getMessage();
1010 1010
 					}
1011 1011
 				}
@@ -1028,7 +1028,7 @@  discard block
 block discarded – undo
1028 1028
 			$Connection = new Connection();
1029 1029
 			$sth = $Connection->db->prepare($query);
1030 1030
                         $sth->execute(array(':source' => 'website_faa'));
1031
-                } catch(PDOException $e) {
1031
+                } catch (PDOException $e) {
1032 1032
                         return "error : ".$e->getMessage();
1033 1033
                 }
1034 1034
 
@@ -1037,7 +1037,7 @@  discard block
 block discarded – undo
1037 1037
 			$Connection = new Connection();
1038 1038
 			$sth = $Connection->db->prepare($query);
1039 1039
                         $sth->execute(array(':source' => 'website_faa'));
1040
-                } catch(PDOException $e) {
1040
+                } catch (PDOException $e) {
1041 1041
                         return "error : ".$e->getMessage();
1042 1042
                 }
1043 1043
 
@@ -1054,8 +1054,8 @@  discard block
 block discarded – undo
1054 1054
 					$query_search = 'SELECT icaotypecode FROM aircraft_modes WHERE registration = :registration AND Source <> :source LIMIT 1';
1055 1055
 					try {
1056 1056
 						$sths = $Connection->db->prepare($query_search);
1057
-						$sths->execute(array(':registration' => 'N'.$data[0],':source' => 'website_faa'));
1058
-					} catch(PDOException $e) {
1057
+						$sths->execute(array(':registration' => 'N'.$data[0], ':source' => 'website_faa'));
1058
+					} catch (PDOException $e) {
1059 1059
 						return "error s : ".$e->getMessage();
1060 1060
 					}
1061 1061
 					$result_search = $sths->fetchAll(PDO::FETCH_ASSOC);
@@ -1068,8 +1068,8 @@  discard block
 block discarded – undo
1068 1068
 							//}
1069 1069
 						try {
1070 1070
 							$sthi = $Connection->db->prepare($queryi);
1071
-							$sthi->execute(array(':mfr' => $data[2],':icao' => $result_search[0]['icaotypecode']));
1072
-						} catch(PDOException $e) {
1071
+							$sthi->execute(array(':mfr' => $data[2], ':icao' => $result_search[0]['icaotypecode']));
1072
+						} catch (PDOException $e) {
1073 1073
 							return "error u : ".$e->getMessage();
1074 1074
 						}
1075 1075
 					} else {
@@ -1077,7 +1077,7 @@  discard block
 block discarded – undo
1077 1077
 						try {
1078 1078
 							$sthsm = $Connection->db->prepare($query_search_mfr);
1079 1079
 							$sthsm->execute(array(':mfr' => $data[2]));
1080
-						} catch(PDOException $e) {
1080
+						} catch (PDOException $e) {
1081 1081
 							return "error mfr : ".$e->getMessage();
1082 1082
 						}
1083 1083
 						$result_search_mfr = $sthsm->fetchAll(PDO::FETCH_ASSOC);
@@ -1087,8 +1087,8 @@  discard block
 block discarded – undo
1087 1087
 							$queryf = 'INSERT INTO aircraft_modes (FirstCreated,LastModified,ModeS,ModeSCountry,Registration,ICAOTypeCode,Source) VALUES (:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:source)';
1088 1088
 							try {
1089 1089
 								$sthf = $Connection->db->prepare($queryf);
1090
-								$sthf->execute(array(':FirstCreated' => $data[16],':LastModified' => $data[15],':ModeS' => $data[33],':ModeSCountry' => $data[14], ':Registration' => 'N'.$data[0],':ICAOTypeCode' => $result_search_mfr[0]['icao'],':source' => 'website_faa'));
1091
-							} catch(PDOException $e) {
1090
+								$sthf->execute(array(':FirstCreated' => $data[16], ':LastModified' => $data[15], ':ModeS' => $data[33], ':ModeSCountry' => $data[14], ':Registration' => 'N'.$data[0], ':ICAOTypeCode' => $result_search_mfr[0]['icao'], ':source' => 'website_faa'));
1091
+							} catch (PDOException $e) {
1092 1092
 								return "error f : ".$e->getMessage();
1093 1093
 							}
1094 1094
 						}
@@ -1098,13 +1098,13 @@  discard block
 block discarded – undo
1098 1098
 						$query = 'INSERT INTO aircraft_owner (registration,base,owner,date_first_reg,Source) VALUES (:registration,:base,:owner,:date_first_reg,:source)';
1099 1099
 						try {
1100 1100
 							$sth = $Connection->db->prepare($query);
1101
-							$sth->execute(array(':registration' => 'N'.$data[0],':base' => $data[9],':owner' => ucwords(strtolower($data[6])),':date_first_reg' => date('Y-m-d',strtotime($data[23])), ':source' => 'website_faa'));
1102
-						} catch(PDOException $e) {
1101
+							$sth->execute(array(':registration' => 'N'.$data[0], ':base' => $data[9], ':owner' => ucwords(strtolower($data[6])), ':date_first_reg' => date('Y-m-d', strtotime($data[23])), ':source' => 'website_faa'));
1102
+						} catch (PDOException $e) {
1103 1103
 							return "error i : ".$e->getMessage();
1104 1104
 						}
1105 1105
 					}
1106 1106
 				}
1107
-				if ($i % 90 == 0) {
1107
+				if ($i%90 == 0) {
1108 1108
 					if ($globalTransaction) $Connection->db->commit();
1109 1109
 					if ($globalTransaction) $Connection->db->beginTransaction();
1110 1110
 				}
@@ -1123,7 +1123,7 @@  discard block
 block discarded – undo
1123 1123
 			$Connection = new Connection();
1124 1124
 			$sth = $Connection->db->prepare($query);
1125 1125
 			$sth->execute(array(':source' => 'website_fam'));
1126
-		} catch(PDOException $e) {
1126
+		} catch (PDOException $e) {
1127 1127
 			return "error : ".$e->getMessage();
1128 1128
 		}
1129 1129
 		$delimiter = "\t";
@@ -1139,8 +1139,8 @@  discard block
 block discarded – undo
1139 1139
 					$query = 'INSERT INTO aircraft_modes (FirstCreated,LastModified,ModeS,ModeSCountry,Registration,ICAOTypeCode,type_flight,Source) VALUES (:FirstCreated,:LastModified,:ModeS,:ModeSCountry,:Registration,:ICAOTypeCode,:type_flight,:source)';
1140 1140
 					try {
1141 1141
 						$sth = $Connection->db->prepare($query);
1142
-						$sth->execute(array(':FirstCreated' => $data[0],':LastModified' => $data[1],':ModeS' => $data[2],':ModeSCountry' => $data[3], ':Registration' => $data[4],':ICAOTypeCode' => $data[5],':type_flight' => $data[6],':source' => 'website_fam'));
1143
-					} catch(PDOException $e) {
1142
+						$sth->execute(array(':FirstCreated' => $data[0], ':LastModified' => $data[1], ':ModeS' => $data[2], ':ModeSCountry' => $data[3], ':Registration' => $data[4], ':ICAOTypeCode' => $data[5], ':type_flight' => $data[6], ':source' => 'website_fam'));
1143
+					} catch (PDOException $e) {
1144 1144
 						return "error : ".$e->getMessage();
1145 1145
 					}
1146 1146
 				}
@@ -1172,7 +1172,7 @@  discard block
 block discarded – undo
1172 1172
 		try {
1173 1173
 			$sth = $Connection->db->prepare($query);
1174 1174
 			$sth->execute();
1175
-		} catch(PDOException $e) {
1175
+		} catch (PDOException $e) {
1176 1176
 			return "error : ".$e->getMessage();
1177 1177
 		}
1178 1178
 		$delimiter = "\t";
@@ -1187,8 +1187,8 @@  discard block
 block discarded – undo
1187 1187
 					$query = 'INSERT INTO airlines (airline_id,name,alias,iata,icao,callsign,country,active,type,home_link,wikipedia_link,alliance,ban_eu) VALUES (0,:name,:alias,:iata,:icao,:callsign,:country,:active,:type,:home,:wikipedia_link,:alliance,:ban_eu)';
1188 1188
 					try {
1189 1189
 						$sth = $Connection->db->prepare($query);
1190
-						$sth->execute(array(':name' => $data[0],':alias' => $data[1],':iata' => $data[2],':icao' => $data[3], ':callsign' => $data[4],':country' => $data[5],':active' => $data[6],':type' => $data[7],':home' => $data[8],':wikipedia_link' => $data[9],':alliance' => $data[10],':ban_eu' => $data[11]));
1191
-					} catch(PDOException $e) {
1190
+						$sth->execute(array(':name' => $data[0], ':alias' => $data[1], ':iata' => $data[2], ':icao' => $data[3], ':callsign' => $data[4], ':country' => $data[5], ':active' => $data[6], ':type' => $data[7], ':home' => $data[8], ':wikipedia_link' => $data[9], ':alliance' => $data[10], ':ban_eu' => $data[11]));
1191
+					} catch (PDOException $e) {
1192 1192
 						return "error : ".$e->getMessage();
1193 1193
 					}
1194 1194
 				}
@@ -1216,7 +1216,7 @@  discard block
 block discarded – undo
1216 1216
 			$Connection = new Connection();
1217 1217
 			$sth = $Connection->db->prepare($query);
1218 1218
                         $sth->execute(array(':source' => 'website_fam'));
1219
-                } catch(PDOException $e) {
1219
+                } catch (PDOException $e) {
1220 1220
                         return "error : ".$e->getMessage();
1221 1221
                 }
1222 1222
 
@@ -1232,8 +1232,8 @@  discard block
 block discarded – undo
1232 1232
 					$query = 'INSERT INTO aircraft_owner (registration,base,owner,date_first_reg,Source) VALUES (:registration,:base,:owner,NULL,:source)';
1233 1233
 					try {
1234 1234
 						$sth = $Connection->db->prepare($query);
1235
-						$sth->execute(array(':registration' => $data[0],':base' => $data[1],':owner' => $data[2], ':source' => 'website_fam'));
1236
-					} catch(PDOException $e) {
1235
+						$sth->execute(array(':registration' => $data[0], ':base' => $data[1], ':owner' => $data[2], ':source' => 'website_fam'));
1236
+					} catch (PDOException $e) {
1237 1237
 						//print_r($data);
1238 1238
 						return "error : ".$e->getMessage();
1239 1239
 					}
@@ -1253,7 +1253,7 @@  discard block
 block discarded – undo
1253 1253
 			$Connection = new Connection();
1254 1254
 			$sth = $Connection->db->prepare($query);
1255 1255
 			$sth->execute(array(':source' => 'website_fam'));
1256
-		} catch(PDOException $e) {
1256
+		} catch (PDOException $e) {
1257 1257
 			return "error : ".$e->getMessage();
1258 1258
 		}
1259 1259
 		$delimiter = "\t";
@@ -1268,9 +1268,9 @@  discard block
 block discarded – undo
1268 1268
 					$query = 'INSERT INTO routes (CallSign,Operator_ICAO,FromAirport_ICAO,FromAirport_Time,ToAirport_ICAO,ToAirport_Time,RouteStop,Source) VALUES (:CallSign,:Operator_ICAO,:FromAirport_ICAO,:FromAirport_Time,:ToAirport_ICAO,:ToAirport_Time,:RouteStop,:source)';
1269 1269
 					try {
1270 1270
 						$sth = $Connection->db->prepare($query);
1271
-						$sth->execute(array(':CallSign' => $data[0],':Operator_ICAO' => $data[1],':FromAirport_ICAO' => $data[2],':FromAirport_Time' => $data[3], ':ToAirport_ICAO' => $data[4],':ToAirport_Time' => $data[5],':RouteStop' => $data[6],':source' => 'website_fam'));
1272
-					} catch(PDOException $e) {
1273
-						if ($globalDebug) echo "error: ".$e->getMessage()." - data: ".implode(',',$data);
1271
+						$sth->execute(array(':CallSign' => $data[0], ':Operator_ICAO' => $data[1], ':FromAirport_ICAO' => $data[2], ':FromAirport_Time' => $data[3], ':ToAirport_ICAO' => $data[4], ':ToAirport_Time' => $data[5], ':RouteStop' => $data[6], ':source' => 'website_fam'));
1272
+					} catch (PDOException $e) {
1273
+						if ($globalDebug) echo "error: ".$e->getMessage()." - data: ".implode(',', $data);
1274 1274
 					}
1275 1275
 				}
1276 1276
 				$i++;
@@ -1288,7 +1288,7 @@  discard block
 block discarded – undo
1288 1288
 			$Connection = new Connection();
1289 1289
 			$sth = $Connection->db->prepare($query);
1290 1290
                         $sth->execute();
1291
-                } catch(PDOException $e) {
1291
+                } catch (PDOException $e) {
1292 1292
                         return "error : ".$e->getMessage();
1293 1293
                 }
1294 1294
 
@@ -1309,8 +1309,8 @@  discard block
 block discarded – undo
1309 1309
 					$query = 'INSERT INTO marine_identity (mmsi,imo,call_sign,ship_name,length,gross_tonnage,dead_weight,width,country,engine_power,type) VALUES (:mmsi,:imo,:call_sign,:ship_name,:length,:gross_tonnage,:dead_weight,:width,:country,:engine_power,:type)';
1310 1310
 					try {
1311 1311
 						$sth = $Connection->db->prepare($query);
1312
-						$sth->execute(array(':mmsi' => $data[0],':imo' => $data[1],':call_sign' => $data[2],':ship_name' => $data[3], ':length' => $data[4],':gross_tonnage' => $data[5],':dead_weight' => $data[6],':width' => $data[7],':country' => $data[8],':engine_power' => $data[9],':type' => $data[10]));
1313
-					} catch(PDOException $e) {
1312
+						$sth->execute(array(':mmsi' => $data[0], ':imo' => $data[1], ':call_sign' => $data[2], ':ship_name' => $data[3], ':length' => $data[4], ':gross_tonnage' => $data[5], ':dead_weight' => $data[6], ':width' => $data[7], ':country' => $data[8], ':engine_power' => $data[9], ':type' => $data[10]));
1313
+					} catch (PDOException $e) {
1314 1314
 						return "error : ".$e->getMessage();
1315 1315
 					}
1316 1316
 				}
@@ -1329,7 +1329,7 @@  discard block
 block discarded – undo
1329 1329
 			$Connection = new Connection();
1330 1330
 			$sth = $Connection->db->prepare($query);
1331 1331
 			$sth->execute();
1332
-		} catch(PDOException $e) {
1332
+		} catch (PDOException $e) {
1333 1333
 			return "error : ".$e->getMessage();
1334 1334
 		}
1335 1335
 		$delimiter = "\t";
@@ -1346,8 +1346,8 @@  discard block
 block discarded – undo
1346 1346
 					    VALUES (:name, :name_alternate, :country_un, :country_owner, :owner, :users, :purpose, :purpose_detailed, :orbit, :type, :longitude_geo, :perigee, :apogee, :eccentricity, :inclination, :period, :launch_mass, :dry_mass, :power, :launch_date, :lifetime, :contractor, :country_contractor, :launch_site, :launch_vehicule, :cospar, :norad, :comments, :source_orbital, :sources)';
1347 1347
 					try {
1348 1348
 						$sth = $Connection->db->prepare($query);
1349
-						$sth->execute(array(':name' => $data[0], ':name_alternate' => $data[1], ':country_un' => $data[2], ':country_owner' => $data[3], ':owner' => $data[4], ':users' => $data[5], ':purpose' => $data[6], ':purpose_detailed' => $data[7], ':orbit' => $data[8], ':type' => $data[9], ':longitude_geo' => $data[10], ':perigee' => !empty($data[11]) ? $data[11] : NULL, ':apogee' => !empty($data[12]) ? $data[12] : NULL, ':eccentricity' => $data[13], ':inclination' => $data[14], ':period' => !empty($data[15]) ? $data[15] : NULL, ':launch_mass' => !empty($data[16]) ? $data[16] : NULL, ':dry_mass' => !empty($data[17]) ? $data[17] : NULL, ':power' => !empty($data[18]) ? $data[18] : NULL, ':launch_date' => $data[19], ':lifetime' => $data[20], ':contractor' => $data[21],':country_contractor' => $data[22], ':launch_site' => $data[23], ':launch_vehicule' => $data[24], ':cospar' => $data[25], ':norad' => $data[26], ':comments' => $data[27], ':source_orbital' => $data[28], ':sources' => $data[29]));
1350
-					} catch(PDOException $e) {
1349
+						$sth->execute(array(':name' => $data[0], ':name_alternate' => $data[1], ':country_un' => $data[2], ':country_owner' => $data[3], ':owner' => $data[4], ':users' => $data[5], ':purpose' => $data[6], ':purpose_detailed' => $data[7], ':orbit' => $data[8], ':type' => $data[9], ':longitude_geo' => $data[10], ':perigee' => !empty($data[11]) ? $data[11] : NULL, ':apogee' => !empty($data[12]) ? $data[12] : NULL, ':eccentricity' => $data[13], ':inclination' => $data[14], ':period' => !empty($data[15]) ? $data[15] : NULL, ':launch_mass' => !empty($data[16]) ? $data[16] : NULL, ':dry_mass' => !empty($data[17]) ? $data[17] : NULL, ':power' => !empty($data[18]) ? $data[18] : NULL, ':launch_date' => $data[19], ':lifetime' => $data[20], ':contractor' => $data[21], ':country_contractor' => $data[22], ':launch_site' => $data[23], ':launch_vehicule' => $data[24], ':cospar' => $data[25], ':norad' => $data[26], ':comments' => $data[27], ':source_orbital' => $data[28], ':sources' => $data[29]));
1350
+					} catch (PDOException $e) {
1351 1351
 						return "error : ".$e->getMessage();
1352 1352
 					}
1353 1353
 				}
@@ -1366,7 +1366,7 @@  discard block
 block discarded – undo
1366 1366
 			$Connection = new Connection();
1367 1367
 			$sth = $Connection->db->prepare($query);
1368 1368
 			$sth->execute();
1369
-		} catch(PDOException $e) {
1369
+		} catch (PDOException $e) {
1370 1370
 			return "error : ".$e->getMessage();
1371 1371
 		}
1372 1372
 
@@ -1382,7 +1382,7 @@  discard block
 block discarded – undo
1382 1382
 					try {
1383 1383
 						$sth = $Connection->db->prepare($query);
1384 1384
 						$sth->execute(array(':icao' => $icao));
1385
-					} catch(PDOException $e) {
1385
+					} catch (PDOException $e) {
1386 1386
 						return "error : ".$e->getMessage();
1387 1387
 					}
1388 1388
 				}
@@ -1393,7 +1393,7 @@  discard block
 block discarded – undo
1393 1393
 		return '';
1394 1394
         }
1395 1395
 
1396
-	public static function tle($filename,$tletype) {
1396
+	public static function tle($filename, $tletype) {
1397 1397
 		require_once(dirname(__FILE__).'/../require/class.Spotter.php');
1398 1398
 		global $tmp_dir, $globalTransaction;
1399 1399
 		//$Spotter = new Spotter();
@@ -1403,7 +1403,7 @@  discard block
 block discarded – undo
1403 1403
 			$Connection = new Connection();
1404 1404
 			$sth = $Connection->db->prepare($query);
1405 1405
                         $sth->execute(array(':source' => $filename));
1406
-                } catch(PDOException $e) {
1406
+                } catch (PDOException $e) {
1407 1407
                         return "error : ".$e->getMessage();
1408 1408
                 }
1409 1409
 		
@@ -1428,8 +1428,8 @@  discard block
 block discarded – undo
1428 1428
 					$query = 'INSERT INTO tle (tle_name,tle_tle1,tle_tle2,tle_type,tle_source) VALUES (:name, :tle1, :tle2, :type, :source)';
1429 1429
 					try {
1430 1430
 						$sth = $Connection->db->prepare($query);
1431
-						$sth->execute(array(':name' => $dbdata['name'],':tle1' => $dbdata['tle1'],':tle2' => $dbdata['tle2'], ':type' => $tletype,':source' => $filename));
1432
-					} catch(PDOException $e) {
1431
+						$sth->execute(array(':name' => $dbdata['name'], ':tle1' => $dbdata['tle1'], ':tle2' => $dbdata['tle2'], ':type' => $tletype, ':source' => $filename));
1432
+					} catch (PDOException $e) {
1433 1433
 						return "error : ".$e->getMessage();
1434 1434
 					}
1435 1435
 
@@ -1449,7 +1449,7 @@  discard block
 block discarded – undo
1449 1449
 			$Connection = new Connection();
1450 1450
 			$sth = $Connection->db->prepare($query);
1451 1451
 			$sth->execute(array(':source' => $filename));
1452
-		} catch(PDOException $e) {
1452
+		} catch (PDOException $e) {
1453 1453
 			return "error : ".$e->getMessage();
1454 1454
 		}
1455 1455
 		
@@ -1459,13 +1459,13 @@  discard block
 block discarded – undo
1459 1459
 			$i = 0;
1460 1460
 			//$Connection->db->setAttribute(PDO::ATTR_AUTOCOMMIT, FALSE);
1461 1461
 			//$Connection->db->beginTransaction();
1462
-			while (($data = fgetcsv($handle, 1000,"\t")) !== FALSE)
1462
+			while (($data = fgetcsv($handle, 1000, "\t")) !== FALSE)
1463 1463
 			{
1464 1464
 				if ($i > 0 && $data[0] != '') {
1465 1465
 					$sources = trim($data[28].' '.$data[29].' '.$data[30].' '.$data[31].' '.$data[32].' '.$data[33]);
1466
-					$period = str_replace(',','',$data[14]);
1467
-					if (!empty($period) && strpos($period,'days')) $period = str_replace(' days','',$period)*24*60;
1468
-					if ($data[18] != '') $launch_date = date('Y-m-d',strtotime($data[18]));
1466
+					$period = str_replace(',', '', $data[14]);
1467
+					if (!empty($period) && strpos($period, 'days')) $period = str_replace(' days', '', $period)*24*60;
1468
+					if ($data[18] != '') $launch_date = date('Y-m-d', strtotime($data[18]));
1469 1469
 					else $launch_date = NULL;
1470 1470
 					$data = array_map(function($value) {
1471 1471
 						return trim($value) === '' ? null : $value;
@@ -1475,8 +1475,8 @@  discard block
 block discarded – undo
1475 1475
 					    VALUES (:name, :name_alternate, :country_un, :country_owner, :owner, :users, :purpose, :purpose_detailed, :orbit, :type, :longitude_geo, :perigee, :apogee, :eccentricity, :inclination, :period, :launch_mass, :dry_mass, :power, :launch_date, :lifetime, :contractor, :country_contractor, :launch_site, :launch_vehicule, :cospar, :norad, :comments, :source_orbital, :sources)';
1476 1476
 					try {
1477 1477
 						$sth = $Connection->db->prepare($query);
1478
-						$sth->execute(array(':name' => $data[0], ':name_alternate' => '', ':country_un' => $data[1], ':country_owner' => $data[2], ':owner' => $data[3], ':users' => $data[4], ':purpose' => $data[5], ':purpose_detailed' => $data[6], ':orbit' => $data[7], ':type' => $data[8], ':longitude_geo' => $data[9], ':perigee' => !empty($data[10]) ? str_replace(',','',$data[10]) : NULL, ':apogee' => !empty($data[11]) ? str_replace(',','',$data[11]) : NULL, ':eccentricity' => $data[12], ':inclination' => $data[13], ':period' => !empty($period) ? $period : NULL, ':launch_mass' => !empty($data[15]) ? str_replace(array('+',','),'',$data[15]) : NULL, ':dry_mass' => !empty($data[16]) ? str_replace(array(',','-1900',' (BOL)',' (EOL)'),'',$data[16]) : NULL, ':power' => !empty($data[17]) ? str_replace(array(',',' (BOL)',' (EOL)'),'',$data[17]) : NULL, ':launch_date' => $launch_date, ':lifetime' => $data[19], ':contractor' => $data[20],':country_contractor' => $data[21], ':launch_site' => $data[22], ':launch_vehicule' => $data[23], ':cospar' => $data[24], ':norad' => $data[25], ':comments' => $data[26], ':source_orbital' => $data[27], ':sources' => $sources));
1479
-					} catch(PDOException $e) {
1478
+						$sth->execute(array(':name' => $data[0], ':name_alternate' => '', ':country_un' => $data[1], ':country_owner' => $data[2], ':owner' => $data[3], ':users' => $data[4], ':purpose' => $data[5], ':purpose_detailed' => $data[6], ':orbit' => $data[7], ':type' => $data[8], ':longitude_geo' => $data[9], ':perigee' => !empty($data[10]) ? str_replace(',', '', $data[10]) : NULL, ':apogee' => !empty($data[11]) ? str_replace(',', '', $data[11]) : NULL, ':eccentricity' => $data[12], ':inclination' => $data[13], ':period' => !empty($period) ? $period : NULL, ':launch_mass' => !empty($data[15]) ? str_replace(array('+', ','), '', $data[15]) : NULL, ':dry_mass' => !empty($data[16]) ? str_replace(array(',', '-1900', ' (BOL)', ' (EOL)'), '', $data[16]) : NULL, ':power' => !empty($data[17]) ? str_replace(array(',', ' (BOL)', ' (EOL)'), '', $data[17]) : NULL, ':launch_date' => $launch_date, ':lifetime' => $data[19], ':contractor' => $data[20], ':country_contractor' => $data[21], ':launch_site' => $data[22], ':launch_vehicule' => $data[23], ':cospar' => $data[24], ':norad' => $data[25], ':comments' => $data[26], ':source_orbital' => $data[27], ':sources' => $sources));
1479
+					} catch (PDOException $e) {
1480 1480
 						return "error : ".$e->getMessage();
1481 1481
 					}
1482 1482
 				}
@@ -1516,7 +1516,7 @@  discard block
 block discarded – undo
1516 1516
 			'EGYP' => array('country' => 'Egypt', 'owner' => ''),
1517 1517
 			'ESA' => array('country' => 'Multinational', 'owner' => 'European Space Agency'),
1518 1518
 			'ESRO' => array('country' => 'Multinational', 'owner' => 'European Space Research Organization'),
1519
-			'EST' => array('country' => 'Estonia','owner' => ''),
1519
+			'EST' => array('country' => 'Estonia', 'owner' => ''),
1520 1520
 			'EUME' => array('country' => 'Multinational', 'owner' => 'EUMETSAT (European Organization for the Exploitation of Meteorological Satellites)'),
1521 1521
 			'EUTE' => array('country' => 'Multinational', 'owner' => 'European Telecommunications Satellite Consortium (EUTELSAT)'),
1522 1522
 			'FGER' => array('country' => 'France/Germany', 'owner' => ''),
@@ -1640,10 +1640,10 @@  discard block
 block discarded – undo
1640 1640
 			{
1641 1641
 				if ($data != '') {
1642 1642
 				$result = array();
1643
-				$result['cospar'] = trim(substr($data,0,11));
1644
-				$result['norad'] = trim(substr($data,13,6));
1645
-				$result['operational'] = trim(substr($data,21,1));
1646
-				$result['name'] = trim(substr($data,23,24));
1643
+				$result['cospar'] = trim(substr($data, 0, 11));
1644
+				$result['norad'] = trim(substr($data, 13, 6));
1645
+				$result['operational'] = trim(substr($data, 21, 1));
1646
+				$result['name'] = trim(substr($data, 23, 24));
1647 1647
 				/*
1648 1648
 				    * R/B(1) = Rocket body, first stage
1649 1649
 				    * R/B(2) = Rocket body, second stage
@@ -1655,29 +1655,29 @@  discard block
 block discarded – undo
1655 1655
 				    * An ampersand (&) indicates two or more objects are attached
1656 1656
 				*/
1657 1657
 				
1658
-				$owner_code = trim(substr($data,49,5));
1658
+				$owner_code = trim(substr($data, 49, 5));
1659 1659
 				
1660 1660
 				if (!isset($satcat_sources[$owner_code])) {
1661 1661
 					echo $data;
1662 1662
 					echo 'owner_code: '.$owner_code."\n";
1663 1663
 				}
1664
-				if (!isset($satcat_launch_site[trim(substr($data,68,5))])) {
1665
-					echo 'launch_site_code: '.trim(substr($data,68,5))."\n";
1664
+				if (!isset($satcat_launch_site[trim(substr($data, 68, 5))])) {
1665
+					echo 'launch_site_code: '.trim(substr($data, 68, 5))."\n";
1666 1666
 				}
1667 1667
 				
1668
-				if ($owner_code != 'TBD' && isset($satcat_sources[$owner_code]) && isset($satcat_launch_site[trim(substr($data,68,5))])) {
1668
+				if ($owner_code != 'TBD' && isset($satcat_sources[$owner_code]) && isset($satcat_launch_site[trim(substr($data, 68, 5))])) {
1669 1669
 					$result['country_owner'] = $satcat_sources[$owner_code]['country'];
1670 1670
 					$result['owner'] = $satcat_sources[$owner_code]['owner'];
1671
-					$result['launch_date'] = trim(substr($data,56,10));
1672
-					$launch_site_code = trim(substr($data,68,5));
1671
+					$result['launch_date'] = trim(substr($data, 56, 10));
1672
+					$launch_site_code = trim(substr($data, 68, 5));
1673 1673
 					$result['launch_site'] = $satcat_launch_site[$launch_site_code];
1674
-					$result['lifetime'] = trim(substr($data,75,10));
1675
-					$result['period'] = trim(substr($data,87,7));
1676
-					$result['inclination'] = trim(substr($data,96,5));
1677
-					$result['apogee'] = trim(substr($data,103,6));
1678
-					$result['perigee'] = trim(substr($data,111,6));
1674
+					$result['lifetime'] = trim(substr($data, 75, 10));
1675
+					$result['period'] = trim(substr($data, 87, 7));
1676
+					$result['inclination'] = trim(substr($data, 96, 5));
1677
+					$result['apogee'] = trim(substr($data, 103, 6));
1678
+					$result['perigee'] = trim(substr($data, 111, 6));
1679 1679
 					//$result['radarcross'] = trim(substr($data,119,8));
1680
-					$result['status'] = trim(substr($data,129,3));
1680
+					$result['status'] = trim(substr($data, 129, 3));
1681 1681
 					//print_r($result);
1682 1682
 					$result = array_map(function($value) {
1683 1683
 						return trim($value) === '' ? null : $value;
@@ -1690,7 +1690,7 @@  discard block
 block discarded – undo
1690 1690
 							$sth = $Connection->db->prepare($query);
1691 1691
 							$sth->execute(array(':cospar' => $result['cospar']));
1692 1692
 							$exist = $sth->fetchAll(PDO::FETCH_ASSOC);
1693
-						} catch(PDOException $e) {
1693
+						} catch (PDOException $e) {
1694 1694
 							return "error : ".$e->getMessage();
1695 1695
 						}
1696 1696
 						if (empty($exist)) {
@@ -1702,10 +1702,10 @@  discard block
 block discarded – undo
1702 1702
 								    ':name' => $result['name'], ':name_alternate' => '', ':country_un' => '', ':country_owner' => $result['country_owner'], ':owner' => $result['owner'], ':users' => '', ':purpose' => '', ':purpose_detailed' => '', ':orbit' => $result['status'],
1703 1703
 								    ':type' => '', ':longitude_geo' => NULL, ':perigee' => !empty($result['perigee']) ? $result['perigee'] : NULL, ':apogee' => !empty($result['apogee']) ? $result['apogee'] : NULL, ':eccentricity' => NULL, ':inclination' => $result['inclination'],
1704 1704
 								    ':period' => !empty($result['period']) ? $result['period'] : NULL, ':launch_mass' => NULL, ':dry_mass' => NULL, ':power' => NULL, ':launch_date' => $result['launch_date'], ':lifetime' => $result['lifetime'], 
1705
-								    ':contractor' => '',':country_contractor' => '', ':launch_site' => $result['launch_site'], ':launch_vehicule' => '', ':cospar' => $result['cospar'], ':norad' => $result['norad'], ':comments' => '', ':source_orbital' => '', ':sources' => ''
1705
+								    ':contractor' => '', ':country_contractor' => '', ':launch_site' => $result['launch_site'], ':launch_vehicule' => '', ':cospar' => $result['cospar'], ':norad' => $result['norad'], ':comments' => '', ':source_orbital' => '', ':sources' => ''
1706 1706
 								    )
1707 1707
 								);
1708
-							} catch(PDOException $e) {
1708
+							} catch (PDOException $e) {
1709 1709
 								return "error : ".$e->getMessage();
1710 1710
 							}
1711 1711
 						} elseif ($exist[0]['name'] != $result['name'] && $exist[0]['name_alternate'] != $result['name']) {
@@ -1713,8 +1713,8 @@  discard block
 block discarded – undo
1713 1713
 							try {
1714 1714
 								$Connection = new Connection();
1715 1715
 								$sth = $Connection->db->prepare($query);
1716
-								$sth->execute(array(':name_alternate' => $result['name'],':cospar' => $result['cospar']));
1717
-							} catch(PDOException $e) {
1716
+								$sth->execute(array(':name_alternate' => $result['name'], ':cospar' => $result['cospar']));
1717
+							} catch (PDOException $e) {
1718 1718
 								return "error : ".$e->getMessage();
1719 1719
 							}
1720 1720
 						}
@@ -1833,13 +1833,13 @@  discard block
 block discarded – undo
1833 1833
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1834 1834
 			{
1835 1835
 				$i++;
1836
-				if($i > 3 && count($row) > 2) {
1836
+				if ($i > 3 && count($row) > 2) {
1837 1837
 					$data = array_values(array_filter($row));
1838 1838
 					$cntdata = count($data);
1839 1839
 					if ($cntdata > 10) {
1840 1840
 						$value = $data[9];
1841 1841
 						
1842
-						for ($i =10;$i < $cntdata;$i++) {
1842
+						for ($i = 10; $i < $cntdata; $i++) {
1843 1843
 							$value .= ' '.$data[$i];
1844 1844
 						}
1845 1845
 						$data[9] = $value;
@@ -1849,8 +1849,8 @@  discard block
 block discarded – undo
1849 1849
 						$query = 'INSERT INTO waypoints (name_begin,latitude_begin,longitude_begin,name_end,latitude_end,longitude_end,high,base,top,segment_name) VALUES (:name_begin, :latitude_begin, :longitude_begin, :name_end, :latitude_end, :longitude_end, :high, :base, :top, :segment_name)';
1850 1850
 						try {
1851 1851
 							$sth = $Connection->db->prepare($query);
1852
-							$sth->execute(array(':name_begin' => $data[0],':latitude_begin' => $data[1],':longitude_begin' => $data[2],':name_end' => $data[3], ':latitude_end' => $data[4], ':longitude_end' => $data[5], ':high' => $data[6], ':base' => $data[7], ':top' => $data[8], ':segment_name' => $data[9]));
1853
-						} catch(PDOException $e) {
1852
+							$sth->execute(array(':name_begin' => $data[0], ':latitude_begin' => $data[1], ':longitude_begin' => $data[2], ':name_end' => $data[3], ':latitude_end' => $data[4], ':longitude_end' => $data[5], ':high' => $data[6], ':base' => $data[7], ':top' => $data[8], ':segment_name' => $data[9]));
1853
+						} catch (PDOException $e) {
1854 1854
 							return "error : ".$e->getMessage();
1855 1855
 						}
1856 1856
 					}
@@ -1871,7 +1871,7 @@  discard block
 block discarded – undo
1871 1871
 			$Connection = new Connection();
1872 1872
 			$sth = $Connection->db->prepare($query);
1873 1873
                         $sth->execute();
1874
-                } catch(PDOException $e) {
1874
+                } catch (PDOException $e) {
1875 1875
                         return "error : ".$e->getMessage();
1876 1876
                 }
1877 1877
 
@@ -1883,12 +1883,12 @@  discard block
 block discarded – undo
1883 1883
 			if ($globalTransaction) $Connection->db->beginTransaction();
1884 1884
 			while (($row = fgetcsv($handle, 1000, $delimiter)) !== FALSE)
1885 1885
 			{
1886
-				if(count($row) > 1) {
1886
+				if (count($row) > 1) {
1887 1887
 					$query = "INSERT INTO airlines (name,icao,active,forsource) VALUES (:name, :icao, 'Y','ivao')";
1888 1888
 					try {
1889 1889
 						$sth = $Connection->db->prepare($query);
1890
-						$sth->execute(array(':name' => $row[1],':icao' => $row[0]));
1891
-					} catch(PDOException $e) {
1890
+						$sth->execute(array(':name' => $row[1], ':icao' => $row[0]));
1891
+					} catch (PDOException $e) {
1892 1892
 						return "error : ".$e->getMessage();
1893 1893
 					}
1894 1894
 				}
@@ -1908,21 +1908,21 @@  discard block
 block discarded – undo
1908 1908
 			try {
1909 1909
 				$sth = $Connection->db->prepare($query);
1910 1910
                     		$sth->execute();
1911
-	                } catch(PDOException $e) {
1911
+	                } catch (PDOException $e) {
1912 1912
 				return "error : ".$e->getMessage();
1913 1913
 	                }
1914 1914
 	        }
1915 1915
 
1916 1916
 
1917
-		if ($globalDBdriver == 'mysql') update_db::gunzip('../db/airspace.sql.gz',$tmp_dir.'airspace.sql');
1917
+		if ($globalDBdriver == 'mysql') update_db::gunzip('../db/airspace.sql.gz', $tmp_dir.'airspace.sql');
1918 1918
 		else {
1919
-			update_db::gunzip('../db/pgsql/airspace.sql.gz',$tmp_dir.'airspace.sql');
1919
+			update_db::gunzip('../db/pgsql/airspace.sql.gz', $tmp_dir.'airspace.sql');
1920 1920
 			$query = "CREATE EXTENSION postgis";
1921
-			$Connection = new Connection(null,null,$_SESSION['database_root'],$_SESSION['database_rootpass']);
1921
+			$Connection = new Connection(null, null, $_SESSION['database_root'], $_SESSION['database_rootpass']);
1922 1922
 			try {
1923 1923
 				$sth = $Connection->db->prepare($query);
1924 1924
 				$sth->execute();
1925
-			} catch(PDOException $e) {
1925
+			} catch (PDOException $e) {
1926 1926
 				return "error : ".$e->getMessage();
1927 1927
 			}
1928 1928
 		}
@@ -1935,13 +1935,13 @@  discard block
 block discarded – undo
1935 1935
 		include_once('class.create_db.php');
1936 1936
 		require_once(dirname(__FILE__).'/../require/class.NOTAM.php');
1937 1937
 		if ($globalDebug) echo "NOTAM from FlightAirMap website : Download...";
1938
-		update_db::download('http://data.flightairmap.com/data/notam.txt.gz.md5',$tmp_dir.'notam.txt.gz.md5');
1938
+		update_db::download('http://data.flightairmap.com/data/notam.txt.gz.md5', $tmp_dir.'notam.txt.gz.md5');
1939 1939
 		$error = '';
1940 1940
 		if (file_exists($tmp_dir.'notam.txt.gz.md5')) {
1941
-			$notam_md5_file = explode(' ',file_get_contents($tmp_dir.'notam.txt.gz.md5'));
1941
+			$notam_md5_file = explode(' ', file_get_contents($tmp_dir.'notam.txt.gz.md5'));
1942 1942
 			$notam_md5 = $notam_md5_file[0];
1943 1943
 			if (!update_db::check_notam_version($notam_md5)) {
1944
-				update_db::download('http://data.flightairmap.com/data/notam.txt.gz',$tmp_dir.'notam.txt.gz');
1944
+				update_db::download('http://data.flightairmap.com/data/notam.txt.gz', $tmp_dir.'notam.txt.gz');
1945 1945
 				if (file_exists($tmp_dir.'notam.txt.gz')) {
1946 1946
 					if (md5_file($tmp_dir.'notam.txt.gz') == $notam_md5) {
1947 1947
 						if ($globalDebug) echo "Gunzip...";
@@ -1977,14 +1977,14 @@  discard block
 block discarded – undo
1977 1977
 			try {
1978 1978
 				$sth = $Connection->db->prepare($query);
1979 1979
             	        	$sth->execute();
1980
-	                } catch(PDOException $e) {
1980
+	                } catch (PDOException $e) {
1981 1981
     	                	echo "error : ".$e->getMessage();
1982 1982
 	                }
1983 1983
 		}
1984 1984
 		if ($globalDBdriver == 'mysql') {
1985
-			update_db::gunzip('../db/countries.sql.gz',$tmp_dir.'countries.sql');
1985
+			update_db::gunzip('../db/countries.sql.gz', $tmp_dir.'countries.sql');
1986 1986
 		} else {
1987
-			update_db::gunzip('../db/pgsql/countries.sql.gz',$tmp_dir.'countries.sql');
1987
+			update_db::gunzip('../db/pgsql/countries.sql.gz', $tmp_dir.'countries.sql');
1988 1988
 		}
1989 1989
 		$error = create_db::import_file($tmp_dir.'countries.sql');
1990 1990
 		return $error;
@@ -1997,7 +1997,7 @@  discard block
 block discarded – undo
1997 1997
 //		update_db::unzip($tmp_dir.'AptNav.zip');
1998 1998
 //		update_db::download('https://gitorious.org/fg/fgdata/raw/e81f8a15424a175a7b715f8f7eb8f4147b802a27:Navaids/awy.dat.gz',$tmp_dir.'awy.dat.gz');
1999 1999
 //		update_db::download('http://sourceforge.net/p/flightgear/fgdata/ci/next/tree/Navaids/awy.dat.gz?format=raw',$tmp_dir.'awy.dat.gz','http://sourceforge.net');
2000
-		update_db::download('http://pkgs.fedoraproject.org/repo/extras/FlightGear-Atlas/awy.dat.gz/f530c9d1c4b31a288ba88dcc8224268b/awy.dat.gz',$tmp_dir.'awy.dat.gz','http://sourceforge.net');
2000
+		update_db::download('http://pkgs.fedoraproject.org/repo/extras/FlightGear-Atlas/awy.dat.gz/f530c9d1c4b31a288ba88dcc8224268b/awy.dat.gz', $tmp_dir.'awy.dat.gz', 'http://sourceforge.net');
2001 2001
 		update_db::gunzip($tmp_dir.'awy.dat.gz');
2002 2002
 		$error = update_db::waypoints($tmp_dir.'awy.dat');
2003 2003
 		return $error;
@@ -2018,7 +2018,7 @@  discard block
 block discarded – undo
2018 2018
 				update_db::ivao_airlines($tmp_dir.'data/airlines.dat');
2019 2019
 				if ($globalDebug) echo "Copy airlines logos to airlines images directory...";
2020 2020
 				if (is_writable(dirname(__FILE__).'/../images/airlines')) {
2021
-					if (!$Common->xcopy($tmp_dir.'logos/',dirname(__FILE__).'/../images/airlines/')) $error = "Failed to copy airlines logo.";
2021
+					if (!$Common->xcopy($tmp_dir.'logos/', dirname(__FILE__).'/../images/airlines/')) $error = "Failed to copy airlines logo.";
2022 2022
 				} else $error = "The directory ".dirname(__FILE__).'/../images/airlines'." must be writable";
2023 2023
 			} else $error = "File ".$tmp_dir.'ivao.zip'." doesn't exist. Download failed.";
2024 2024
 		} else $error = "ZIP module not loaded but required for IVAO.";
@@ -2032,7 +2032,7 @@  discard block
 block discarded – undo
2032 2032
 		global $tmp_dir, $globalDebug;
2033 2033
 		$error = '';
2034 2034
 		if ($globalDebug) echo "Routes : Download...";
2035
-		update_db::download('http://www.virtualradarserver.co.uk/Files/StandingData.sqb.gz',$tmp_dir.'StandingData.sqb.gz');
2035
+		update_db::download('http://www.virtualradarserver.co.uk/Files/StandingData.sqb.gz', $tmp_dir.'StandingData.sqb.gz');
2036 2036
 		if (file_exists($tmp_dir.'StandingData.sqb.gz')) {
2037 2037
 			if ($globalDebug) echo "Gunzip...";
2038 2038
 			update_db::gunzip($tmp_dir.'StandingData.sqb.gz');
@@ -2048,7 +2048,7 @@  discard block
 block discarded – undo
2048 2048
 		global $tmp_dir, $globalDebug;
2049 2049
 		$error = '';
2050 2050
 		if ($globalDebug) echo "Schedules Oneworld : Download...";
2051
-		update_db::download('http://data.flightairmap.com/data/schedules/oneworld.csv.gz',$tmp_dir.'oneworld.csv.gz');
2051
+		update_db::download('http://data.flightairmap.com/data/schedules/oneworld.csv.gz', $tmp_dir.'oneworld.csv.gz');
2052 2052
 		if (file_exists($tmp_dir.'oneworld.csv.gz')) {
2053 2053
 			if ($globalDebug) echo "Gunzip...";
2054 2054
 			update_db::gunzip($tmp_dir.'oneworld.csv.gz');
@@ -2064,7 +2064,7 @@  discard block
 block discarded – undo
2064 2064
 		global $tmp_dir, $globalDebug;
2065 2065
 		$error = '';
2066 2066
 		if ($globalDebug) echo "Schedules Skyteam : Download...";
2067
-		update_db::download('http://data.flightairmap.com/data/schedules/skyteam.csv.gz',$tmp_dir.'skyteam.csv.gz');
2067
+		update_db::download('http://data.flightairmap.com/data/schedules/skyteam.csv.gz', $tmp_dir.'skyteam.csv.gz');
2068 2068
 		if (file_exists($tmp_dir.'skyteam.csv.gz')) {
2069 2069
 			if ($globalDebug) echo "Gunzip...";
2070 2070
 			update_db::gunzip($tmp_dir.'skyteam.csv.gz');
@@ -2092,7 +2092,7 @@  discard block
 block discarded – undo
2092 2092
 */
2093 2093
 		if ($globalDebug) echo "Modes : Download...";
2094 2094
 //		update_db::download('http://planebase.biz/sqb.php?f=basestationall.zip',$tmp_dir.'basestation_latest.zip','http://planebase.biz/bstnsqb');
2095
-		update_db::download('http://data.flightairmap.com/data/BaseStation.sqb.gz',$tmp_dir.'BaseStation.sqb.gz');
2095
+		update_db::download('http://data.flightairmap.com/data/BaseStation.sqb.gz', $tmp_dir.'BaseStation.sqb.gz');
2096 2096
 
2097 2097
 //		if (file_exists($tmp_dir.'basestation_latest.zip')) {
2098 2098
 		if (file_exists($tmp_dir.'BaseStation.sqb.gz')) {
@@ -2112,7 +2112,7 @@  discard block
 block discarded – undo
2112 2112
 	public static function update_ModeS_faa() {
2113 2113
 		global $tmp_dir, $globalDebug;
2114 2114
 		if ($globalDebug) echo "Modes FAA: Download...";
2115
-		update_db::download('http://registry.faa.gov/database/ReleasableAircraft.zip',$tmp_dir.'ReleasableAircraft.zip');
2115
+		update_db::download('http://registry.faa.gov/database/ReleasableAircraft.zip', $tmp_dir.'ReleasableAircraft.zip');
2116 2116
 		if (file_exists($tmp_dir.'ReleasableAircraft.zip')) {
2117 2117
 			if ($globalDebug) echo "Unzip...";
2118 2118
 			update_db::unzip($tmp_dir.'ReleasableAircraft.zip');
@@ -2128,7 +2128,7 @@  discard block
 block discarded – undo
2128 2128
 	public static function update_ModeS_flarm() {
2129 2129
 		global $tmp_dir, $globalDebug;
2130 2130
 		if ($globalDebug) echo "Modes Flarmnet: Download...";
2131
-		update_db::download('http://flarmnet.org/files/data.fln',$tmp_dir.'data.fln');
2131
+		update_db::download('http://flarmnet.org/files/data.fln', $tmp_dir.'data.fln');
2132 2132
 		if (file_exists($tmp_dir.'data.fln')) {
2133 2133
 			if ($globalDebug) echo "Add to DB...";
2134 2134
 			$error = update_db::retrieve_modes_flarmnet($tmp_dir.'data.fln');
@@ -2142,7 +2142,7 @@  discard block
 block discarded – undo
2142 2142
 	public static function update_ModeS_ogn() {
2143 2143
 		global $tmp_dir, $globalDebug;
2144 2144
 		if ($globalDebug) echo "Modes OGN: Download...";
2145
-		update_db::download('http://ddb.glidernet.org/download/',$tmp_dir.'ogn.csv');
2145
+		update_db::download('http://ddb.glidernet.org/download/', $tmp_dir.'ogn.csv');
2146 2146
 		if (file_exists($tmp_dir.'ogn.csv')) {
2147 2147
 			if ($globalDebug) echo "Add to DB...";
2148 2148
 			$error = update_db::retrieve_modes_ogn($tmp_dir.'ogn.csv');
@@ -2157,201 +2157,201 @@  discard block
 block discarded – undo
2157 2157
 		global $tmp_dir, $globalDebug, $globalMasterSource;
2158 2158
 		
2159 2159
 		if ($globalDebug) echo "Owner France: Download...";
2160
-		update_db::download('http://antonakis.co.uk/registers/France.txt',$tmp_dir.'owner_f.csv');
2160
+		update_db::download('http://antonakis.co.uk/registers/France.txt', $tmp_dir.'owner_f.csv');
2161 2161
 		if (file_exists($tmp_dir.'owner_f.csv')) {
2162 2162
 			if ($globalDebug) echo "Add to DB...";
2163
-			$error = update_db::retrieve_owner($tmp_dir.'owner_f.csv','F');
2163
+			$error = update_db::retrieve_owner($tmp_dir.'owner_f.csv', 'F');
2164 2164
 		} else $error = "File ".$tmp_dir.'owner_f.csv'." doesn't exist. Download failed.";
2165 2165
 		if ($error != '') {
2166 2166
 			return $error;
2167 2167
 		} elseif ($globalDebug) echo "Done\n";
2168 2168
 		
2169 2169
 		if ($globalDebug) echo "Owner Ireland: Download...";
2170
-		update_db::download('http://antonakis.co.uk/registers/Ireland.txt',$tmp_dir.'owner_ei.csv');
2170
+		update_db::download('http://antonakis.co.uk/registers/Ireland.txt', $tmp_dir.'owner_ei.csv');
2171 2171
 		if (file_exists($tmp_dir.'owner_ei.csv')) {
2172 2172
 			if ($globalDebug) echo "Add to DB...";
2173
-			$error = update_db::retrieve_owner($tmp_dir.'owner_ei.csv','EI');
2173
+			$error = update_db::retrieve_owner($tmp_dir.'owner_ei.csv', 'EI');
2174 2174
 		} else $error = "File ".$tmp_dir.'owner_ei.csv'." doesn't exist. Download failed.";
2175 2175
 		if ($error != '') {
2176 2176
 			return $error;
2177 2177
 		} elseif ($globalDebug) echo "Done\n";
2178 2178
 		if ($globalDebug) echo "Owner Switzerland: Download...";
2179
-		update_db::download('http://antonakis.co.uk/registers/Switzerland.txt',$tmp_dir.'owner_hb.csv');
2179
+		update_db::download('http://antonakis.co.uk/registers/Switzerland.txt', $tmp_dir.'owner_hb.csv');
2180 2180
 		if (file_exists($tmp_dir.'owner_hb.csv')) {
2181 2181
 			if ($globalDebug) echo "Add to DB...";
2182
-			$error = update_db::retrieve_owner($tmp_dir.'owner_hb.csv','HB');
2182
+			$error = update_db::retrieve_owner($tmp_dir.'owner_hb.csv', 'HB');
2183 2183
 		} else $error = "File ".$tmp_dir.'owner_hb.csv'." doesn't exist. Download failed.";
2184 2184
 		if ($error != '') {
2185 2185
 			return $error;
2186 2186
 		} elseif ($globalDebug) echo "Done\n";
2187 2187
 		if ($globalDebug) echo "Owner Czech Republic: Download...";
2188
-		update_db::download('http://antonakis.co.uk/registers/CzechRepublic.txt',$tmp_dir.'owner_ok.csv');
2188
+		update_db::download('http://antonakis.co.uk/registers/CzechRepublic.txt', $tmp_dir.'owner_ok.csv');
2189 2189
 		if (file_exists($tmp_dir.'owner_ok.csv')) {
2190 2190
 			if ($globalDebug) echo "Add to DB...";
2191
-			$error = update_db::retrieve_owner($tmp_dir.'owner_ok.csv','OK');
2191
+			$error = update_db::retrieve_owner($tmp_dir.'owner_ok.csv', 'OK');
2192 2192
 		} else $error = "File ".$tmp_dir.'owner_ok.csv'." doesn't exist. Download failed.";
2193 2193
 		if ($error != '') {
2194 2194
 			return $error;
2195 2195
 		} elseif ($globalDebug) echo "Done\n";
2196 2196
 		if ($globalDebug) echo "Owner Australia: Download...";
2197
-		update_db::download('http://antonakis.co.uk/registers/Australia.txt',$tmp_dir.'owner_vh.csv');
2197
+		update_db::download('http://antonakis.co.uk/registers/Australia.txt', $tmp_dir.'owner_vh.csv');
2198 2198
 		if (file_exists($tmp_dir.'owner_vh.csv')) {
2199 2199
 			if ($globalDebug) echo "Add to DB...";
2200
-			$error = update_db::retrieve_owner($tmp_dir.'owner_vh.csv','VH');
2200
+			$error = update_db::retrieve_owner($tmp_dir.'owner_vh.csv', 'VH');
2201 2201
 		} else $error = "File ".$tmp_dir.'owner_vh.csv'." doesn't exist. Download failed.";
2202 2202
 		if ($error != '') {
2203 2203
 			return $error;
2204 2204
 		} elseif ($globalDebug) echo "Done\n";
2205 2205
 		if ($globalDebug) echo "Owner Austria: Download...";
2206
-		update_db::download('http://antonakis.co.uk/registers/Austria.txt',$tmp_dir.'owner_oe.csv');
2206
+		update_db::download('http://antonakis.co.uk/registers/Austria.txt', $tmp_dir.'owner_oe.csv');
2207 2207
 		if (file_exists($tmp_dir.'owner_oe.csv')) {
2208 2208
 			if ($globalDebug) echo "Add to DB...";
2209
-			$error = update_db::retrieve_owner($tmp_dir.'owner_oe.csv','OE');
2209
+			$error = update_db::retrieve_owner($tmp_dir.'owner_oe.csv', 'OE');
2210 2210
 		} else $error = "File ".$tmp_dir.'owner_oe.csv'." doesn't exist. Download failed.";
2211 2211
 		if ($error != '') {
2212 2212
 			return $error;
2213 2213
 		} elseif ($globalDebug) echo "Done\n";
2214 2214
 		if ($globalDebug) echo "Owner Chile: Download...";
2215
-		update_db::download('http://antonakis.co.uk/registers/Chile.txt',$tmp_dir.'owner_cc.csv');
2215
+		update_db::download('http://antonakis.co.uk/registers/Chile.txt', $tmp_dir.'owner_cc.csv');
2216 2216
 		if (file_exists($tmp_dir.'owner_cc.csv')) {
2217 2217
 			if ($globalDebug) echo "Add to DB...";
2218
-			$error = update_db::retrieve_owner($tmp_dir.'owner_cc.csv','CC');
2218
+			$error = update_db::retrieve_owner($tmp_dir.'owner_cc.csv', 'CC');
2219 2219
 		} else $error = "File ".$tmp_dir.'owner_cc.csv'." doesn't exist. Download failed.";
2220 2220
 		if ($error != '') {
2221 2221
 			return $error;
2222 2222
 		} elseif ($globalDebug) echo "Done\n";
2223 2223
 		if ($globalDebug) echo "Owner Colombia: Download...";
2224
-		update_db::download('http://antonakis.co.uk/registers/Colombia.txt',$tmp_dir.'owner_hj.csv');
2224
+		update_db::download('http://antonakis.co.uk/registers/Colombia.txt', $tmp_dir.'owner_hj.csv');
2225 2225
 		if (file_exists($tmp_dir.'owner_hj.csv')) {
2226 2226
 			if ($globalDebug) echo "Add to DB...";
2227
-			$error = update_db::retrieve_owner($tmp_dir.'owner_hj.csv','HJ');
2227
+			$error = update_db::retrieve_owner($tmp_dir.'owner_hj.csv', 'HJ');
2228 2228
 		} else $error = "File ".$tmp_dir.'owner_hj.csv'." doesn't exist. Download failed.";
2229 2229
 		if ($error != '') {
2230 2230
 			return $error;
2231 2231
 		} elseif ($globalDebug) echo "Done\n";
2232 2232
 		if ($globalDebug) echo "Owner Bosnia Herzegobina: Download...";
2233
-		update_db::download('http://antonakis.co.uk/registers/BosniaHerzegovina.txt',$tmp_dir.'owner_e7.csv');
2233
+		update_db::download('http://antonakis.co.uk/registers/BosniaHerzegovina.txt', $tmp_dir.'owner_e7.csv');
2234 2234
 		if (file_exists($tmp_dir.'owner_e7.csv')) {
2235 2235
 			if ($globalDebug) echo "Add to DB...";
2236
-			$error = update_db::retrieve_owner($tmp_dir.'owner_e7.csv','E7');
2236
+			$error = update_db::retrieve_owner($tmp_dir.'owner_e7.csv', 'E7');
2237 2237
 		} else $error = "File ".$tmp_dir.'owner_e7.csv'." doesn't exist. Download failed.";
2238 2238
 		if ($error != '') {
2239 2239
 			return $error;
2240 2240
 		} elseif ($globalDebug) echo "Done\n";
2241 2241
 		if ($globalDebug) echo "Owner Brazil: Download...";
2242
-		update_db::download('http://antonakis.co.uk/registers/Brazil.txt',$tmp_dir.'owner_pp.csv');
2242
+		update_db::download('http://antonakis.co.uk/registers/Brazil.txt', $tmp_dir.'owner_pp.csv');
2243 2243
 		if (file_exists($tmp_dir.'owner_pp.csv')) {
2244 2244
 			if ($globalDebug) echo "Add to DB...";
2245
-			$error = update_db::retrieve_owner($tmp_dir.'owner_pp.csv','PP');
2245
+			$error = update_db::retrieve_owner($tmp_dir.'owner_pp.csv', 'PP');
2246 2246
 		} else $error = "File ".$tmp_dir.'owner_pp.csv'." doesn't exist. Download failed.";
2247 2247
 		if ($error != '') {
2248 2248
 			return $error;
2249 2249
 		} elseif ($globalDebug) echo "Done\n";
2250 2250
 		if ($globalDebug) echo "Owner Cayman Islands: Download...";
2251
-		update_db::download('http://antonakis.co.uk/registers/CaymanIslands.txt',$tmp_dir.'owner_vp.csv');
2251
+		update_db::download('http://antonakis.co.uk/registers/CaymanIslands.txt', $tmp_dir.'owner_vp.csv');
2252 2252
 		if (file_exists($tmp_dir.'owner_vp.csv')) {
2253 2253
 			if ($globalDebug) echo "Add to DB...";
2254
-			$error = update_db::retrieve_owner($tmp_dir.'owner_vp.csv','VP');
2254
+			$error = update_db::retrieve_owner($tmp_dir.'owner_vp.csv', 'VP');
2255 2255
 		} else $error = "File ".$tmp_dir.'owner_vp.csv'." doesn't exist. Download failed.";
2256 2256
 		if ($error != '') {
2257 2257
 			return $error;
2258 2258
 		} elseif ($globalDebug) echo "Done\n";
2259 2259
 		if ($globalDebug) echo "Owner Croatia: Download...";
2260
-		update_db::download('http://antonakis.co.uk/registers/Croatia.txt',$tmp_dir.'owner_9a.csv');
2260
+		update_db::download('http://antonakis.co.uk/registers/Croatia.txt', $tmp_dir.'owner_9a.csv');
2261 2261
 		if (file_exists($tmp_dir.'owner_9a.csv')) {
2262 2262
 			if ($globalDebug) echo "Add to DB...";
2263
-			$error = update_db::retrieve_owner($tmp_dir.'owner_9a.csv','9A');
2263
+			$error = update_db::retrieve_owner($tmp_dir.'owner_9a.csv', '9A');
2264 2264
 		} else $error = "File ".$tmp_dir.'owner_9a.csv'." doesn't exist. Download failed.";
2265 2265
 		if ($error != '') {
2266 2266
 			return $error;
2267 2267
 		} elseif ($globalDebug) echo "Done\n";
2268 2268
 		if ($globalDebug) echo "Owner Luxembourg: Download...";
2269
-		update_db::download('http://antonakis.co.uk/registers/Luxembourg.txt',$tmp_dir.'owner_lx.csv');
2269
+		update_db::download('http://antonakis.co.uk/registers/Luxembourg.txt', $tmp_dir.'owner_lx.csv');
2270 2270
 		if (file_exists($tmp_dir.'owner_lx.csv')) {
2271 2271
 			if ($globalDebug) echo "Add to DB...";
2272
-			$error = update_db::retrieve_owner($tmp_dir.'owner_lx.csv','LX');
2272
+			$error = update_db::retrieve_owner($tmp_dir.'owner_lx.csv', 'LX');
2273 2273
 		} else $error = "File ".$tmp_dir.'owner_lx.csv'." doesn't exist. Download failed.";
2274 2274
 		if ($error != '') {
2275 2275
 			return $error;
2276 2276
 		} elseif ($globalDebug) echo "Done\n";
2277 2277
 		if ($globalDebug) echo "Owner Maldives: Download...";
2278
-		update_db::download('http://antonakis.co.uk/registers/Maldives.txt',$tmp_dir.'owner_8q.csv');
2278
+		update_db::download('http://antonakis.co.uk/registers/Maldives.txt', $tmp_dir.'owner_8q.csv');
2279 2279
 		if (file_exists($tmp_dir.'owner_8q.csv')) {
2280 2280
 			if ($globalDebug) echo "Add to DB...";
2281
-			$error = update_db::retrieve_owner($tmp_dir.'owner_8q.csv','8Q');
2281
+			$error = update_db::retrieve_owner($tmp_dir.'owner_8q.csv', '8Q');
2282 2282
 		} else $error = "File ".$tmp_dir.'owner_8q.csv'." doesn't exist. Download failed.";
2283 2283
 		if ($error != '') {
2284 2284
 			return $error;
2285 2285
 		} elseif ($globalDebug) echo "Done\n";
2286 2286
 		if ($globalDebug) echo "Owner New Zealand: Download...";
2287
-		update_db::download('http://antonakis.co.uk/registers/NewZealand.txt',$tmp_dir.'owner_zk.csv');
2287
+		update_db::download('http://antonakis.co.uk/registers/NewZealand.txt', $tmp_dir.'owner_zk.csv');
2288 2288
 		if (file_exists($tmp_dir.'owner_zk.csv')) {
2289 2289
 			if ($globalDebug) echo "Add to DB...";
2290
-			$error = update_db::retrieve_owner($tmp_dir.'owner_zk.csv','ZK');
2290
+			$error = update_db::retrieve_owner($tmp_dir.'owner_zk.csv', 'ZK');
2291 2291
 		} else $error = "File ".$tmp_dir.'owner_zk.csv'." doesn't exist. Download failed.";
2292 2292
 		if ($error != '') {
2293 2293
 			return $error;
2294 2294
 		} elseif ($globalDebug) echo "Done\n";
2295 2295
 		if ($globalDebug) echo "Owner Papua New Guinea: Download...";
2296
-		update_db::download('http://antonakis.co.uk/registers/PapuaNewGuinea.txt',$tmp_dir.'owner_p2.csv');
2296
+		update_db::download('http://antonakis.co.uk/registers/PapuaNewGuinea.txt', $tmp_dir.'owner_p2.csv');
2297 2297
 		if (file_exists($tmp_dir.'owner_p2.csv')) {
2298 2298
 			if ($globalDebug) echo "Add to DB...";
2299
-			$error = update_db::retrieve_owner($tmp_dir.'owner_p2.csv','P2');
2299
+			$error = update_db::retrieve_owner($tmp_dir.'owner_p2.csv', 'P2');
2300 2300
 		} else $error = "File ".$tmp_dir.'owner_p2.csv'." doesn't exist. Download failed.";
2301 2301
 		if ($error != '') {
2302 2302
 			return $error;
2303 2303
 		} elseif ($globalDebug) echo "Done\n";
2304 2304
 		if ($globalDebug) echo "Owner Slovakia: Download...";
2305
-		update_db::download('http://antonakis.co.uk/registers/Slovakia.txt',$tmp_dir.'owner_om.csv');
2305
+		update_db::download('http://antonakis.co.uk/registers/Slovakia.txt', $tmp_dir.'owner_om.csv');
2306 2306
 		if (file_exists($tmp_dir.'owner_om.csv')) {
2307 2307
 			if ($globalDebug) echo "Add to DB...";
2308
-			$error = update_db::retrieve_owner($tmp_dir.'owner_om.csv','OM');
2308
+			$error = update_db::retrieve_owner($tmp_dir.'owner_om.csv', 'OM');
2309 2309
 		} else $error = "File ".$tmp_dir.'owner_om.csv'." doesn't exist. Download failed.";
2310 2310
 		if ($error != '') {
2311 2311
 			return $error;
2312 2312
 		} elseif ($globalDebug) echo "Done\n";
2313 2313
 		if ($globalDebug) echo "Owner Ecuador: Download...";
2314
-		update_db::download('http://antonakis.co.uk/registers/Ecuador.txt',$tmp_dir.'owner_hc.csv');
2314
+		update_db::download('http://antonakis.co.uk/registers/Ecuador.txt', $tmp_dir.'owner_hc.csv');
2315 2315
 		if (file_exists($tmp_dir.'owner_hc.csv')) {
2316 2316
 			if ($globalDebug) echo "Add to DB...";
2317
-			$error = update_db::retrieve_owner($tmp_dir.'owner_hc.csv','HC');
2317
+			$error = update_db::retrieve_owner($tmp_dir.'owner_hc.csv', 'HC');
2318 2318
 		} else $error = "File ".$tmp_dir.'owner_hc.csv'." doesn't exist. Download failed.";
2319 2319
 		if ($error != '') {
2320 2320
 			return $error;
2321 2321
 		} elseif ($globalDebug) echo "Done\n";
2322 2322
 		if ($globalDebug) echo "Owner Iceland: Download...";
2323
-		update_db::download('http://antonakis.co.uk/registers/Iceland.txt',$tmp_dir.'owner_tf.csv');
2323
+		update_db::download('http://antonakis.co.uk/registers/Iceland.txt', $tmp_dir.'owner_tf.csv');
2324 2324
 		if (file_exists($tmp_dir.'owner_tf.csv')) {
2325 2325
 			if ($globalDebug) echo "Add to DB...";
2326
-			$error = update_db::retrieve_owner($tmp_dir.'owner_tf.csv','TF');
2326
+			$error = update_db::retrieve_owner($tmp_dir.'owner_tf.csv', 'TF');
2327 2327
 		} else $error = "File ".$tmp_dir.'owner_tf.csv'." doesn't exist. Download failed.";
2328 2328
 		if ($error != '') {
2329 2329
 			return $error;
2330 2330
 		} elseif ($globalDebug) echo "Done\n";
2331 2331
 		if ($globalDebug) echo "Owner Isle of Man: Download...";
2332
-		update_db::download('http://antonakis.co.uk/registers/IsleOfMan.txt',$tmp_dir.'owner_m.csv');
2332
+		update_db::download('http://antonakis.co.uk/registers/IsleOfMan.txt', $tmp_dir.'owner_m.csv');
2333 2333
 		if (file_exists($tmp_dir.'owner_m.csv')) {
2334 2334
 			if ($globalDebug) echo "Add to DB...";
2335
-			$error = update_db::retrieve_owner($tmp_dir.'owner_m.csv','M');
2335
+			$error = update_db::retrieve_owner($tmp_dir.'owner_m.csv', 'M');
2336 2336
 		} else $error = "File ".$tmp_dir.'owner_m.csv'." doesn't exist. Download failed.";
2337 2337
 		if ($error != '') {
2338 2338
 			return $error;
2339 2339
 		} elseif ($globalDebug) echo "Done\n";
2340 2340
 		if ($globalMasterSource) {
2341 2341
 			if ($globalDebug) echo "ModeS Netherlands: Download...";
2342
-			update_db::download('http://antonakis.co.uk/registers/Netherlands.txt',$tmp_dir.'owner_ph.csv');
2342
+			update_db::download('http://antonakis.co.uk/registers/Netherlands.txt', $tmp_dir.'owner_ph.csv');
2343 2343
 			if (file_exists($tmp_dir.'owner_ph.csv')) {
2344 2344
 				if ($globalDebug) echo "Add to DB...";
2345
-				$error = update_db::retrieve_owner($tmp_dir.'owner_ph.csv','PH');
2345
+				$error = update_db::retrieve_owner($tmp_dir.'owner_ph.csv', 'PH');
2346 2346
 			} else $error = "File ".$tmp_dir.'owner_ph.csv'." doesn't exist. Download failed.";
2347 2347
 			if ($error != '') {
2348 2348
 				return $error;
2349 2349
 			} elseif ($globalDebug) echo "Done\n";
2350 2350
 			if ($globalDebug) echo "ModeS Denmark: Download...";
2351
-			update_db::download('http://antonakis.co.uk/registers/Denmark.txt',$tmp_dir.'owner_oy.csv');
2351
+			update_db::download('http://antonakis.co.uk/registers/Denmark.txt', $tmp_dir.'owner_oy.csv');
2352 2352
 			if (file_exists($tmp_dir.'owner_oy.csv')) {
2353 2353
 				if ($globalDebug) echo "Add to DB...";
2354
-				$error = update_db::retrieve_owner($tmp_dir.'owner_oy.csv','OY');
2354
+				$error = update_db::retrieve_owner($tmp_dir.'owner_oy.csv', 'OY');
2355 2355
 			} else $error = "File ".$tmp_dir.'owner_oy.csv'." doesn't exist. Download failed.";
2356 2356
 			if ($error != '') {
2357 2357
 				return $error;
@@ -2364,7 +2364,7 @@  discard block
 block discarded – undo
2364 2364
 		global $tmp_dir, $globalDebug;
2365 2365
 		$error = '';
2366 2366
 		if ($globalDebug) echo "Translation : Download...";
2367
-		update_db::download('http://www.acarsd.org/download/translation.php',$tmp_dir.'translation.zip');
2367
+		update_db::download('http://www.acarsd.org/download/translation.php', $tmp_dir.'translation.zip');
2368 2368
 		if (file_exists($tmp_dir.'translation.zip')) {
2369 2369
 			if ($globalDebug) echo "Unzip...";
2370 2370
 			update_db::unzip($tmp_dir.'translation.zip');
@@ -2381,10 +2381,10 @@  discard block
 block discarded – undo
2381 2381
 		global $tmp_dir, $globalDebug;
2382 2382
 		$error = '';
2383 2383
 		if ($globalDebug) echo "Translation from FlightAirMap website : Download...";
2384
-		update_db::download('http://data.flightairmap.com/data/translation.tsv.gz',$tmp_dir.'translation.tsv.gz');
2385
-		update_db::download('http://data.flightairmap.com/data/translation.tsv.gz.md5',$tmp_dir.'translation.tsv.gz.md5');
2384
+		update_db::download('http://data.flightairmap.com/data/translation.tsv.gz', $tmp_dir.'translation.tsv.gz');
2385
+		update_db::download('http://data.flightairmap.com/data/translation.tsv.gz.md5', $tmp_dir.'translation.tsv.gz.md5');
2386 2386
 		if (file_exists($tmp_dir.'translation.tsv.gz') && file_exists($tmp_dir.'translation.tsv.gz')) {
2387
-			$translation_md5_file = explode(' ',file_get_contents($tmp_dir.'translation.tsv.gz.md5'));
2387
+			$translation_md5_file = explode(' ', file_get_contents($tmp_dir.'translation.tsv.gz.md5'));
2388 2388
 			$translation_md5 = $translation_md5_file[0];
2389 2389
 			if (md5_file($tmp_dir.'translation.tsv.gz') == $translation_md5) {
2390 2390
 				if ($globalDebug) echo "Gunzip...";
@@ -2402,10 +2402,10 @@  discard block
 block discarded – undo
2402 2402
 		global $tmp_dir, $globalDebug;
2403 2403
 		$error = '';
2404 2404
 		if ($globalDebug) echo "ModeS from FlightAirMap website : Download...";
2405
-		update_db::download('http://data.flightairmap.com/data/modes.tsv.gz',$tmp_dir.'modes.tsv.gz');
2406
-		update_db::download('http://data.flightairmap.com/data/modes.tsv.gz.md5',$tmp_dir.'modes.tsv.gz.md5');
2405
+		update_db::download('http://data.flightairmap.com/data/modes.tsv.gz', $tmp_dir.'modes.tsv.gz');
2406
+		update_db::download('http://data.flightairmap.com/data/modes.tsv.gz.md5', $tmp_dir.'modes.tsv.gz.md5');
2407 2407
 		if (file_exists($tmp_dir.'modes.tsv.gz') && file_exists($tmp_dir.'modes.tsv.gz.md5')) {
2408
-			$modes_md5_file = explode(' ',file_get_contents($tmp_dir.'modes.tsv.gz.md5'));
2408
+			$modes_md5_file = explode(' ', file_get_contents($tmp_dir.'modes.tsv.gz.md5'));
2409 2409
 			$modes_md5 = $modes_md5_file[0];
2410 2410
 			if (md5_file($tmp_dir.'modes.tsv.gz') == $modes_md5) {
2411 2411
 				if ($globalDebug) echo "Gunzip...";
@@ -2424,12 +2424,12 @@  discard block
 block discarded – undo
2424 2424
 		global $tmp_dir, $globalDebug;
2425 2425
 		$error = '';
2426 2426
 		if ($globalDebug) echo "Airlines from FlightAirMap website : Download...";
2427
-		update_db::download('http://data.flightairmap.com/data/airlines.tsv.gz.md5',$tmp_dir.'airlines.tsv.gz.md5');
2427
+		update_db::download('http://data.flightairmap.com/data/airlines.tsv.gz.md5', $tmp_dir.'airlines.tsv.gz.md5');
2428 2428
 		if (file_exists($tmp_dir.'airlines.tsv.gz.md5')) {
2429
-			$airlines_md5_file = explode(' ',file_get_contents($tmp_dir.'airlines.tsv.gz.md5'));
2429
+			$airlines_md5_file = explode(' ', file_get_contents($tmp_dir.'airlines.tsv.gz.md5'));
2430 2430
 			$airlines_md5 = $airlines_md5_file[0];
2431 2431
 			if (!update_db::check_airlines_version($airlines_md5)) {
2432
-				update_db::download('http://data.flightairmap.com/data/airlines.tsv.gz',$tmp_dir.'airlines.tsv.gz');
2432
+				update_db::download('http://data.flightairmap.com/data/airlines.tsv.gz', $tmp_dir.'airlines.tsv.gz');
2433 2433
 				if (file_exists($tmp_dir.'airlines.tsv.gz')) {
2434 2434
 					if (md5_file($tmp_dir.'airlines.tsv.gz') == $airlines_md5) {
2435 2435
 						if ($globalDebug) echo "Gunzip...";
@@ -2454,14 +2454,14 @@  discard block
 block discarded – undo
2454 2454
 		if ($globalDebug) echo "owner from FlightAirMap website : Download...";
2455 2455
 		$error = '';
2456 2456
 		if ($globalOwner === TRUE) {
2457
-			update_db::download('http://data.flightairmap.com/data/owners_all.tsv.gz',$tmp_dir.'owners.tsv.gz');
2458
-			update_db::download('http://data.flightairmap.com/data/owners_all.tsv.gz.md5',$tmp_dir.'owners.tsv.gz.md5');
2457
+			update_db::download('http://data.flightairmap.com/data/owners_all.tsv.gz', $tmp_dir.'owners.tsv.gz');
2458
+			update_db::download('http://data.flightairmap.com/data/owners_all.tsv.gz.md5', $tmp_dir.'owners.tsv.gz.md5');
2459 2459
 		} else {
2460
-			update_db::download('http://data.flightairmap.com/data/owners.tsv.gz',$tmp_dir.'owners.tsv.gz');
2461
-			update_db::download('http://data.flightairmap.com/data/owners.tsv.gz.md5',$tmp_dir.'owners.tsv.gz.md5');
2460
+			update_db::download('http://data.flightairmap.com/data/owners.tsv.gz', $tmp_dir.'owners.tsv.gz');
2461
+			update_db::download('http://data.flightairmap.com/data/owners.tsv.gz.md5', $tmp_dir.'owners.tsv.gz.md5');
2462 2462
 		}
2463 2463
 		if (file_exists($tmp_dir.'owners.tsv.gz') && file_exists($tmp_dir.'owners.tsv.gz.md5')) {
2464
-			$owners_md5_file = explode(' ',file_get_contents($tmp_dir.'owners.tsv.gz.md5'));
2464
+			$owners_md5_file = explode(' ', file_get_contents($tmp_dir.'owners.tsv.gz.md5'));
2465 2465
 			$owners_md5 = $owners_md5_file[0];
2466 2466
 			if (md5_file($tmp_dir.'owners.tsv.gz') == $owners_md5) {
2467 2467
 				if ($globalDebug) echo "Gunzip...";
@@ -2478,10 +2478,10 @@  discard block
 block discarded – undo
2478 2478
 	public static function update_routes_fam() {
2479 2479
 		global $tmp_dir, $globalDebug;
2480 2480
 		if ($globalDebug) echo "Routes from FlightAirMap website : Download...";
2481
-		update_db::download('http://data.flightairmap.com/data/routes.tsv.gz',$tmp_dir.'routes.tsv.gz');
2482
-		update_db::download('http://data.flightairmap.com/data/routes.tsv.gz.md5',$tmp_dir.'routes.tsv.gz.md5');
2481
+		update_db::download('http://data.flightairmap.com/data/routes.tsv.gz', $tmp_dir.'routes.tsv.gz');
2482
+		update_db::download('http://data.flightairmap.com/data/routes.tsv.gz.md5', $tmp_dir.'routes.tsv.gz.md5');
2483 2483
 		if (file_exists($tmp_dir.'routes.tsv.gz') && file_exists($tmp_dir.'routes.tsv.gz.md5')) {
2484
-			$routes_md5_file = explode(' ',file_get_contents($tmp_dir.'routes.tsv.gz.md5'));
2484
+			$routes_md5_file = explode(' ', file_get_contents($tmp_dir.'routes.tsv.gz.md5'));
2485 2485
 			$routes_md5 = $routes_md5_file[0];
2486 2486
 			if (md5_file($tmp_dir.'routes.tsv.gz') == $routes_md5) {
2487 2487
 				if ($globalDebug) echo "Gunzip...";
@@ -2497,13 +2497,13 @@  discard block
 block discarded – undo
2497 2497
 	}
2498 2498
 	public static function update_marine_identity_fam() {
2499 2499
 		global $tmp_dir, $globalDebug;
2500
-		update_db::download('http://data.flightairmap.com/data/marine_identity.tsv.gz.md5',$tmp_dir.'marine_identity.tsv.gz.md5');
2500
+		update_db::download('http://data.flightairmap.com/data/marine_identity.tsv.gz.md5', $tmp_dir.'marine_identity.tsv.gz.md5');
2501 2501
 		if (file_exists($tmp_dir.'marine_identity.tsv.gz.md5')) {
2502
-			$marine_identity_md5_file = explode(' ',file_get_contents($tmp_dir.'marine_identity.tsv.gz.md5'));
2502
+			$marine_identity_md5_file = explode(' ', file_get_contents($tmp_dir.'marine_identity.tsv.gz.md5'));
2503 2503
 			$marine_identity_md5 = $marine_identity_md5_file[0];
2504 2504
 			if (!update_db::check_marine_identity_version($marine_identity_md5)) {
2505 2505
 				if ($globalDebug) echo "Marine identity from FlightAirMap website : Download...";
2506
-				update_db::download('http://data.flightairmap.com/data/marine_identity.tsv.gz',$tmp_dir.'marine_identity.tsv.gz');
2506
+				update_db::download('http://data.flightairmap.com/data/marine_identity.tsv.gz', $tmp_dir.'marine_identity.tsv.gz');
2507 2507
 				if (file_exists($tmp_dir.'marine_identity.tsv.gz')) {
2508 2508
 					if (md5_file($tmp_dir.'marine_identity.tsv.gz') == $marine_identity_md5) {
2509 2509
 						if ($globalDebug) echo "Gunzip...";
@@ -2525,13 +2525,13 @@  discard block
 block discarded – undo
2525 2525
 
2526 2526
 	public static function update_satellite_fam() {
2527 2527
 		global $tmp_dir, $globalDebug;
2528
-		update_db::download('http://data.flightairmap.com/data/satellite.tsv.gz.md5',$tmp_dir.'satellite.tsv.gz.md5');
2528
+		update_db::download('http://data.flightairmap.com/data/satellite.tsv.gz.md5', $tmp_dir.'satellite.tsv.gz.md5');
2529 2529
 		if (file_exists($tmp_dir.'satellite.tsv.gz.md5')) {
2530
-			$satellite_md5_file = explode(' ',file_get_contents($tmp_dir.'satellite.tsv.gz.md5'));
2530
+			$satellite_md5_file = explode(' ', file_get_contents($tmp_dir.'satellite.tsv.gz.md5'));
2531 2531
 			$satellite_md5 = $satellite_md5_file[0];
2532 2532
 			if (!update_db::check_satellite_version($satellite_md5)) {
2533 2533
 				if ($globalDebug) echo "Satellite from FlightAirMap website : Download...";
2534
-				update_db::download('http://data.flightairmap.com/data/satellite.tsv.gz',$tmp_dir.'satellite.tsv.gz');
2534
+				update_db::download('http://data.flightairmap.com/data/satellite.tsv.gz', $tmp_dir.'satellite.tsv.gz');
2535 2535
 				if (file_exists($tmp_dir.'satellite.tsv.gz')) {
2536 2536
 					if (md5_file($tmp_dir.'satellite.tsv.gz') == $satellite_md5) {
2537 2537
 						if ($globalDebug) echo "Gunzip...";
@@ -2553,7 +2553,7 @@  discard block
 block discarded – undo
2553 2553
 	public static function update_banned_fam() {
2554 2554
 		global $tmp_dir, $globalDebug;
2555 2555
 		if ($globalDebug) echo "Banned airlines in Europe from FlightAirMap website : Download...";
2556
-		update_db::download('http://data.flightairmap.com/data/ban-eu.csv',$tmp_dir.'ban_eu.csv');
2556
+		update_db::download('http://data.flightairmap.com/data/ban-eu.csv', $tmp_dir.'ban_eu.csv');
2557 2557
 		if (file_exists($tmp_dir.'ban_eu.csv')) {
2558 2558
 			//if ($globalDebug) echo "Gunzip...";
2559 2559
 			//update_db::gunzip($tmp_dir.'ban_ue.csv');
@@ -2572,18 +2572,18 @@  discard block
 block discarded – undo
2572 2572
 		$error = '';
2573 2573
 		if ($globalDebug) echo "Airspace from FlightAirMap website : Download...";
2574 2574
 		if ($globalDBdriver == 'mysql') {
2575
-			update_db::download('http://data.flightairmap.com/data/airspace_mysql.sql.gz.md5',$tmp_dir.'airspace.sql.gz.md5');
2575
+			update_db::download('http://data.flightairmap.com/data/airspace_mysql.sql.gz.md5', $tmp_dir.'airspace.sql.gz.md5');
2576 2576
 		} else {
2577
-			update_db::download('http://data.flightairmap.com/data/airspace_pgsql.sql.gz.md5',$tmp_dir.'airspace.sql.gz.md5');
2577
+			update_db::download('http://data.flightairmap.com/data/airspace_pgsql.sql.gz.md5', $tmp_dir.'airspace.sql.gz.md5');
2578 2578
 		}
2579 2579
 		if (file_exists($tmp_dir.'airspace.sql.gz.md5')) {
2580
-			$airspace_md5_file = explode(' ',file_get_contents($tmp_dir.'airspace.sql.gz.md5'));
2580
+			$airspace_md5_file = explode(' ', file_get_contents($tmp_dir.'airspace.sql.gz.md5'));
2581 2581
 			$airspace_md5 = $airspace_md5_file[0];
2582 2582
 			if (!update_db::check_airspace_version($airspace_md5)) {
2583 2583
 				if ($globalDBdriver == 'mysql') {
2584
-					update_db::download('http://data.flightairmap.com/data/airspace_mysql.sql.gz',$tmp_dir.'airspace.sql.gz');
2584
+					update_db::download('http://data.flightairmap.com/data/airspace_mysql.sql.gz', $tmp_dir.'airspace.sql.gz');
2585 2585
 				} else {
2586
-					update_db::download('http://data.flightairmap.com/data/airspace_pgsql.sql.gz',$tmp_dir.'airspace.sql.gz');
2586
+					update_db::download('http://data.flightairmap.com/data/airspace_pgsql.sql.gz', $tmp_dir.'airspace.sql.gz');
2587 2587
 				}
2588 2588
 				if (file_exists($tmp_dir.'airspace.sql.gz')) {
2589 2589
 					if (md5_file($tmp_dir.'airspace.sql.gz') == $airspace_md5) {
@@ -2596,7 +2596,7 @@  discard block
 block discarded – undo
2596 2596
 							try {
2597 2597
 								$sth = $Connection->db->prepare($query);
2598 2598
 								$sth->execute();
2599
-							} catch(PDOException $e) {
2599
+							} catch (PDOException $e) {
2600 2600
 								return "error : ".$e->getMessage();
2601 2601
 							}
2602 2602
 						}
@@ -2616,16 +2616,16 @@  discard block
 block discarded – undo
2616 2616
 		global $tmp_dir, $globalDebug, $globalGeoidSource;
2617 2617
 		$error = '';
2618 2618
 		if ($globalDebug) echo "Geoid from FlightAirMap website : Download...";
2619
-		update_db::download('http://data.flightairmap.com/data/geoid/'.$globalGeoidSource.'.pgm.gz.md5',$tmp_dir.$globalGeoidSource.'.pgm.gz.md5');
2619
+		update_db::download('http://data.flightairmap.com/data/geoid/'.$globalGeoidSource.'.pgm.gz.md5', $tmp_dir.$globalGeoidSource.'.pgm.gz.md5');
2620 2620
 		if (file_exists($tmp_dir.$globalGeoidSource.'.pgm.gz.md5')) {
2621
-			$geoid_md5_file = explode(' ',file_get_contents($tmp_dir.$globalGeoidSource.'.pgm.gz.md5'));
2621
+			$geoid_md5_file = explode(' ', file_get_contents($tmp_dir.$globalGeoidSource.'.pgm.gz.md5'));
2622 2622
 			$geoid_md5 = $geoid_md5_file[0];
2623 2623
 			if (!update_db::check_geoid_version($geoid_md5)) {
2624
-				update_db::download('http://data.flightairmap.com/data/geoid/'.$globalGeoidSource.'.pgm.gz',$tmp_dir.$globalGeoidSource.'.pgm.gz');
2624
+				update_db::download('http://data.flightairmap.com/data/geoid/'.$globalGeoidSource.'.pgm.gz', $tmp_dir.$globalGeoidSource.'.pgm.gz');
2625 2625
 				if (file_exists($tmp_dir.$globalGeoidSource.'.pgm.gz')) {
2626 2626
 					if (md5_file($tmp_dir.$globalGeoidSource.'.pgm.gz') == $geoid_md5) {
2627 2627
 						if ($globalDebug) echo "Gunzip...";
2628
-						update_db::gunzip($tmp_dir.$globalGeoidSource.'.pgm.gz',dirname(__FILE__).'/../data/'.$globalGeoidSource.'.pgm');
2628
+						update_db::gunzip($tmp_dir.$globalGeoidSource.'.pgm.gz', dirname(__FILE__).'/../data/'.$globalGeoidSource.'.pgm');
2629 2629
 						if (file_exists(dirname(__FILE__).'/../data/'.$globalGeoidSource.'.pgm')) {
2630 2630
 							update_db::insert_geoid_version($geoid_md5);
2631 2631
 						}
@@ -2642,15 +2642,15 @@  discard block
 block discarded – undo
2642 2642
 	public static function update_tle() {
2643 2643
 		global $tmp_dir, $globalDebug;
2644 2644
 		if ($globalDebug) echo "Download TLE : Download...";
2645
-		$alltle = array('stations.txt','gps-ops.txt','glo-ops.txt','galileo.txt','weather.txt','noaa.txt','goes.txt','resource.txt','dmc.txt','tdrss.txt','geo.txt','intelsat.txt','gorizont.txt',
2646
-		'raduga.txt','molniya.txt','iridium.txt','orbcomm.txt','globalstar.txt','amateur.txt','x-comm.txt','other-comm.txt','sbas.txt','nnss.txt','musson.txt','science.txt','geodetic.txt',
2647
-		'engineering.txt','education.txt','military.txt','radar.txt','cubesat.txt','other.txt','tle-new.txt','visual.txt','sarsat.txt','argos.txt','ses.txt','iridium-NEXT.txt','beidou.txt');
2645
+		$alltle = array('stations.txt', 'gps-ops.txt', 'glo-ops.txt', 'galileo.txt', 'weather.txt', 'noaa.txt', 'goes.txt', 'resource.txt', 'dmc.txt', 'tdrss.txt', 'geo.txt', 'intelsat.txt', 'gorizont.txt',
2646
+		'raduga.txt', 'molniya.txt', 'iridium.txt', 'orbcomm.txt', 'globalstar.txt', 'amateur.txt', 'x-comm.txt', 'other-comm.txt', 'sbas.txt', 'nnss.txt', 'musson.txt', 'science.txt', 'geodetic.txt',
2647
+		'engineering.txt', 'education.txt', 'military.txt', 'radar.txt', 'cubesat.txt', 'other.txt', 'tle-new.txt', 'visual.txt', 'sarsat.txt', 'argos.txt', 'ses.txt', 'iridium-NEXT.txt', 'beidou.txt');
2648 2648
 		foreach ($alltle as $filename) {
2649 2649
 			if ($globalDebug) echo "downloading ".$filename.'...';
2650
-			update_db::download('http://celestrak.com/NORAD/elements/'.$filename,$tmp_dir.$filename);
2650
+			update_db::download('http://celestrak.com/NORAD/elements/'.$filename, $tmp_dir.$filename);
2651 2651
 			if (file_exists($tmp_dir.$filename)) {
2652 2652
 				if ($globalDebug) echo "Add to DB ".$filename."...";
2653
-				$error = update_db::tle($tmp_dir.$filename,str_replace('.txt','',$filename));
2653
+				$error = update_db::tle($tmp_dir.$filename, str_replace('.txt', '', $filename));
2654 2654
 			} else $error = "File ".$tmp_dir.$filename." doesn't exist. Download failed.";
2655 2655
 			if ($error != '') {
2656 2656
 				echo $error."\n";
@@ -2662,7 +2662,7 @@  discard block
 block discarded – undo
2662 2662
 	public static function update_ucsdb() {
2663 2663
 		global $tmp_dir, $globalDebug;
2664 2664
 		if ($globalDebug) echo "Download UCS DB : Download...";
2665
-		update_db::download('https://s3.amazonaws.com/ucs-documents/nuclear-weapons/sat-database/4-11-17-update/UCS_Satellite_Database_officialname_1-1-17.txt',$tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt');
2665
+		update_db::download('https://s3.amazonaws.com/ucs-documents/nuclear-weapons/sat-database/4-11-17-update/UCS_Satellite_Database_officialname_1-1-17.txt', $tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt');
2666 2666
 		if (file_exists($tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt')) {
2667 2667
 			if ($globalDebug) echo "Add to DB...";
2668 2668
 			$error = update_db::satellite_ucsdb($tmp_dir.'UCS_Satellite_Database_officialname_1-1-17.txt');
@@ -2676,7 +2676,7 @@  discard block
 block discarded – undo
2676 2676
 	public static function update_celestrak() {
2677 2677
 		global $tmp_dir, $globalDebug;
2678 2678
 		if ($globalDebug) echo "Download Celestrak DB : Download...";
2679
-		update_db::download('http://celestrak.com/pub/satcat.txt',$tmp_dir.'satcat.txt');
2679
+		update_db::download('http://celestrak.com/pub/satcat.txt', $tmp_dir.'satcat.txt');
2680 2680
 		if (file_exists($tmp_dir.'satcat.txt')) {
2681 2681
 			if ($globalDebug) echo "Add to DB...";
2682 2682
 			$error = update_db::satellite_celestrak($tmp_dir.'satcat.txt');
@@ -2691,32 +2691,32 @@  discard block
 block discarded – undo
2691 2691
 		global $tmp_dir, $globalDebug;
2692 2692
 		$error = '';
2693 2693
 		if ($globalDebug) echo "Models from FlightAirMap website : Download...";
2694
-		update_db::download('http://data.flightairmap.com/data/models/models.md5sum',$tmp_dir.'models.md5sum');
2694
+		update_db::download('http://data.flightairmap.com/data/models/models.md5sum', $tmp_dir.'models.md5sum');
2695 2695
 		if (file_exists($tmp_dir.'models.md5sum')) {
2696 2696
 			if ($globalDebug) echo "Check files...\n";
2697 2697
 			$newmodelsdb = array();
2698
-			if (($handle = fopen($tmp_dir.'models.md5sum','r')) !== FALSE) {
2699
-				while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
2698
+			if (($handle = fopen($tmp_dir.'models.md5sum', 'r')) !== FALSE) {
2699
+				while (($row = fgetcsv($handle, 1000, " ")) !== FALSE) {
2700 2700
 					$model = trim($row[2]);
2701 2701
 					$newmodelsdb[$model] = trim($row[0]);
2702 2702
 				}
2703 2703
 			}
2704 2704
 			$modelsdb = array();
2705 2705
 			if (file_exists(dirname(__FILE__).'/../models/models.md5sum')) {
2706
-				if (($handle = fopen(dirname(__FILE__).'/../models/models.md5sum','r')) !== FALSE) {
2707
-					while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
2706
+				if (($handle = fopen(dirname(__FILE__).'/../models/models.md5sum', 'r')) !== FALSE) {
2707
+					while (($row = fgetcsv($handle, 1000, " ")) !== FALSE) {
2708 2708
 						$model = trim($row[2]);
2709 2709
 						$modelsdb[$model] = trim($row[0]);
2710 2710
 					}
2711 2711
 				}
2712 2712
 			}
2713
-			$diff = array_diff($newmodelsdb,$modelsdb);
2713
+			$diff = array_diff($newmodelsdb, $modelsdb);
2714 2714
 			foreach ($diff as $key => $value) {
2715 2715
 				if ($globalDebug) echo 'Downloading model '.$key.' ...'."\n";
2716
-				update_db::download('http://data.flightairmap.com/data/models/'.$key,dirname(__FILE__).'/../models/'.$key);
2716
+				update_db::download('http://data.flightairmap.com/data/models/'.$key, dirname(__FILE__).'/../models/'.$key);
2717 2717
 				
2718 2718
 			}
2719
-			update_db::download('http://data.flightairmap.com/data/models/models.md5sum',dirname(__FILE__).'/../models/models.md5sum');
2719
+			update_db::download('http://data.flightairmap.com/data/models/models.md5sum', dirname(__FILE__).'/../models/models.md5sum');
2720 2720
 		} else $error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
2721 2721
 		if ($error != '') {
2722 2722
 			return $error;
@@ -2728,32 +2728,32 @@  discard block
 block discarded – undo
2728 2728
 		global $tmp_dir, $globalDebug;
2729 2729
 		$error = '';
2730 2730
 		if ($globalDebug) echo "Space models from FlightAirMap website : Download...";
2731
-		update_db::download('http://data.flightairmap.com/data/models/space/space_models.md5sum',$tmp_dir.'space_models.md5sum');
2731
+		update_db::download('http://data.flightairmap.com/data/models/space/space_models.md5sum', $tmp_dir.'space_models.md5sum');
2732 2732
 		if (file_exists($tmp_dir.'space_models.md5sum')) {
2733 2733
 			if ($globalDebug) echo "Check files...\n";
2734 2734
 			$newmodelsdb = array();
2735
-			if (($handle = fopen($tmp_dir.'space_models.md5sum','r')) !== FALSE) {
2736
-				while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
2735
+			if (($handle = fopen($tmp_dir.'space_models.md5sum', 'r')) !== FALSE) {
2736
+				while (($row = fgetcsv($handle, 1000, " ")) !== FALSE) {
2737 2737
 					$model = trim($row[2]);
2738 2738
 					$newmodelsdb[$model] = trim($row[0]);
2739 2739
 				}
2740 2740
 			}
2741 2741
 			$modelsdb = array();
2742 2742
 			if (file_exists(dirname(__FILE__).'/../models/space/space_models.md5sum')) {
2743
-				if (($handle = fopen(dirname(__FILE__).'/../models/space/space_models.md5sum','r')) !== FALSE) {
2744
-					while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
2743
+				if (($handle = fopen(dirname(__FILE__).'/../models/space/space_models.md5sum', 'r')) !== FALSE) {
2744
+					while (($row = fgetcsv($handle, 1000, " ")) !== FALSE) {
2745 2745
 						$model = trim($row[2]);
2746 2746
 						$modelsdb[$model] = trim($row[0]);
2747 2747
 					}
2748 2748
 				}
2749 2749
 			}
2750
-			$diff = array_diff($newmodelsdb,$modelsdb);
2750
+			$diff = array_diff($newmodelsdb, $modelsdb);
2751 2751
 			foreach ($diff as $key => $value) {
2752 2752
 				if ($globalDebug) echo 'Downloading space model '.$key.' ...'."\n";
2753
-				update_db::download('http://data.flightairmap.com/data/models/space/'.$key,dirname(__FILE__).'/../models/space/'.$key);
2753
+				update_db::download('http://data.flightairmap.com/data/models/space/'.$key, dirname(__FILE__).'/../models/space/'.$key);
2754 2754
 				
2755 2755
 			}
2756
-			update_db::download('http://data.flightairmap.com/data/models/space/space_models.md5sum',dirname(__FILE__).'/../models/space/space_models.md5sum');
2756
+			update_db::download('http://data.flightairmap.com/data/models/space/space_models.md5sum', dirname(__FILE__).'/../models/space/space_models.md5sum');
2757 2757
 		} else $error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
2758 2758
 		if ($error != '') {
2759 2759
 			return $error;
@@ -2765,32 +2765,32 @@  discard block
 block discarded – undo
2765 2765
 		global $tmp_dir, $globalDebug;
2766 2766
 		$error = '';
2767 2767
 		if ($globalDebug) echo "Vehicules models from FlightAirMap website : Download...";
2768
-		update_db::download('http://data.flightairmap.com/data/models/vehicules/vehicules_models.md5sum',$tmp_dir.'vehicules_models.md5sum');
2768
+		update_db::download('http://data.flightairmap.com/data/models/vehicules/vehicules_models.md5sum', $tmp_dir.'vehicules_models.md5sum');
2769 2769
 		if (file_exists($tmp_dir.'vehicules_models.md5sum')) {
2770 2770
 			if ($globalDebug) echo "Check files...\n";
2771 2771
 			$newmodelsdb = array();
2772
-			if (($handle = fopen($tmp_dir.'vehicules_models.md5sum','r')) !== FALSE) {
2773
-				while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
2772
+			if (($handle = fopen($tmp_dir.'vehicules_models.md5sum', 'r')) !== FALSE) {
2773
+				while (($row = fgetcsv($handle, 1000, " ")) !== FALSE) {
2774 2774
 					$model = trim($row[2]);
2775 2775
 					$newmodelsdb[$model] = trim($row[0]);
2776 2776
 				}
2777 2777
 			}
2778 2778
 			$modelsdb = array();
2779 2779
 			if (file_exists(dirname(__FILE__).'/../models/vehicules/vehicules_models.md5sum')) {
2780
-				if (($handle = fopen(dirname(__FILE__).'/../models/vehicules/vehicules_models.md5sum','r')) !== FALSE) {
2781
-					while (($row = fgetcsv($handle,1000," ")) !== FALSE) {
2780
+				if (($handle = fopen(dirname(__FILE__).'/../models/vehicules/vehicules_models.md5sum', 'r')) !== FALSE) {
2781
+					while (($row = fgetcsv($handle, 1000, " ")) !== FALSE) {
2782 2782
 						$model = trim($row[2]);
2783 2783
 						$modelsdb[$model] = trim($row[0]);
2784 2784
 					}
2785 2785
 				}
2786 2786
 			}
2787
-			$diff = array_diff($newmodelsdb,$modelsdb);
2787
+			$diff = array_diff($newmodelsdb, $modelsdb);
2788 2788
 			foreach ($diff as $key => $value) {
2789 2789
 				if ($globalDebug) echo 'Downloading vehicules model '.$key.' ...'."\n";
2790
-				update_db::download('http://data.flightairmap.com/data/models/vehicules/'.$key,dirname(__FILE__).'/../models/vehicules/'.$key);
2790
+				update_db::download('http://data.flightairmap.com/data/models/vehicules/'.$key, dirname(__FILE__).'/../models/vehicules/'.$key);
2791 2791
 				
2792 2792
 			}
2793
-			update_db::download('http://data.flightairmap.com/data/models/vehicules/vehicules_models.md5sum',dirname(__FILE__).'/../models/vehicules/vehicules_models.md5sum');
2793
+			update_db::download('http://data.flightairmap.com/data/models/vehicules/vehicules_models.md5sum', dirname(__FILE__).'/../models/vehicules/vehicules_models.md5sum');
2794 2794
 		} else $error = "File ".$tmp_dir.'models.md5sum'." doesn't exist. Download failed.";
2795 2795
 		if ($error != '') {
2796 2796
 			return $error;
@@ -2813,8 +2813,8 @@  discard block
 block discarded – undo
2813 2813
 		*/
2814 2814
 		if (file_exists($tmp_dir.'aircrafts.html')) {
2815 2815
 		    //var_dump(file_get_html($tmp_dir.'aircrafts.html'));
2816
-		    $fh = fopen($tmp_dir.'aircrafts.html',"r");
2817
-		    $result = fread($fh,100000000);
2816
+		    $fh = fopen($tmp_dir.'aircrafts.html', "r");
2817
+		    $result = fread($fh, 100000000);
2818 2818
 		    //echo $result;
2819 2819
 		    //var_dump(str_get_html($result));
2820 2820
 		    //print_r(self::table2array($result));
@@ -2832,23 +2832,23 @@  discard block
 block discarded – undo
2832 2832
 			$Connection = new Connection();
2833 2833
 			$sth = $Connection->db->prepare($query);
2834 2834
                         $sth->execute();
2835
-                } catch(PDOException $e) {
2835
+                } catch (PDOException $e) {
2836 2836
                         return "error : ".$e->getMessage();
2837 2837
                 }
2838 2838
 
2839 2839
 		$error = '';
2840 2840
 		if ($globalDebug) echo "Notam : Download...";
2841
-		update_db::download($globalNOTAMSource,$tmp_dir.'notam.rss');
2841
+		update_db::download($globalNOTAMSource, $tmp_dir.'notam.rss');
2842 2842
 		if (file_exists($tmp_dir.'notam.rss')) {
2843
-			$notams = json_decode(json_encode(simplexml_load_file($tmp_dir.'notam.rss')),true);
2843
+			$notams = json_decode(json_encode(simplexml_load_file($tmp_dir.'notam.rss')), true);
2844 2844
 			foreach ($notams['channel']['item'] as $notam) {
2845
-				$title = explode(':',$notam['title']);
2845
+				$title = explode(':', $notam['title']);
2846 2846
 				$data['ref'] = trim($title[0]);
2847 2847
 				unset($title[0]);
2848
-				$data['title'] = trim(implode(':',$title));
2849
-				$description = strip_tags($notam['description'],'<pre>');
2850
-				preg_match(':^(.*?)<pre>:',$description,$match);
2851
-				$q = explode('/',$match[1]);
2848
+				$data['title'] = trim(implode(':', $title));
2849
+				$description = strip_tags($notam['description'], '<pre>');
2850
+				preg_match(':^(.*?)<pre>:', $description, $match);
2851
+				$q = explode('/', $match[1]);
2852 2852
 				$data['fir'] = $q[0];
2853 2853
 				$data['code'] = $q[1];
2854 2854
 				$ifrvfr = $q[2];
@@ -2864,30 +2864,30 @@  discard block
 block discarded – undo
2864 2864
 				$data['lower_limit'] = $q[5];
2865 2865
 				$data['upper_limit'] = $q[6];
2866 2866
 				$latlonrad = $q[7];
2867
-				sscanf($latlonrad,'%4c%c%5c%c%3d',$las,$lac,$lns,$lnc,$radius);
2868
-				$latitude = $Common->convertDec($las,'latitude');
2869
-				$longitude = $Common->convertDec($lns,'longitude');
2867
+				sscanf($latlonrad, '%4c%c%5c%c%3d', $las, $lac, $lns, $lnc, $radius);
2868
+				$latitude = $Common->convertDec($las, 'latitude');
2869
+				$longitude = $Common->convertDec($lns, 'longitude');
2870 2870
 				if ($lac == 'S') $latitude = '-'.$latitude;
2871 2871
 				if ($lnc == 'W') $longitude = '-'.$longitude;
2872 2872
 				$data['center_latitude'] = $latitude;
2873 2873
 				$data['center_longitude'] = $longitude;
2874 2874
 				$data['radius'] = intval($radius);
2875 2875
 				
2876
-				preg_match(':<pre>(.*?)</pre>:',$description,$match);
2876
+				preg_match(':<pre>(.*?)</pre>:', $description, $match);
2877 2877
 				$data['text'] = $match[1];
2878
-				preg_match(':</pre>(.*?)$:',$description,$match);
2878
+				preg_match(':</pre>(.*?)$:', $description, $match);
2879 2879
 				$fromto = $match[1];
2880
-				preg_match('#FROM:(.*?)TO:#',$fromto,$match);
2880
+				preg_match('#FROM:(.*?)TO:#', $fromto, $match);
2881 2881
 				$fromall = trim($match[1]);
2882
-				preg_match('#^(.*?) \((.*?)\)$#',$fromall,$match);
2882
+				preg_match('#^(.*?) \((.*?)\)$#', $fromall, $match);
2883 2883
 				$from = trim($match[1]);
2884
-				$data['date_begin'] = date("Y-m-d H:i:s",strtotime($from));
2885
-				preg_match('#TO:(.*?)$#',$fromto,$match);
2884
+				$data['date_begin'] = date("Y-m-d H:i:s", strtotime($from));
2885
+				preg_match('#TO:(.*?)$#', $fromto, $match);
2886 2886
 				$toall = trim($match[1]);
2887
-				if (!preg_match(':Permanent:',$toall)) {
2888
-					preg_match('#^(.*?) \((.*?)\)#',$toall,$match);
2887
+				if (!preg_match(':Permanent:', $toall)) {
2888
+					preg_match('#^(.*?) \((.*?)\)#', $toall, $match);
2889 2889
 					$to = trim($match[1]);
2890
-					$data['date_end'] = date("Y-m-d H:i:s",strtotime($to));
2890
+					$data['date_end'] = date("Y-m-d H:i:s", strtotime($to));
2891 2891
 					$data['permanent'] = 0;
2892 2892
 				} else {
2893 2893
 				    $data['date_end'] = NULL;
@@ -2895,7 +2895,7 @@  discard block
 block discarded – undo
2895 2895
 				}
2896 2896
 				$data['full_notam'] = $notam['title'].'<br>'.$notam['description'];
2897 2897
 				$NOTAM = new NOTAM();
2898
-				$NOTAM->addNOTAM($data['ref'],$data['title'],'',$data['fir'],$data['code'],'',$data['scope'],$data['lower_limit'],$data['upper_limit'],$data['center_latitude'],$data['center_longitude'],$data['radius'],$data['date_begin'],$data['date_end'],$data['permanent'],$data['text'],$data['full_notam']);
2898
+				$NOTAM->addNOTAM($data['ref'], $data['title'], '', $data['fir'], $data['code'], '', $data['scope'], $data['lower_limit'], $data['upper_limit'], $data['center_latitude'], $data['center_longitude'], $data['radius'], $data['date_begin'], $data['date_end'], $data['permanent'], $data['text'], $data['full_notam']);
2899 2899
 				unset($data);
2900 2900
 			} 
2901 2901
 		} else $error = "File ".$tmp_dir.'notam.rss'." doesn't exist. Download failed.";
@@ -2918,16 +2918,16 @@  discard block
 block discarded – undo
2918 2918
 				$Connection = new Connection();
2919 2919
 				$sth = $Connection->db->prepare($query);
2920 2920
 				$sth->execute();
2921
-			} catch(PDOException $e) {
2921
+			} catch (PDOException $e) {
2922 2922
 				return "error : ".$e->getMessage();
2923 2923
 			}
2924 2924
 		}
2925 2925
 		$Common = new Common();
2926 2926
 		$airspace_lst = $Common->getData('https://raw.githubusercontent.com/XCSoar/xcsoar-data-repository/master/data/airspace.json');
2927
-		$airspace_json = json_decode($airspace_lst,true);
2927
+		$airspace_json = json_decode($airspace_lst, true);
2928 2928
 		foreach ($airspace_json['records'] as $airspace) {
2929 2929
 			if ($globalDebug) echo $airspace['name']."...\n";
2930
-			update_db::download($airspace['uri'],$tmp_dir.$airspace['name']);
2930
+			update_db::download($airspace['uri'], $tmp_dir.$airspace['name']);
2931 2931
 			if (file_exists($tmp_dir.$airspace['name'])) {
2932 2932
 				file_put_contents($tmp_dir.$airspace['name'], utf8_encode(file_get_contents($tmp_dir.$airspace['name'])));
2933 2933
 				//system('recode l9..utf8 '.$tmp_dir.$airspace['name']);
@@ -2949,7 +2949,7 @@  discard block
 block discarded – undo
2949 2949
 				$Connection = new Connection();
2950 2950
 				$sth = $Connection->db->prepare($query);
2951 2951
 				$sth->execute(array(':new' => $new, ':old' => $old));
2952
-			} catch(PDOException $e) {
2952
+			} catch (PDOException $e) {
2953 2953
 				return "error : ".$e->getMessage();
2954 2954
 			}
2955 2955
 		}
@@ -2966,7 +2966,7 @@  discard block
 block discarded – undo
2966 2966
 			$Connection = new Connection();
2967 2967
 			$sth = $Connection->db->prepare($query);
2968 2968
                         $sth->execute();
2969
-                } catch(PDOException $e) {
2969
+                } catch (PDOException $e) {
2970 2970
                         return "error : ".$e->getMessage();
2971 2971
                 }
2972 2972
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -2981,7 +2981,7 @@  discard block
 block discarded – undo
2981 2981
 			$Connection = new Connection();
2982 2982
 			$sth = $Connection->db->prepare($query);
2983 2983
                         $sth->execute();
2984
-                } catch(PDOException $e) {
2984
+                } catch (PDOException $e) {
2985 2985
                         return "error : ".$e->getMessage();
2986 2986
                 }
2987 2987
 	}
@@ -2992,7 +2992,7 @@  discard block
 block discarded – undo
2992 2992
 			$Connection = new Connection();
2993 2993
 			$sth = $Connection->db->prepare($query);
2994 2994
                         $sth->execute(array(':version' => $version));
2995
-                } catch(PDOException $e) {
2995
+                } catch (PDOException $e) {
2996 2996
                         return "error : ".$e->getMessage();
2997 2997
                 }
2998 2998
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3006,7 +3006,7 @@  discard block
 block discarded – undo
3006 3006
 			$Connection = new Connection();
3007 3007
 			$sth = $Connection->db->prepare($query);
3008 3008
                         $sth->execute(array(':version' => $version));
3009
-                } catch(PDOException $e) {
3009
+                } catch (PDOException $e) {
3010 3010
                         return "error : ".$e->getMessage();
3011 3011
                 }
3012 3012
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3020,7 +3020,7 @@  discard block
 block discarded – undo
3020 3020
 			$Connection = new Connection();
3021 3021
 			$sth = $Connection->db->prepare($query);
3022 3022
 			$sth->execute(array(':version' => $version));
3023
-		} catch(PDOException $e) {
3023
+		} catch (PDOException $e) {
3024 3024
 			return "error : ".$e->getMessage();
3025 3025
 		}
3026 3026
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3034,7 +3034,7 @@  discard block
 block discarded – undo
3034 3034
 			$Connection = new Connection();
3035 3035
 			$sth = $Connection->db->prepare($query);
3036 3036
 			$sth->execute(array(':version' => $version));
3037
-		} catch(PDOException $e) {
3037
+		} catch (PDOException $e) {
3038 3038
 			return "error : ".$e->getMessage();
3039 3039
 		}
3040 3040
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3048,7 +3048,7 @@  discard block
 block discarded – undo
3048 3048
 			$Connection = new Connection();
3049 3049
 			$sth = $Connection->db->prepare($query);
3050 3050
 			$sth->execute(array(':version' => $version));
3051
-		} catch(PDOException $e) {
3051
+		} catch (PDOException $e) {
3052 3052
 			return "error : ".$e->getMessage();
3053 3053
 		}
3054 3054
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3062,7 +3062,7 @@  discard block
 block discarded – undo
3062 3062
 			$Connection = new Connection();
3063 3063
 			$sth = $Connection->db->prepare($query);
3064 3064
 			$sth->execute(array(':version' => $version));
3065
-		} catch(PDOException $e) {
3065
+		} catch (PDOException $e) {
3066 3066
 			return "error : ".$e->getMessage();
3067 3067
 		}
3068 3068
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3077,7 +3077,7 @@  discard block
 block discarded – undo
3077 3077
 			$Connection = new Connection();
3078 3078
 			$sth = $Connection->db->prepare($query);
3079 3079
 			$sth->execute(array(':version' => $version));
3080
-		} catch(PDOException $e) {
3080
+		} catch (PDOException $e) {
3081 3081
 			return "error : ".$e->getMessage();
3082 3082
 		}
3083 3083
 	}
@@ -3089,7 +3089,7 @@  discard block
 block discarded – undo
3089 3089
 			$Connection = new Connection();
3090 3090
 			$sth = $Connection->db->prepare($query);
3091 3091
 			$sth->execute(array(':version' => $version));
3092
-		} catch(PDOException $e) {
3092
+		} catch (PDOException $e) {
3093 3093
 			return "error : ".$e->getMessage();
3094 3094
 		}
3095 3095
 	}
@@ -3101,7 +3101,7 @@  discard block
 block discarded – undo
3101 3101
 			$Connection = new Connection();
3102 3102
 			$sth = $Connection->db->prepare($query);
3103 3103
 			$sth->execute(array(':version' => $version));
3104
-		} catch(PDOException $e) {
3104
+		} catch (PDOException $e) {
3105 3105
 			return "error : ".$e->getMessage();
3106 3106
 		}
3107 3107
 	}
@@ -3113,7 +3113,7 @@  discard block
 block discarded – undo
3113 3113
 			$Connection = new Connection();
3114 3114
 			$sth = $Connection->db->prepare($query);
3115 3115
                         $sth->execute(array(':version' => $version));
3116
-                } catch(PDOException $e) {
3116
+                } catch (PDOException $e) {
3117 3117
                         return "error : ".$e->getMessage();
3118 3118
                 }
3119 3119
 	}
@@ -3125,7 +3125,7 @@  discard block
 block discarded – undo
3125 3125
 			$Connection = new Connection();
3126 3126
 			$sth = $Connection->db->prepare($query);
3127 3127
 			$sth->execute(array(':version' => $version));
3128
-		} catch(PDOException $e) {
3128
+		} catch (PDOException $e) {
3129 3129
 			return "error : ".$e->getMessage();
3130 3130
 		}
3131 3131
 	}
@@ -3137,7 +3137,7 @@  discard block
 block discarded – undo
3137 3137
 			$Connection = new Connection();
3138 3138
 			$sth = $Connection->db->prepare($query);
3139 3139
 			$sth->execute(array(':version' => $version));
3140
-		} catch(PDOException $e) {
3140
+		} catch (PDOException $e) {
3141 3141
 			return "error : ".$e->getMessage();
3142 3142
 		}
3143 3143
 	}
@@ -3153,7 +3153,7 @@  discard block
 block discarded – undo
3153 3153
 			$Connection = new Connection();
3154 3154
 			$sth = $Connection->db->prepare($query);
3155 3155
                         $sth->execute();
3156
-                } catch(PDOException $e) {
3156
+                } catch (PDOException $e) {
3157 3157
                         return "error : ".$e->getMessage();
3158 3158
                 }
3159 3159
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3168,7 +3168,7 @@  discard block
 block discarded – undo
3168 3168
 			$Connection = new Connection();
3169 3169
 			$sth = $Connection->db->prepare($query);
3170 3170
                         $sth->execute();
3171
-                } catch(PDOException $e) {
3171
+                } catch (PDOException $e) {
3172 3172
                         return "error : ".$e->getMessage();
3173 3173
                 }
3174 3174
 	}
@@ -3184,7 +3184,7 @@  discard block
 block discarded – undo
3184 3184
 			$Connection = new Connection();
3185 3185
 			$sth = $Connection->db->prepare($query);
3186 3186
                         $sth->execute();
3187
-                } catch(PDOException $e) {
3187
+                } catch (PDOException $e) {
3188 3188
                         return "error : ".$e->getMessage();
3189 3189
                 }
3190 3190
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3199,7 +3199,7 @@  discard block
 block discarded – undo
3199 3199
 			$Connection = new Connection();
3200 3200
 			$sth = $Connection->db->prepare($query);
3201 3201
                         $sth->execute();
3202
-                } catch(PDOException $e) {
3202
+                } catch (PDOException $e) {
3203 3203
                         return "error : ".$e->getMessage();
3204 3204
                 }
3205 3205
 	}
@@ -3215,7 +3215,7 @@  discard block
 block discarded – undo
3215 3215
 			$Connection = new Connection();
3216 3216
 			$sth = $Connection->db->prepare($query);
3217 3217
                         $sth->execute();
3218
-                } catch(PDOException $e) {
3218
+                } catch (PDOException $e) {
3219 3219
                         return "error : ".$e->getMessage();
3220 3220
                 }
3221 3221
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3230,7 +3230,7 @@  discard block
 block discarded – undo
3230 3230
 			$Connection = new Connection();
3231 3231
 			$sth = $Connection->db->prepare($query);
3232 3232
                         $sth->execute();
3233
-                } catch(PDOException $e) {
3233
+                } catch (PDOException $e) {
3234 3234
                         return "error : ".$e->getMessage();
3235 3235
                 }
3236 3236
 	}
@@ -3246,7 +3246,7 @@  discard block
 block discarded – undo
3246 3246
 			$Connection = new Connection();
3247 3247
 			$sth = $Connection->db->prepare($query);
3248 3248
 			$sth->execute();
3249
-		} catch(PDOException $e) {
3249
+		} catch (PDOException $e) {
3250 3250
 			return "error : ".$e->getMessage();
3251 3251
 		}
3252 3252
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3261,7 +3261,7 @@  discard block
 block discarded – undo
3261 3261
 			$Connection = new Connection();
3262 3262
 			$sth = $Connection->db->prepare($query);
3263 3263
                         $sth->execute();
3264
-                } catch(PDOException $e) {
3264
+                } catch (PDOException $e) {
3265 3265
                         return "error : ".$e->getMessage();
3266 3266
                 }
3267 3267
 	}
@@ -3277,7 +3277,7 @@  discard block
 block discarded – undo
3277 3277
 			$Connection = new Connection();
3278 3278
 			$sth = $Connection->db->prepare($query);
3279 3279
 			$sth->execute();
3280
-		} catch(PDOException $e) {
3280
+		} catch (PDOException $e) {
3281 3281
 			return "error : ".$e->getMessage();
3282 3282
 		}
3283 3283
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3292,7 +3292,7 @@  discard block
 block discarded – undo
3292 3292
 			$Connection = new Connection();
3293 3293
 			$sth = $Connection->db->prepare($query);
3294 3294
 			$sth->execute();
3295
-		} catch(PDOException $e) {
3295
+		} catch (PDOException $e) {
3296 3296
 			return "error : ".$e->getMessage();
3297 3297
 		}
3298 3298
 	}
@@ -3308,7 +3308,7 @@  discard block
 block discarded – undo
3308 3308
 			$Connection = new Connection();
3309 3309
 			$sth = $Connection->db->prepare($query);
3310 3310
                         $sth->execute();
3311
-                } catch(PDOException $e) {
3311
+                } catch (PDOException $e) {
3312 3312
                         return "error : ".$e->getMessage();
3313 3313
                 }
3314 3314
                 $row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3323,7 +3323,7 @@  discard block
 block discarded – undo
3323 3323
 			$Connection = new Connection();
3324 3324
 			$sth = $Connection->db->prepare($query);
3325 3325
 			$sth->execute();
3326
-		} catch(PDOException $e) {
3326
+		} catch (PDOException $e) {
3327 3327
 			return "error : ".$e->getMessage();
3328 3328
 		}
3329 3329
 	}
@@ -3339,7 +3339,7 @@  discard block
 block discarded – undo
3339 3339
 			$Connection = new Connection();
3340 3340
 			$sth = $Connection->db->prepare($query);
3341 3341
 			$sth->execute();
3342
-		} catch(PDOException $e) {
3342
+		} catch (PDOException $e) {
3343 3343
 			return "error : ".$e->getMessage();
3344 3344
 		}
3345 3345
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3354,7 +3354,7 @@  discard block
 block discarded – undo
3354 3354
 			$Connection = new Connection();
3355 3355
 			$sth = $Connection->db->prepare($query);
3356 3356
 			$sth->execute();
3357
-		} catch(PDOException $e) {
3357
+		} catch (PDOException $e) {
3358 3358
 			return "error : ".$e->getMessage();
3359 3359
 		}
3360 3360
 	}
@@ -3370,7 +3370,7 @@  discard block
 block discarded – undo
3370 3370
 			$Connection = new Connection();
3371 3371
 			$sth = $Connection->db->prepare($query);
3372 3372
 			$sth->execute();
3373
-		} catch(PDOException $e) {
3373
+		} catch (PDOException $e) {
3374 3374
 			return "error : ".$e->getMessage();
3375 3375
 		}
3376 3376
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3385,7 +3385,7 @@  discard block
 block discarded – undo
3385 3385
 			$Connection = new Connection();
3386 3386
 			$sth = $Connection->db->prepare($query);
3387 3387
 			$sth->execute();
3388
-		} catch(PDOException $e) {
3388
+		} catch (PDOException $e) {
3389 3389
 			return "error : ".$e->getMessage();
3390 3390
 		}
3391 3391
 	}
@@ -3401,7 +3401,7 @@  discard block
 block discarded – undo
3401 3401
 			$Connection = new Connection();
3402 3402
 			$sth = $Connection->db->prepare($query);
3403 3403
 			$sth->execute();
3404
-		} catch(PDOException $e) {
3404
+		} catch (PDOException $e) {
3405 3405
 			return "error : ".$e->getMessage();
3406 3406
 		}
3407 3407
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3416,7 +3416,7 @@  discard block
 block discarded – undo
3416 3416
 			$Connection = new Connection();
3417 3417
 			$sth = $Connection->db->prepare($query);
3418 3418
 			$sth->execute();
3419
-		} catch(PDOException $e) {
3419
+		} catch (PDOException $e) {
3420 3420
 			return "error : ".$e->getMessage();
3421 3421
 		}
3422 3422
 	}
@@ -3432,7 +3432,7 @@  discard block
 block discarded – undo
3432 3432
 			$Connection = new Connection();
3433 3433
 			$sth = $Connection->db->prepare($query);
3434 3434
 			$sth->execute();
3435
-		} catch(PDOException $e) {
3435
+		} catch (PDOException $e) {
3436 3436
 			return "error : ".$e->getMessage();
3437 3437
 		}
3438 3438
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3451,7 +3451,7 @@  discard block
 block discarded – undo
3451 3451
 			$Connection = new Connection();
3452 3452
 			$sth = $Connection->db->prepare($query);
3453 3453
 			$sth->execute();
3454
-		} catch(PDOException $e) {
3454
+		} catch (PDOException $e) {
3455 3455
 			return "error : ".$e->getMessage();
3456 3456
 		}
3457 3457
 		$row = $sth->fetch(PDO::FETCH_ASSOC);
@@ -3466,7 +3466,7 @@  discard block
 block discarded – undo
3466 3466
 			$Connection = new Connection();
3467 3467
 			$sth = $Connection->db->prepare($query);
3468 3468
 			$sth->execute();
3469
-		} catch(PDOException $e) {
3469
+		} catch (PDOException $e) {
3470 3470
 			return "error : ".$e->getMessage();
3471 3471
 		}
3472 3472
 	}
@@ -3478,7 +3478,7 @@  discard block
 block discarded – undo
3478 3478
 			$Connection = new Connection();
3479 3479
 			$sth = $Connection->db->prepare($query);
3480 3480
 			$sth->execute();
3481
-		} catch(PDOException $e) {
3481
+		} catch (PDOException $e) {
3482 3482
 			return "error : ".$e->getMessage();
3483 3483
 		}
3484 3484
 	}
@@ -3494,7 +3494,7 @@  discard block
 block discarded – undo
3494 3494
 			$Connection = new Connection();
3495 3495
 			$sth = $Connection->db->prepare($query);
3496 3496
                         $sth->execute();
3497
-                } catch(PDOException $e) {
3497
+                } catch (PDOException $e) {
3498 3498
                         return "error : ".$e->getMessage();
3499 3499
                 }
3500 3500
 	}
@@ -3509,7 +3509,7 @@  discard block
 block discarded – undo
3509 3509
 			$Connection = new Connection();
3510 3510
 			$sth = $Connection->db->prepare($query);
3511 3511
                         $sth->execute();
3512
-                } catch(PDOException $e) {
3512
+                } catch (PDOException $e) {
3513 3513
                         return "error : ".$e->getMessage();
3514 3514
                 }
3515 3515
 	}
Please login to merge, or discard this patch.
install/install-action.php 3 patches
Braces   +77 added lines, -27 removed lines patch added patch discarded remove patch
@@ -74,7 +74,9 @@  discard block
 block discarded – undo
74 74
 	if ($error != '') {
75 75
 		$_SESSION['error'] = $error;
76 76
 		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Create database'));
77
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Create database'));
77
+	} else {
78
+		$_SESSION['done'] = array_merge($_SESSION['done'],array('Create database'));
79
+	}
78 80
 	$_SESSION['install'] = 'database_import';
79 81
 	$_SESSION['next'] = 'Create and import tables';
80 82
 	$result = array('error' => $error,'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -89,7 +91,9 @@  discard block
 block discarded – undo
89 91
 		if ($error != '') {
90 92
 			$_SESSION['error'] = $error;
91 93
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Create and import tables'));
92
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Create and import tables'));
94
+		} else {
95
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Create and import tables'));
96
+		}
93 97
 		if ($globalSBS1 && !$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
94 98
 			$_SESSION['install'] = 'populate';
95 99
 			$_SESSION['next'] = 'Populate aircraft_modes table with externals data for ADS-B';
@@ -104,7 +108,9 @@  discard block
 block discarded – undo
104 108
 		if ($error != '') {
105 109
 			$_SESSION['error'] = $error;
106 110
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Update schema if needed'));
107
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Update schema if needed'));
111
+		} else {
112
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Update schema if needed'));
113
+		}
108 114
 		$_SESSION['install'] = 'sources';
109 115
 		$_SESSION['next'] = 'Insert data in source table';
110 116
 		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -117,7 +123,9 @@  discard block
 block discarded – undo
117 123
 	if ($error != '') {
118 124
 		$_SESSION['error'] = $error;
119 125
 		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate waypoints database'));
120
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate waypoints database'));
126
+	} else {
127
+		$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate waypoints database'));
128
+	}
121 129
 	$_SESSION['install'] = 'airspace';
122 130
 	$_SESSION['next'] = 'Populate airspace table';
123 131
 	$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -129,7 +137,9 @@  discard block
 block discarded – undo
129 137
 	if ($error != '') {
130 138
 		$_SESSION['error'] = $error;
131 139
 		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate airspace database'));
132
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate airspace database'));
140
+	} else {
141
+		$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate airspace database'));
142
+	}
133 143
 	$_SESSION['install'] = 'countries';
134 144
 	$_SESSION['next'] = 'Populate countries table';
135 145
 	$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -141,7 +151,9 @@  discard block
 block discarded – undo
141 151
 	if ($error != '') {
142 152
 		$_SESSION['error'] = $error;
143 153
 		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate countries database'));
144
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate countries database'));
154
+	} else {
155
+		$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate countries database'));
156
+	}
145 157
 	if (isset($globalNOTAM) && $globalNOTAM && isset($globalNOTAMSource) && $globalNOTAMSource != '') {
146 158
 	    $_SESSION['install'] = 'notam';
147 159
 	    $_SESSION['next'] = 'Populate NOTAM table with externals data';
@@ -173,7 +185,9 @@  discard block
 block discarded – undo
173 185
 		if ($error != '') {
174 186
 			$_SESSION['error'] = $error;
175 187
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for ADS-B'));
176
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate aircraft_modes table with externals data for ADS-B'));
188
+		} else {
189
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate aircraft_modes table with externals data for ADS-B'));
190
+		}
177 191
 		$_SESSION['install'] = 'populate_flarm';
178 192
 		$_SESSION['next'] = 'Populate aircraft_modes table with externals data for FLARM';
179 193
 		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -194,18 +208,26 @@  discard block
 block discarded – undo
194 208
 		if ($error != '') {
195 209
 			$_SESSION['error'] = $error;
196 210
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for FLARM'));
197
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate aircraft_modes table with externals data for FLARM'));
211
+		} else {
212
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate aircraft_modes table with externals data for FLARM'));
213
+		}
198 214
 		if ((isset($globalVATSIM) && $globalVATSIM) && (isset($globalIVAO) && $globalIVAO)) {
199 215
 			$_SESSION['install'] = 'vatsim';
200
-			if (file_exists('tmp/ivae_feb2013.zip')) $_SESSION['next'] = 'Insert IVAO data';
201
-			else $_SESSION['next'] = 'Insert VATSIM data';
216
+			if (file_exists('tmp/ivae_feb2013.zip')) {
217
+				$_SESSION['next'] = 'Insert IVAO data';
218
+			} else {
219
+				$_SESSION['next'] = 'Insert VATSIM data';
220
+			}
202 221
 		} elseif (isset($globalVATSIM) && $globalVATSIM) {
203 222
 			$_SESSION['install'] = 'vatsim';
204 223
 			$_SESSION['next'] = 'Insert VATSIM data';
205 224
 		} elseif (isset($globalIVAO) && $globalIVAO) {
206 225
 			$_SESSION['install'] = 'vatsim';
207
-			if (file_exists('tmp/ivae_feb2013.zip')) $_SESSION['next'] = 'Insert IVAO data';
208
-			else $_SESSION['next'] = 'Insert VATSIM data (IVAO not found)';
226
+			if (file_exists('tmp/ivae_feb2013.zip')) {
227
+				$_SESSION['next'] = 'Insert IVAO data';
228
+			} else {
229
+				$_SESSION['next'] = 'Insert VATSIM data (IVAO not found)';
230
+			}
209 231
 		} elseif (isset($globalphpVMS) && $globalphpVMS) {
210 232
 			$_SESSION['install'] = 'vatsim';
211 233
 			$_SESSION['next'] = 'Insert phpVMS data';
@@ -230,7 +252,9 @@  discard block
 block discarded – undo
230 252
 		if ($error != '') {
231 253
 			$_SESSION['error'] = $error;
232 254
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate routes table with externals data'));
233
-		} else 	$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate routes table with externals data'));
255
+		} else {
256
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate routes table with externals data'));
257
+		}
234 258
 		$_SESSION['install'] = 'translation';
235 259
 		$_SESSION['next'] = 'Populate translation table with externals data';
236 260
 		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -250,7 +274,9 @@  discard block
 block discarded – undo
250 274
 		if ($error != '') {
251 275
 			$_SESSION['error'] = $error;
252 276
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate translation table with externals data'));
253
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate translation table with externals data'));
277
+		} else {
278
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate translation table with externals data'));
279
+		}
254 280
 		if ($_SESSION['waypoints'] == 1) {
255 281
 			$_SESSION['install'] = 'waypoints';
256 282
 			$_SESSION['next'] = 'Populate waypoints table';
@@ -283,7 +309,9 @@  discard block
 block discarded – undo
283 309
 		if ($error != '') {
284 310
 			$_SESSION['error'] = $error;
285 311
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate owner table with externals data'));
286
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate owner table with externals data'));
312
+		} else {
313
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate owner table with externals data'));
314
+		}
287 315
 		$_SESSION['install'] = 'sources';
288 316
 		$_SESSION['next'] = 'Insert data in source table';
289 317
 		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
@@ -304,12 +332,16 @@  discard block
 block discarded – undo
304 332
 			if ($error != '') {
305 333
 				$_SESSION['error'] = $error;
306 334
 				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate notam table with externals data'));
307
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate notam table with externals data'));
335
+			} else {
336
+				$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate notam table with externals data'));
337
+			}
308 338
 		} else {
309 339
 			if ($error != '') {
310 340
 				$_SESSION['error'] = $error;
311 341
 				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate notam table with externals data (no source defined)'));
312
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate notam table with externals data (no source defined)'));
342
+			} else {
343
+				$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate notam table with externals data (no source defined)'));
344
+			}
313 345
 		}
314 346
 		if (isset($_SESSION['owner']) && $_SESSION['owner'] == 1) {
315 347
 			$_SESSION['install'] = 'owner';
@@ -357,7 +389,9 @@  discard block
 block discarded – undo
357 389
 		$Source = new Source();
358 390
 		$Source->deleteAllLocation();
359 391
 		foreach ($sources as $src) {
360
-			if (isset($src['latitude']) && $src['latitude'] != '') $Source->addLocation($src['name'],$src['latitude'],$src['longitude'],$src['altitude'],$src['city'],$src['country'],$src['source'],'antenna.png');
392
+			if (isset($src['latitude']) && $src['latitude'] != '') {
393
+				$Source->addLocation($src['name'],$src['latitude'],$src['longitude'],$src['altitude'],$src['city'],$src['country'],$src['source'],'antenna.png');
394
+			}
361 395
 		}
362 396
 		$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert data in source table'));
363 397
 		unset($_SESSION['sources']);
@@ -368,15 +402,21 @@  discard block
 block discarded – undo
368 402
 	*/
369 403
 	if ((isset($globalVATSIM) && $globalVATSIM) && (isset($globalIVAO) && $globalIVAO)) {
370 404
 		$_SESSION['install'] = 'vatsim';
371
-		if (file_exists('tmp/ivae_feb2013.zip')) $_SESSION['next'] = 'Insert IVAO data';
372
-		else $_SESSION['next'] = 'Insert VATSIM data';
405
+		if (file_exists('tmp/ivae_feb2013.zip')) {
406
+			$_SESSION['next'] = 'Insert IVAO data';
407
+		} else {
408
+			$_SESSION['next'] = 'Insert VATSIM data';
409
+		}
373 410
 	} elseif (isset($globalVATSIM) && $globalVATSIM) {
374 411
 		$_SESSION['install'] = 'vatsim';
375 412
 		$_SESSION['next'] = 'Insert VATSIM data';
376 413
 	} elseif (isset($globalIVAO) && $globalIVAO) {
377 414
 		$_SESSION['install'] = 'vatsim';
378
-		if (file_exists('tmp/ivae_feb2013.zip')) $_SESSION['next'] = 'Insert IVAO data';
379
-		else $_SESSION['next'] = 'Insert VATSIM data (IVAO not found)';
415
+		if (file_exists('tmp/ivae_feb2013.zip')) {
416
+			$_SESSION['next'] = 'Insert IVAO data';
417
+		} else {
418
+			$_SESSION['next'] = 'Insert VATSIM data (IVAO not found)';
419
+		}
380 420
 	} elseif (isset($globalphpVMS) && $globalphpVMS) {
381 421
 		$_SESSION['install'] = 'vatsim';
382 422
 		$_SESSION['next'] = 'Insert phpVMS data';
@@ -397,33 +437,43 @@  discard block
 block discarded – undo
397 437
 			if ($error != '') {
398 438
 				$_SESSION['error'] = $error;
399 439
 				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert IVAO data'));
400
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert IVAO data'));
440
+			} else {
441
+				$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert IVAO data'));
442
+			}
401 443
 		} else {
402 444
 			$error .= update_db::update_vatsim();
403 445
 			if ($error != '') {
404 446
 				$_SESSION['error'] = $error;
405 447
 				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert VATSIM data'));
406
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data'));
448
+			} else {
449
+				$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data'));
450
+			}
407 451
 		}
408 452
 	} elseif (isset($globalVATSIM) && $globalVATSIM) {
409 453
 		$error .= update_db::update_vatsim();
410 454
 		if ($error != '') {
411 455
 			$_SESSION['error'] = $error;
412 456
 			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert VATSIM data'));
413
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data'));
457
+		} else {
458
+			$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data'));
459
+		}
414 460
 	} elseif (isset($globalIVAO) && $globalIVAO) {
415 461
 		if (file_exists('tmp/ivae_feb2013.zip')) {
416 462
 			$error .= update_db::update_IVAO();
417 463
 			if ($error != '') {
418 464
 				$_SESSION['error'] = $error;
419 465
 				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert IVAO data'));
420
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert IVAO data'));
466
+			} else {
467
+				$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert IVAO data'));
468
+			}
421 469
 		} else {
422 470
 			$error .= update_db::update_vatsim();
423 471
 			if ($error != '') {
424 472
 				$_SESSION['error'] = $error;
425 473
 				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert VATSIM data (IVAO not found)'));
426
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data (IVAO not found)'));
474
+			} else {
475
+				$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data (IVAO not found)'));
476
+			}
427 477
 		}
428 478
 	} elseif (isset($globalphpVMS) && $globalphpVMS) {
429 479
 		$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert phpVMS data'));
Please login to merge, or discard this patch.
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -84,9 +84,9 @@  discard block
 block discarded – undo
84 84
 	if ($check_version == '0') {
85 85
 		
86 86
 		if ($globalDBdriver == 'mysql') {
87
-		    $error .= create_db::import_all_db('../db/');
87
+			$error .= create_db::import_all_db('../db/');
88 88
 		} elseif ($globalDBdriver == 'pgsql') {
89
-		    $error .= create_db::import_all_db('../db/pgsql/');
89
+			$error .= create_db::import_all_db('../db/pgsql/');
90 90
 		}
91 91
 		if ($error != '') {
92 92
 			$_SESSION['error'] = $error;
@@ -96,8 +96,8 @@  discard block
 block discarded – undo
96 96
 			$_SESSION['install'] = 'populate';
97 97
 			$_SESSION['next'] = 'Populate aircraft_modes table with externals data for ADS-B';
98 98
 		} else {
99
-		    $_SESSION['install'] = 'sources';
100
-		    $_SESSION['next'] = 'Insert data in source table';
99
+			$_SESSION['install'] = 'sources';
100
+			$_SESSION['next'] = 'Insert data in source table';
101 101
 		}
102 102
 		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
103 103
 		print json_encode($result);
@@ -149,21 +149,21 @@  discard block
 block discarded – undo
149 149
 		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate countries database'));
150 150
 	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate countries database'));
151 151
 	if (isset($globalNOTAM) && $globalNOTAM && isset($globalNOTAMSource) && $globalNOTAMSource != '') {
152
-	    $_SESSION['install'] = 'notam';
153
-	    $_SESSION['next'] = 'Populate NOTAM table with externals data';
154
-	    $result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
155
-	    print json_encode($result);
152
+		$_SESSION['install'] = 'notam';
153
+		$_SESSION['next'] = 'Populate NOTAM table with externals data';
154
+		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
155
+		print json_encode($result);
156 156
 	} elseif (isset($_SESSION['owner']) && $_SESSION['owner'] == 1) {
157
-	    $_SESSION['install'] = 'owner';
158
-	    $_SESSION['next'] = 'Populate owner table with externals data';
159
-	    unset($_SESSION['owner']);
160
-	    $result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
161
-	    print json_encode($result);
157
+		$_SESSION['install'] = 'owner';
158
+		$_SESSION['next'] = 'Populate owner table with externals data';
159
+		unset($_SESSION['owner']);
160
+		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
161
+		print json_encode($result);
162 162
 	} else {
163
-	    $_SESSION['install'] = 'sources';
164
-	    $_SESSION['next'] = 'Insert data in source table';
165
-	    $result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
166
-	    print json_encode($result);
163
+		$_SESSION['install'] = 'sources';
164
+		$_SESSION['next'] = 'Insert data in source table';
165
+		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
166
+		print json_encode($result);
167 167
 	}
168 168
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'populate') {
169 169
 	if (!is_writable('tmp')) {
Please login to merge, or discard this patch.
Spacing   +72 added lines, -72 removed lines patch added patch discarded remove patch
@@ -70,15 +70,15 @@  discard block
 block discarded – undo
70 70
 	$globalDebug = FALSE;
71 71
 	$dbroot = $_SESSION['database_root'];
72 72
 	$dbrootpass = $_SESSION['database_rootpass'];
73
-	$error .= create_db::create_database($dbroot,$dbrootpass,$globalDBuser,$globalDBpass,$globalDBname,$globalDBdriver,$globalDBhost);
73
+	$error .= create_db::create_database($dbroot, $dbrootpass, $globalDBuser, $globalDBpass, $globalDBname, $globalDBdriver, $globalDBhost);
74 74
 	sleep(5);
75 75
 	if ($error != '') {
76 76
 		$_SESSION['error'] = $error;
77
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Create database'));
78
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Create database'));
77
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Create database'));
78
+	} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Create database'));
79 79
 	$_SESSION['install'] = 'database_import';
80 80
 	$_SESSION['next'] = 'Create and import tables';
81
-	$result = array('error' => $error,'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
81
+	$result = array('error' => $error, 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
82 82
 	print json_encode($result);
83 83
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'database_import') {
84 84
 	$globalDebug = FALSE;
@@ -92,8 +92,8 @@  discard block
 block discarded – undo
92 92
 		}
93 93
 		if ($error != '') {
94 94
 			$_SESSION['error'] = $error;
95
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Create and import tables'));
96
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Create and import tables'));
95
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Create and import tables'));
96
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Create and import tables'));
97 97
 		if ($globalSBS1 && !$globalIVAO && !$globalVATSIM && !$globalphpVMS) {
98 98
 			$_SESSION['install'] = 'populate';
99 99
 			$_SESSION['next'] = 'Populate aircraft_modes table with externals data for ADS-B';
@@ -101,23 +101,23 @@  discard block
 block discarded – undo
101 101
 		    $_SESSION['install'] = 'sources';
102 102
 		    $_SESSION['next'] = 'Insert data in source table';
103 103
 		}
104
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
104
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
105 105
 		print json_encode($result);
106 106
 	} elseif (!is_numeric($check_version)) {
107 107
 		$error .= $check_version;
108 108
 		$_SESSION['error'] = $error;
109
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Create and import tables'));
110
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
109
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Create and import tables'));
110
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
111 111
 		print json_encode($result);
112 112
 	} else {
113 113
 		$error .= update_schema::check_version(true);
114 114
 		if ($error != '') {
115 115
 			$_SESSION['error'] = $error;
116
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Update schema if needed'));
117
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Update schema if needed'));
116
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Update schema if needed'));
117
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Update schema if needed'));
118 118
 		$_SESSION['install'] = 'sources';
119 119
 		$_SESSION['next'] = 'Insert data in source table';
120
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
120
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
121 121
 		print json_encode($result);
122 122
 	}
123 123
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'waypoints') {
@@ -126,11 +126,11 @@  discard block
 block discarded – undo
126 126
 	$error .= update_db::update_waypoints();
127 127
 	if ($error != '') {
128 128
 		$_SESSION['error'] = $error;
129
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate waypoints database'));
130
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate waypoints database'));
129
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate waypoints database'));
130
+	} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate waypoints database'));
131 131
 	$_SESSION['install'] = 'airspace';
132 132
 	$_SESSION['next'] = 'Populate airspace table';
133
-	$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
133
+	$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
134 134
 	print json_encode($result);
135 135
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'airspace') {
136 136
 	include_once('class.update_db.php');
@@ -138,11 +138,11 @@  discard block
 block discarded – undo
138 138
 	$error .= update_db::update_airspace_fam();
139 139
 	if ($error != '') {
140 140
 		$_SESSION['error'] = $error;
141
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate airspace database'));
142
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate airspace database'));
141
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate airspace database'));
142
+	} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate airspace database'));
143 143
 	$_SESSION['install'] = 'countries';
144 144
 	$_SESSION['next'] = 'Populate countries table';
145
-	$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
145
+	$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
146 146
 	print json_encode($result);
147 147
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'countries') {
148 148
 	include_once('class.update_db.php');
@@ -150,31 +150,31 @@  discard block
 block discarded – undo
150 150
 	$error .= update_db::update_countries();
151 151
 	if ($error != '') {
152 152
 		$_SESSION['error'] = $error;
153
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate countries database'));
154
-	} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate countries database'));
153
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate countries database'));
154
+	} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate countries database'));
155 155
 	if (isset($globalNOTAM) && $globalNOTAM && isset($globalNOTAMSource) && $globalNOTAMSource != '') {
156 156
 	    $_SESSION['install'] = 'notam';
157 157
 	    $_SESSION['next'] = 'Populate NOTAM table with externals data';
158
-	    $result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
158
+	    $result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
159 159
 	    print json_encode($result);
160 160
 	} elseif (isset($_SESSION['owner']) && $_SESSION['owner'] == 1) {
161 161
 	    $_SESSION['install'] = 'owner';
162 162
 	    $_SESSION['next'] = 'Populate owner table with externals data';
163 163
 	    unset($_SESSION['owner']);
164
-	    $result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
164
+	    $result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
165 165
 	    print json_encode($result);
166 166
 	} else {
167 167
 	    $_SESSION['install'] = 'sources';
168 168
 	    $_SESSION['next'] = 'Insert data in source table';
169
-	    $result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
169
+	    $result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
170 170
 	    print json_encode($result);
171 171
 	}
172 172
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'populate') {
173 173
 	if (!is_writable('tmp')) {
174 174
 		$error = 'The directory <i>install/tmp</i> must be writable.';
175 175
 		$_SESSION['error'] = $error;
176
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for ADS-B'));
177
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
176
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate aircraft_modes table with externals data for ADS-B'));
177
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
178 178
 		print json_encode($result);
179 179
 	} else {
180 180
 		include_once('class.update_db.php');
@@ -182,19 +182,19 @@  discard block
 block discarded – undo
182 182
 		$error .= update_db::update_ModeS_fam();
183 183
 		if ($error != '') {
184 184
 			$_SESSION['error'] = $error;
185
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for ADS-B'));
186
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate aircraft_modes table with externals data for ADS-B'));
185
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate aircraft_modes table with externals data for ADS-B'));
186
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate aircraft_modes table with externals data for ADS-B'));
187 187
 		$_SESSION['install'] = 'populate_flarm';
188 188
 		$_SESSION['next'] = 'Populate aircraft_modes table with externals data for FLARM';
189
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
189
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
190 190
 		print json_encode($result);
191 191
 	}
192 192
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'populate_flarm') {
193 193
 	if (!is_writable('tmp')) {
194 194
 		$error = 'The directory <i>install/tmp</i> must be writable.';
195 195
 		$_SESSION['error'] = $error;
196
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for FLARM'));
197
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
196
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate aircraft_modes table with externals data for FLARM'));
197
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
198 198
 		print json_encode($result);
199 199
 	} else {
200 200
 		include_once('class.update_db.php');
@@ -203,8 +203,8 @@  discard block
 block discarded – undo
203 203
 		$error .= update_db::update_ModeS_ogn();
204 204
 		if ($error != '') {
205 205
 			$_SESSION['error'] = $error;
206
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for FLARM'));
207
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate aircraft_modes table with externals data for FLARM'));
206
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate aircraft_modes table with externals data for FLARM'));
207
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate aircraft_modes table with externals data for FLARM'));
208 208
 		if ((isset($globalVATSIM) && $globalVATSIM) && (isset($globalIVAO) && $globalIVAO)) {
209 209
 			$_SESSION['install'] = 'vatsim';
210 210
 			if (file_exists('tmp/ivae_feb2013.zip')) $_SESSION['next'] = 'Insert IVAO data';
@@ -223,15 +223,15 @@  discard block
 block discarded – undo
223 223
 			$_SESSION['install'] = 'routes';
224 224
 			$_SESSION['next'] = 'Populate routes table with externals data';
225 225
 		}
226
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
226
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
227 227
 		print json_encode($result);
228 228
 	}
229 229
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'routes') {
230 230
 	if (!is_writable('tmp')) {
231 231
 		$error = 'The directory <i>install/tmp</i> must be writable.';
232 232
 		$_SESSION['error'] = $error;
233
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate aircraft_modes table with externals data for ADS-B'));
234
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
233
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate aircraft_modes table with externals data for ADS-B'));
234
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
235 235
 		print json_encode($result);
236 236
 	} else {
237 237
 		include_once('class.update_db.php');
@@ -239,19 +239,19 @@  discard block
 block discarded – undo
239 239
 		$error .= update_db::update_routes_fam();
240 240
 		if ($error != '') {
241 241
 			$_SESSION['error'] = $error;
242
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate routes table with externals data'));
243
-		} else 	$_SESSION['done'] = array_merge($_SESSION['done'],array('Populate routes table with externals data'));
242
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate routes table with externals data'));
243
+		} else 	$_SESSION['done'] = array_merge($_SESSION['done'], array('Populate routes table with externals data'));
244 244
 		$_SESSION['install'] = 'translation';
245 245
 		$_SESSION['next'] = 'Populate translation table with externals data';
246
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
246
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
247 247
 		print json_encode($result);
248 248
 	}
249 249
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'translation') {
250 250
 	if (!is_writable('tmp')) {
251 251
 		$error = 'The directory <i>install/tmp</i> must be writable.';
252 252
 		$_SESSION['error'] = $error;
253
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate translation table with externals data'));
254
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
253
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate translation table with externals data'));
254
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
255 255
 		print json_encode($result);
256 256
 	} else {
257 257
 		include_once('class.update_db.php');
@@ -259,8 +259,8 @@  discard block
 block discarded – undo
259 259
 		$error .= update_db::update_translation_fam();
260 260
 		if ($error != '') {
261 261
 			$_SESSION['error'] = $error;
262
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate translation table with externals data'));
263
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate translation table with externals data'));
262
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate translation table with externals data'));
263
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate translation table with externals data'));
264 264
 		if ($_SESSION['waypoints'] == 1) {
265 265
 			$_SESSION['install'] = 'waypoints';
266 266
 			$_SESSION['next'] = 'Populate waypoints table';
@@ -276,15 +276,15 @@  discard block
 block discarded – undo
276 276
 			$_SESSION['install'] = 'sources';
277 277
 			$_SESSION['next'] = 'Insert data in source table';
278 278
 		}
279
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
279
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
280 280
 		print json_encode($result);
281 281
 	}
282 282
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'owner') {
283 283
 	if (!is_writable('tmp')) {
284 284
 		$error = 'The directory <i>install/tmp</i> must be writable.';
285 285
 		$_SESSION['error'] = $error;
286
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate owner table with externals data'));
287
-		$result = array('error' => $error,'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
286
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate owner table with externals data'));
287
+		$result = array('error' => $error, 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
288 288
 		print json_encode($result);
289 289
 	} else {
290 290
 		include_once('class.update_db.php');
@@ -292,19 +292,19 @@  discard block
 block discarded – undo
292 292
 		$error = update_db::update_owner_fam();
293 293
 		if ($error != '') {
294 294
 			$_SESSION['error'] = $error;
295
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate owner table with externals data'));
296
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate owner table with externals data'));
295
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate owner table with externals data'));
296
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate owner table with externals data'));
297 297
 		$_SESSION['install'] = 'sources';
298 298
 		$_SESSION['next'] = 'Insert data in source table';
299
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
299
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
300 300
 		print json_encode($result);
301 301
 	}
302 302
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'notam') {
303 303
 	if (!is_writable('tmp')) {
304 304
 		$error = 'The directory <i>install/tmp</i> must be writable.';
305 305
 		$_SESSION['error'] = $error;
306
-		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate notam table with externals data'));
307
-		$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
306
+		$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate notam table with externals data'));
307
+		$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
308 308
 		print json_encode($result);
309 309
 	} else {
310 310
 		include_once('class.update_db.php');
@@ -313,24 +313,24 @@  discard block
 block discarded – undo
313 313
 			$error .= update_db::update_notam();
314 314
 			if ($error != '') {
315 315
 				$_SESSION['error'] = $error;
316
-				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate notam table with externals data'));
317
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate notam table with externals data'));
316
+				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate notam table with externals data'));
317
+			} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate notam table with externals data'));
318 318
 		} else {
319 319
 			if ($error != '') {
320 320
 				$_SESSION['error'] = $error;
321
-				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Populate notam table with externals data (no source defined)'));
322
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Populate notam table with externals data (no source defined)'));
321
+				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Populate notam table with externals data (no source defined)'));
322
+			} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Populate notam table with externals data (no source defined)'));
323 323
 		}
324 324
 		if (isset($_SESSION['owner']) && $_SESSION['owner'] == 1) {
325 325
 			$_SESSION['install'] = 'owner';
326 326
 			$_SESSION['next'] = 'Populate owner table';
327 327
 			unset($_SESSION['owner']);
328
-			$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
328
+			$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
329 329
 			print json_encode($result);
330 330
 		} else {
331 331
 			$_SESSION['install'] = 'sources';
332 332
 			$_SESSION['next'] = 'Insert data in source table';
333
-			$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
333
+			$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
334 334
 			print json_encode($result);
335 335
 		}
336 336
 	}
@@ -367,9 +367,9 @@  discard block
 block discarded – undo
367 367
 		$Source = new Source();
368 368
 		$Source->deleteAllLocation();
369 369
 		foreach ($sources as $src) {
370
-			if (isset($src['latitude']) && $src['latitude'] != '') $Source->addLocation($src['name'],$src['latitude'],$src['longitude'],$src['altitude'],$src['city'],$src['country'],$src['source'],'antenna.png');
370
+			if (isset($src['latitude']) && $src['latitude'] != '') $Source->addLocation($src['name'], $src['latitude'], $src['longitude'], $src['altitude'], $src['city'], $src['country'], $src['source'], 'antenna.png');
371 371
 		}
372
-		$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert data in source table'));
372
+		$_SESSION['done'] = array_merge($_SESSION['done'], array('Insert data in source table'));
373 373
 		unset($_SESSION['sources']);
374 374
 	}
375 375
 	/*
@@ -394,7 +394,7 @@  discard block
 block discarded – undo
394 394
 		$_SESSION['install'] = 'finish';
395 395
 		$_SESSION['next'] = 'finish';
396 396
 	}
397
-	$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
397
+	$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
398 398
 	print json_encode($result);
399 399
 } else if (isset($_SESSION['install']) && $_SESSION['install'] == 'vatsim') {
400 400
 	include_once('../install/class.create_db.php');
@@ -406,48 +406,48 @@  discard block
 block discarded – undo
406 406
 			$error .= update_db::update_IVAO();
407 407
 			if ($error != '') {
408 408
 				$_SESSION['error'] = $error;
409
-				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert IVAO data'));
410
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert IVAO data'));
409
+				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Insert IVAO data'));
410
+			} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Insert IVAO data'));
411 411
 		} else {
412 412
 			$error .= update_db::update_vatsim();
413 413
 			if ($error != '') {
414 414
 				$_SESSION['error'] = $error;
415
-				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert VATSIM data'));
416
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data'));
415
+				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Insert VATSIM data'));
416
+			} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Insert VATSIM data'));
417 417
 		}
418 418
 	} elseif (isset($globalVATSIM) && $globalVATSIM) {
419 419
 		$error .= update_db::update_vatsim();
420 420
 		if ($error != '') {
421 421
 			$_SESSION['error'] = $error;
422
-			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert VATSIM data'));
423
-		} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data'));
422
+			$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Insert VATSIM data'));
423
+		} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Insert VATSIM data'));
424 424
 	} elseif (isset($globalIVAO) && $globalIVAO) {
425 425
 		if (file_exists('tmp/ivae_feb2013.zip')) {
426 426
 			$error .= update_db::update_IVAO();
427 427
 			if ($error != '') {
428 428
 				$_SESSION['error'] = $error;
429
-				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert IVAO data'));
430
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert IVAO data'));
429
+				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Insert IVAO data'));
430
+			} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Insert IVAO data'));
431 431
 		} else {
432 432
 			$error .= update_db::update_vatsim();
433 433
 			if ($error != '') {
434 434
 				$_SESSION['error'] = $error;
435
-				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'],array('Insert VATSIM data (IVAO not found)'));
436
-			} else $_SESSION['done'] = array_merge($_SESSION['done'],array('Insert VATSIM data (IVAO not found)'));
435
+				$_SESSION['errorlst'] = array_merge($_SESSION['errorlst'], array('Insert VATSIM data (IVAO not found)'));
436
+			} else $_SESSION['done'] = array_merge($_SESSION['done'], array('Insert VATSIM data (IVAO not found)'));
437 437
 		}
438 438
 	} elseif (isset($globalphpVMS) && $globalphpVMS) {
439
-		$_SESSION['done'] = array_merge($_SESSION['done'],array('Insert phpVMS data'));
439
+		$_SESSION['done'] = array_merge($_SESSION['done'], array('Insert phpVMS data'));
440 440
 	}
441 441
 	//$_SESSION['install'] = 'routes';
442 442
 	//$_SESSION['next'] = 'Populate routes table with externals data';
443 443
 	$_SESSION['install'] = 'finish';
444 444
 	$_SESSION['next'] = 'finish';
445
-	$result = array('error' => $error,'errorlst' => $_SESSION['errorlst'],'done' => $_SESSION['done'],'next' => $_SESSION['next'],'install' => $_SESSION['install']);
445
+	$result = array('error' => $error, 'errorlst' => $_SESSION['errorlst'], 'done' => $_SESSION['done'], 'next' => $_SESSION['next'], 'install' => $_SESSION['install']);
446 446
 	print json_encode($result);
447 447
 } else {
448 448
 	//unset($_SESSION['install']);
449 449
 	$_SESSION['error'] = 'Unknwon task : '.$_SESSION['install'];
450
-	$result = array('error' => 'Unknwon task : '.$_SESSION['install'],'done' => $_SESSION['done'],'next' => 'finish','install' => 'finish');
450
+	$result = array('error' => 'Unknwon task : '.$_SESSION['install'], 'done' => $_SESSION['done'], 'next' => 'finish', 'install' => 'finish');
451 451
 	print json_encode($result);
452 452
 }
453 453
 ?>
454 454
\ No newline at end of file
Please login to merge, or discard this patch.