Merge pull request #165 from ygresil/3.8login

3.8login
This commit is contained in:
Romain Neutron
2012-07-18 08:32:50 -07:00
40 changed files with 3250 additions and 1161 deletions

View File

@@ -594,6 +594,8 @@ class Session_Handler
}
$rs[$k]['session_id'] = (int) $rs[$k]['session_id'];
$rs[$k]['ip_infos'] = $infos;
$rs[$k]['created_on'] = new \DateTime($row['created_on']);;
$rs[$k]['lastaccess'] = new \DateTime($row['lastaccess']);
}
return $rs;