This commit is contained in:
Michael RICOIS 2012-07-31 15:01:40 +00:00
parent f22c5b06af
commit a929f17e50

View File

@ -107,4 +107,4 @@ foreach($keys as $key) {
$db->insert('fields_minmax', $data);
if ($opts->manuel) echo $key.' -> min:'.$result->min.' max:'.$result->max."\n";
}
if ($opts->manuel) print('Terminé');
if ($opts->manuel) print("Terminé\n");