From 16aee5509c8d665f8b3ca26cb3f7abc8080a4689 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 4 Sep 2004 21:04:25 +0000 Subject: [PATCH] log which tab was modified --- htdocs/profil.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/profil.php b/htdocs/profil.php index b443773..bf8d5b6 100644 --- a/htdocs/profil.php +++ b/htdocs/profil.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: profil.php,v 1.9 2004-08-31 21:39:00 x2000habouzit Exp $ + $Id: profil.php,v 1.10 2004-09-04 21:04:25 x2000habouzit Exp $ ***************************************************************************/ require("auto.prepend.inc.php"); @@ -109,7 +109,7 @@ if (isset($_REQUEST['modifier']) || isset($_REQUEST['suivant'])) { // mise a jour des champs relatifs au tab ouvert require_once("profil/update_{$opened_tab}.inc.php"); - $_SESSION['log']->log("profil"); + $_SESSION['log']->log("profil",$opened_tab); $page->assign('etat_update','ok'); } -- 2.1.4