CC-2279: Upgrade script for converting stor directory to new format
-fix undefined variable
This commit is contained in:
parent
621c85b1df
commit
146c554c57
|
@ -78,6 +78,8 @@ function updateAirtimeImportSymLink(){
|
||||||
}
|
}
|
||||||
|
|
||||||
function execSqlQuery($sqlString){
|
function execSqlQuery($sqlString){
|
||||||
|
global $CC_DBC;
|
||||||
|
|
||||||
$result = $CC_DBC->query($sql);
|
$result = $CC_DBC->query($sql);
|
||||||
echo $sql.PHP_EOL;
|
echo $sql.PHP_EOL;
|
||||||
if (PEAR::isError($result)) {
|
if (PEAR::isError($result)) {
|
||||||
|
|
Loading…
Reference in New Issue