Fix: Removed log

This commit is contained in:
Laurent Destailleur 2008-09-02 01:34:37 +00:00
parent 3944d45613
commit 8dcd445f7a

View File

@ -130,8 +130,6 @@ if ($_GET["action"] == 'setdoc')
// \todo A quoi servent les methode d'expedition ? // \todo A quoi servent les methode d'expedition ?
if ($_GET["action"] == 'setmethod' || $_GET["action"] == 'setmod') if ($_GET["action"] == 'setmethod' || $_GET["action"] == 'setmod')
{ {
$module=$_GET["module"]; $module=$_GET["module"];
$moduleid=$_GET["moduleid"]; $moduleid=$_GET["moduleid"];
$statut=$_GET["statut"]; $statut=$_GET["statut"];
@ -174,7 +172,7 @@ if ($_GET["action"] == 'setmethod' || $_GET["action"] == 'setmod')
} }
else else
{ {
print $sql; //dolibarr_print_error($db);
$db->rollback(); $db->rollback();
} }
} }