From 713b2d69910c1221bc86992ca08d6036d2e71bb6 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Wed, 17 Apr 2013 13:38:12 +0200 Subject: =?UTF-8?q?fonction=20logm()=20ajout=C3=A9e=20(from=20shaarli)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view.php') diff --git a/view.php b/view.php index dbafec6b..9ba6f62d 100755 --- a/view.php +++ b/view.php @@ -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'); } \ No newline at end of file -- cgit v1.2.3