fonction logm() ajoutée (from shaarli)

This commit is contained in:
nicosomb
2013-04-17 13:38:12 +02:00
parent 0753bfefd7
commit 713b2d6991
3 changed files with 25 additions and 12 deletions

View File

@ -28,9 +28,9 @@ if(!empty($id)) {
$tpl->draw('view');
}
else {
die('error in view call');
logm('error in view call : entry is NULL');
}
}
else {
die('error in view call');
logm('error in view call : id is empty');
}