Fix: Removed log
This commit is contained in:
parent
3944d45613
commit
8dcd445f7a
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user