Version 1.9g

This commit is contained in:
nemunaire 2008-11-08 12:00:00 +01:00
commit 4c9814a99c
800 changed files with 237325 additions and 1949 deletions

View file

@ -123,7 +123,7 @@ class Session {
$uid = empty($uid) ? '0' : md5($uid);
$level = (is_int($this->level) && strlen($this->level) <= 2) ? $this->level : 0 ;
$level = (is_numeric($this->level) && strlen($this->level) <= 2) ? $this->level : 0 ;
$table = $config['session_table'];