Skip to content

Commit

Permalink
Merge branch '3.1' of ssh://git@github.com/Dolibarr/dolibarr.git into…
Browse files Browse the repository at this point in the history
… 3.1
  • Loading branch information
eldy committed Mar 28, 2012
2 parents 2c632b8 + e788e5d commit e8465b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/admin/tools/export.php
Expand Up @@ -111,7 +111,7 @@
if (! empty($dolibarr_main_db_port)) $param.=" -P ".$dolibarr_main_db_port;
if (! $_POST["use_transaction"]) $param.=" -l --single-transaction";
if ($_POST["disable_fk"]) $param.=" -K";
if ($_POST["sql_compat"] && $_POST["sql_compat"] != 'NONE') $param.=" --compatible=".$_POST["sql_compat"];
if ($_POST["sql_compat"] && $_POST["sql_compat"] != 'NONE') $param.=" --compatible=".GETPOST("sql_compat","alpha");
if ($_POST["drop_database"]) $param.=" --add-drop-database";
if ($_POST["sql_structure"])
{
Expand Down

0 comments on commit e8465b1

Please sign in to comment.