Rename install_first_time variable and file name. Remove the install/upgrade_switch.php which isn't being used anymore. Update the indentation and remove inconsistent white spaces.

This commit is contained in:
markjcrane
2016-02-29 09:24:05 -07:00
parent f32d99377f
commit 03897edf95
7 changed files with 157 additions and 218 deletions
@@ -1,4 +1,5 @@
<?php
$iso_countries = array
(
'AF' => 'Afghanistan',
@@ -247,4 +248,5 @@ $iso_countries = array
'ZM' => 'Zambia',
'ZW' => 'Zimbabwe',
);
?>