Enhance the database structure checks when they failed.

This commit is contained in:
Michael Vogel 2014-09-04 09:26:56 +02:00
parent 08df06ce60
commit e21bcb82d2
4 changed files with 71 additions and 22 deletions

View file

@ -175,7 +175,7 @@ function update_structure($verbose, $action) {
if ($action) {
$r = @$db->q($sql3);
if(false === $r)
$errors .= t('Errors encountered performing database changes.').$sql3.EOL;
$errors .= t('Errors encountered performing database changes.').$sql3.EOL;
}
}
}