Correct database name

This commit is contained in:
Michael RICOIS 2012-07-31 07:18:26 +00:00
parent f710381f5d
commit 749fdffcc7

View File

@ -86,9 +86,9 @@ $keys = array(
'bilYP',
);
$sql = 'TRUNCATE TABLE minmax';
$sql = 'TRUNCATE TABLE fields_minmax';
if ( !$db->query($sql) ) {
die ('Impossible de vider la table minmax');
die ('Impossible de vider la table fields_minmax');
}
foreach($keys as $key) {