Fix: Removed log
This commit is contained in:
parent
3944d45613
commit
8dcd445f7a
@ -26,7 +26,7 @@
|
|||||||
\ingroup expedition
|
\ingroup expedition
|
||||||
\brief Page d'administration/configuration du module Expedition
|
\brief Page d'administration/configuration du module Expedition
|
||||||
\version $Id$
|
\version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
|
require_once(DOL_DOCUMENT_ROOT."/lib/admin.lib.php");
|
||||||
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -465,9 +463,9 @@ else
|
|||||||
print '</table>';
|
print '</table>';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user