Fix: Option drop tables was broken

This commit is contained in:
Laurent Destailleur
2013-11-01 17:19:25 +01:00
parent 4d10540600
commit ecb1f490ae
2 changed files with 5 additions and 4 deletions

View File

@@ -134,7 +134,8 @@ if ($what == 'mysql')
if (GETPOST("drop_database")) $param.=" --add-drop-database";
if (GETPOST("sql_structure"))
{
if (GETPOST("drop")) $param.=" --add-drop-table";
if (GETPOST("drop")) $param.=" --add-drop-table=TRUE";
else $param.=" --add-drop-table=FALSE";
}
else
{