CC-2279: Upgrade script for converting stor directory to new format
-undefined var
This commit is contained in:
parent
146c554c57
commit
e529a16bdb
|
@ -4,7 +4,7 @@
|
|||
xsi:schemaLocation="http://doctrine-project.org/schemas/migrations/configuration
|
||||
http://doctrine-project.org/schemas/migrations/configuration.xsd">
|
||||
|
||||
<name>Airtime 1.7 Database Upgrade</name>
|
||||
<name>Airtime 1.9.0 Database Upgrade</name>
|
||||
|
||||
<migrations-namespace>DoctrineMigrations</migrations-namespace>
|
||||
|
||||
|
|
|
@ -77,7 +77,7 @@ function updateAirtimeImportSymLink(){
|
|||
exec("ln -s $dir /usr/bin/airtime-import");
|
||||
}
|
||||
|
||||
function execSqlQuery($sqlString){
|
||||
function execSqlQuery($sql){
|
||||
global $CC_DBC;
|
||||
|
||||
$result = $CC_DBC->query($sql);
|
||||
|
|
Loading…
Reference in New Issue