[svn r11645] Added informative debug logging (can stay there because only used once at upgrade time)

skala
Yannick Warnier 18 years ago
parent 4f1a892dde
commit b8e01323fe
  1. 2
      main/install/update-db-1.6.x-1.8.0.inc.php

@ -44,6 +44,8 @@ if(function_exists('ini_set'))
{
ini_set('memory_limit',-1);
ini_set('max_execution_time',0);
}else{
error_log('Update-db script: could not change memory and time limits',0);
}
/*

Loading…
Cancel
Save