fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7648] API: errorhandling


From: Sigurd Nes
Subject: [Fmsystem-commits] [7648] API: errorhandling
Date: Mon, 19 Sep 2011 09:23:52 +0000

Revision: 7648
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7648
Author:   sigurdne
Date:     2011-09-19 09:23:52 +0000 (Mon, 19 Sep 2011)
Log Message:
-----------
API: errorhandling

Modified Paths:
--------------
    trunk/phpgwapi/inc/class.log.inc.php

Modified: trunk/phpgwapi/inc/class.log.inc.php
===================================================================
--- trunk/phpgwapi/inc/class.log.inc.php        2011-09-19 07:54:00 UTC (rev 
7647)
+++ trunk/phpgwapi/inc/class.log.inc.php        2011-09-19 09:23:52 UTC (rev 
7648)
@@ -286,7 +286,8 @@
                                        . lang('line') . ': ' . $err->line . 
"</p>\n"
                                        . $trace;
 
-                               phpgwapi_cache::message_set($message, 'error');
+                               echo $message;
+               //              phpgwapi_cache::message_set($message, 'error');
 
                                if ( isset($GLOBALS['phpgw']->common) && 
is_object($GLOBALS['phpgw']->common) )
                                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]