CC-2279: Upgrade script for converting stor directory to new format
-don't exit upon db sql error.
This commit is contained in:
parent
6a2bdaebe6
commit
b40460d8f8
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ function execSqlQuery($sql){
|
||||||
if (PEAR::isError($result)) {
|
if (PEAR::isError($result)) {
|
||||||
echo "* Failed sql query: $sql".PHP_EOL;
|
echo "* Failed sql query: $sql".PHP_EOL;
|
||||||
echo "* Message {$result->getMessage()}".PHP_EOL;
|
echo "* Message {$result->getMessage()}".PHP_EOL;
|
||||||
exit(1);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue