diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-18 21:42:32 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-18 21:42:32 +0000 |
commit | aac81a8a382f7ec527e22d6dee959400d77e1a21 (patch) | |
tree | b51b5180e85326af0cfebf88bcad005ba93d5118 /include/functions_user.inc.php | |
parent | 2c2af65b6a95e20ba9ca49139683d2d150edb1b6 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@14 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_user.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index e9d3558d8..b19e53f18 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -207,6 +207,7 @@ function update_user( $user_id, $mail_address, $status, function check_login_authorization() { global $user,$lang,$conf,$page; + if ( $user['is_the_guest'] and ( $conf['acces'] == 'restreint' or $page['cat'] == 'fav' ) ) { |