CC-3421: Upgrade Script: add/enhance upgrade script for network drive files handler feature

- bug fix
This commit is contained in:
James 2012-04-02 17:28:58 -04:00
parent 416b9d1dc2
commit 632b1c40ec
3 changed files with 13 additions and 9 deletions

View file

@ -111,6 +111,10 @@ if (strcmp($version, "2.0.2") < 0){
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.0.2/airtime-upgrade.php");
pause();
}
if (strcmp($version, "2.1.0") < 0){
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.1.0/airtime-upgrade.php");
pause();
}
//set the new version in the database.
$sql = "DELETE FROM cc_pref WHERE keystr = 'system_version'";