phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.historylog.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.historylog.inc.php
Date: Thu, 28 Dec 2006 10:28:55 +0000

CVSROOT:        /sources/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/12/28 10:28:55

Modified files:
        inc            : class.historylog.inc.php 

Log message:
        forgot to remove some debugging

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.historylog.inc.php?cvsroot=phpgwapi&r1=1.16&r2=1.17

Patches:
Index: class.historylog.inc.php
===================================================================
RCS file: /sources/phpgwapi/phpgwapi/inc/class.historylog.inc.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- class.historylog.inc.php    28 Dec 2006 10:23:20 -0000      1.16
+++ class.historylog.inc.php    28 Dec 2006 10:28:55 -0000      1.17
@@ -6,7 +6,7 @@
        * @license http://www.fsf.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage application
-       * @version $Id: class.historylog.inc.php,v 1.16 2006/12/28 10:23:20 
skwashd Exp $
+       * @version $Id: class.historylog.inc.php,v 1.17 2006/12/28 10:28:55 
skwashd Exp $
        */
 
        /**
@@ -143,7 +143,6 @@
                        $this->template->set_var('sort_old_value',lang('Old 
value'));
 
                        $values = 
$this->return_array($filter_out,array(),$orderby,$sort,$record_id);
-                       echo '<pre>' . print_r($values, true). '</pre>';
 
                        if (! is_array($values))
                        {




reply via email to

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