line (error_log('...')) not wanted: debug

git-svn-id: http://piwigo.org/svn/trunk@1527 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
nikrou 2006-08-08 06:54:57 +00:00
parent 5ae82cf8d4
commit e37424d1c1

View file

@ -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());
}