CC-2279: Upgrade script for converting stor directory to new format

-fix undefined variable
This commit is contained in:
martin 2011-07-14 15:40:48 -04:00
parent 621c85b1df
commit 146c554c57
1 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,8 @@ function updateAirtimeImportSymLink(){
}
function execSqlQuery($sqlString){
global $CC_DBC;
$result = $CC_DBC->query($sql);
echo $sql.PHP_EOL;
if (PEAR::isError($result)) {