Correct database name

This commit is contained in:
Michael RICOIS 2012-07-31 08:11:52 +00:00
parent 749fdffcc7
commit 56babddc4b

View File

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