phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.nextmatchs.inc.php,1.43,1.43.


From: Joseph Engo <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.nextmatchs.inc.php,1.43,1.43.2.1
Date: Tue, 19 Feb 2002 14:38:49 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.nextmatchs.inc.php 
Log Message:
Added method to added more filters 


Index: class.nextmatchs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.nextmatchs.inc.php,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -C2 -r1.43 -r1.43.2.1
*** class.nextmatchs.inc.php    30 Dec 2001 17:03:26 -0000      1.43
--- class.nextmatchs.inc.php    19 Feb 2002 19:38:47 -0000      1.43.2.1
***************
*** 1,5 ****
  <?php
        
/**************************************************************************\
!       * phpGroupWare API - next                                               
   *
        * This file written by Joseph Engo <address@hidden>                *
        * Handles limiting number of rows displayed                             
   *
--- 1,5 ----
  <?php
        
/**************************************************************************\
!       * phpGroupWare API - nextmatchs                                         
   *
        * This file written by Joseph Engo <address@hidden>                *
        * Handles limiting number of rows displayed                             
   *
***************
*** 23,26 ****
--- 23,27 ----
  
        /* $Id$ */
+       /* $Source$ */
  
        /*!
***************
*** 33,36 ****
--- 34,38 ----
                var $action;
                var $template;
+               var $extra_filters = array();
  
                function nextmatchs()
***************
*** 531,534 ****
--- 533,542 ----
                                                );
                                        }
+ 
+                                       while (is_array($this->extra_filters) 
&& list(,$filter) = each($this->extra_filters))
+                                       {
+                                               $filter_obj[] = $filter;
+                                       }
+ 
                                        for ($index=0; $index<$indexlimit; 
$index++)
                                        {




reply via email to

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