// Turn error reporting back on. From now on, only fatal errors (which are
// not passed through the error handler) will cause a message to be printed.
ini_set('display_errors',TRUE);
include_once'./includes/install.inc';
include_once'./includes/batch.inc';
drupal_load_updates();
...
...
@@ -54,7 +350,7 @@ function update_main() {
$updates=drupal_get_schema_versions($module);
$max_version=max($updates);
if($version<=$max_version){
drush_log(pt('Updating module @module from schema version @start to schema version @max',array('@module'=>$module,'@start'=>$version-1,'@max'=>$max_version)));
drush_log(dt('Updating module @module from schema version @start to schema version @max',array('@module'=>$module,'@start'=>$version-1,'@max'=>$max_version)));