better logger format, some comments

This commit is contained in:
fabrixxm 2014-04-27 15:08:21 +02:00
parent ef4ce5f795
commit 0b83432bf3
3 changed files with 30 additions and 10 deletions

View file

@ -19,6 +19,8 @@ function ref_session_read ($id) {
if(count($r)) {
$session_exists = true;
return $r[0]['data'];
} else {
logger("no data for session $id", LOGGER_TRACE);
}
return '';
}}