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.6.2.2,1.


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.6.2.2
retrieving revision 1.6.2.3
diff -C2 -r1.6.2.2 -r1.6.2.3
*** class.historylog.inc.php    15 Feb 2002 12:31:55 -0000      1.6.2.2
--- class.historylog.inc.php    9 Jun 2002 01:30:48 -0000       1.6.2.3
***************
*** 97,101 ****
                        if (is_array($_only_show))
                        {
!                               $only_show_filter = ' and ' . implode(' or 
',$_only_show);
                        }
  
--- 97,101 ----
                        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]