phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] [19057] Let the log error be more readable ( even if


From: Caeies
Subject: [Phpgroupware-cvs] [19057] Let the log error be more readable ( even if logs are too short for a good debug)
Date: Wed, 04 Feb 2009 18:14:26 +0000

Revision: 19057
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=19057
Author:   Caeies
Date:     2009-02-04 18:14:26 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
Let the log error be more readable (even if logs are too short for a good debug)

Modified Paths:
--------------
    core/trunk/admin/inc/class.uilog.inc.php

Modified: core/trunk/admin/inc/class.uilog.inc.php
===================================================================
--- core/trunk/admin/inc/class.uilog.inc.php    2009-02-04 18:13:47 UTC (rev 
19056)
+++ core/trunk/admin/inc/class.uilog.inc.php    2009-02-04 18:14:26 UTC (rev 
19057)
@@ -110,7 +110,7 @@
                                                'row_severity'  => 
$record['log_severity'],
                                                'row_file'      => 
$record['log_file'],
                                                'row_line'      => 
$record['log_line'],
-                                               'row_message'   => 
$record['log_msg'],
+                                               'row_message'   => 
nl2br(htmlspecialchars($record['log_msg'])),
                                                'tr_class'              => 
$tr_class
                                        ));
                                        
$this->template->fp('rows_access','row',True);






reply via email to

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