diff options
author | nikrou <nikrou@piwigo.org> | 2006-08-08 06:54:57 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-08-08 06:54:57 +0000 |
commit | e37424d1c1a1edfa02f14715791bd63e467c62e9 (patch) | |
tree | deca256fefe27b5bab3f163272910e2d6698d9a2 | |
parent | 5ae82cf8d4a092e975dc8b92b9f9d57c3d38afb9 (diff) |
line (error_log('...')) not wanted: debug
git-svn-id: http://piwigo.org/svn/trunk@1527 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_user.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index d3a2b75f3..ba085127f 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -605,7 +605,6 @@ SELECT auto_login_key $auto_login_key = current(mysql_fetch_assoc(pwg_query($query))); if ($auto_login_key == $cookie['key']) { - error_log("ici\n", 3, '/tmp/cookie'); log_user($cookie['id'], false); redirect(make_index_url()); } |