CC-2271 1.8.2 code cleanup tasks

1.8.1 upgrade code is pretty much the same as 1.8.2, can reuse.
This commit is contained in:
Naomi 2011-05-18 15:45:10 -04:00
parent c1c567bb91
commit 911beb59d2
2 changed files with 222 additions and 12 deletions

View file

@ -37,9 +37,9 @@ if(strcmp($version, "1.8.0") < 0) {
if(strcmp($version, "1.8.1") < 0) {
system("php ".__DIR__."/upgrades/airtime-1.8.1/airtime-upgrade.php");
}
//if(strcmp($version, "1.8.2") < 0) {
// system("php ".__DIR__."/upgrades/airtime-1.8.2/airtime-upgrade.php");
//}
if(strcmp($version, "1.8.2") < 0) {
system("php ".__DIR__."/upgrades/airtime-1.8.2/airtime-upgrade.php");
}
//if (strcmp($version, "1.9.0") < 0){
//system("php ".__DIR__."/upgrades/airtime-1.9/airtime-upgrade.php");
//}