From a897e62fd37ff7490193e2f88d95cbffeaa7e5e7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Apr 2010 14:37:59 +0000 Subject: [PATCH] Comment --- htdocs/admin/const.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/const.php b/htdocs/admin/const.php index a6bde19dbd6..8dcc005d0fd 100644 --- a/htdocs/admin/const.php +++ b/htdocs/admin/const.php @@ -21,7 +21,7 @@ /** * \file htdocs/admin/const.php * \ingroup setup - * \brief Admin page to defined miscellaneous constants + * \brief Admin page to define miscellaneous constants * \version $Id$ */ @@ -84,7 +84,7 @@ if ($_POST["const"] && $_POST["delete"] && $_POST["delete"] == $langs->trans("De { foreach($_POST["const"] as $const) { - if ($const["check"]) + if ($const["check"]) // Is checkbox checked { if (dolibarr_del_const($db, $const["rowid"], -1) < 0) { @@ -162,7 +162,7 @@ print ''; print ''; print "\n"; -print '
'; +print ''; print ''; # Affiche lignes des constantes