phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.historylog.inc.php,1.7,1.8


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.historylog.inc.php,1.7,1.8
Date: Sat, 08 Jun 2002 21:30:58 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv29140/phpgwapi/inc

Modified Files:
        class.historylog.inc.php 
Log Message:
GNU Patch #336

Index: class.historylog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.historylog.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** class.historylog.inc.php    15 Feb 2002 12:32:02 -0000      1.7
--- class.historylog.inc.php    9 Jun 2002 01:30:55 -0000       1.8
***************
*** 93,97 ****
                        if (is_array($_only_show))
                        {
!                               $only_show_filter = ' and ' . implode(' or 
',$_only_show);
                        }
  
--- 93,97 ----
                        if (is_array($_only_show))
                        {
!                               $only_show_filter = ' and (' . implode(' or 
',$_only_show) . ')';
                        }
  




reply via email to

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