From: x2003bruneau Date: Wed, 22 Aug 2007 16:32:52 +0000 (+0000) Subject: Check the good session variable X-Git-Tag: xorg/0.9.15~198 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=bfa821a042bcaef6bf2805ece371835ed16f52df;p=platal.git Check the good session variable xorg.misc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1928 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/xorg.misc.inc.php b/include/xorg.misc.inc.php index 0e25a0e..235d5bc 100644 --- a/include/xorg.misc.inc.php +++ b/include/xorg.misc.inc.php @@ -276,7 +276,7 @@ function check_email($email, $message) function check_account() { - return S::v('watch'); + return S::v('watch_account'); } function check_redirect($red = null)