From ccf46fd47a4e97d8005275ca005ae72c70eddf75 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 21 Jul 2004 08:05:12 +0000 Subject: [PATCH] Modif register_global --- htdocs/admin/ihm.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php index aa75904241b..59514d8d0cf 100644 --- a/htdocs/admin/ihm.php +++ b/htdocs/admin/ihm.php @@ -34,7 +34,7 @@ if ($_POST["action"] == 'update') dolibarr_set_const($db, "MAIN_SEARCHFORM_SOCIETE",$_POST["main_searchform_societe"]); dolibarr_set_const($db, "MAIN_LANG_DEFAULT",$_POST["main_lang_default"]); - Header("Location: $PHP_SELF"); + Header("Location: ihm.php"); } @@ -46,7 +46,7 @@ print "
\n"; if ($_GET["action"] == 'edit') { - print '
'; + print ''; print ''; print ''; @@ -140,7 +140,7 @@ else print '
NomValeur

'; print '
'; - print 'Editer'; + print 'Editer'; print '
'; }