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

-don't exit upon db sql error.
This commit is contained in:
martin 2011-07-14 21:32:45 -04:00
parent 6a2bdaebe6
commit b40460d8f8
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ function execSqlQuery($sql){
if (PEAR::isError($result)) {
echo "* Failed sql query: $sql".PHP_EOL;
echo "* Message {$result->getMessage()}".PHP_EOL;
exit(1);
}
}