CC-3346: Recorder: Merge recorder with pypo

- Upgrade for 2.0.2
This commit is contained in:
James 2012-02-24 16:24:12 -05:00
parent 06c825479b
commit 4e72c1150d
182 changed files with 70425 additions and 4 deletions

View file

@ -107,6 +107,10 @@ if (strcmp($version, "2.0.1") < 0){
passthru("php --php-ini $SCRIPTPATH/../airtime-php.ini $SCRIPTPATH/../upgrades/airtime-2.0.1/airtime-upgrade.php");
pause();
}
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();
}
//set the new version in the database.
$sql = "DELETE FROM cc_pref WHERE keystr = 'system_version'";