Correct database name
This commit is contained in:
parent
f710381f5d
commit
749fdffcc7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user