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.2.6.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.nextmatchs.inc.php,1.43.2.6.2.1,1.43.2.6.2.2
Date: Sun, 27 Apr 2003 03:18:30 -0400

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

Modified Files:
      Tag: Version-0_9_16-branch
        class.nextmatchs.inc.php 
Log Message:
fix for broken nextmatch_alternate_row_color()

Index: class.nextmatchs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.nextmatchs.inc.php,v
retrieving revision 1.43.2.6.2.1
retrieving revision 1.43.2.6.2.2
diff -C2 -r1.43.2.6.2.1 -r1.43.2.6.2.2
*** class.nextmatchs.inc.php    26 Apr 2003 01:33:05 -0000      1.43.2.6.2.1
--- class.nextmatchs.inc.php    27 Apr 2003 07:18:27 -0000      1.43.2.6.2.2
***************
*** 300,304 ****
                function left($scriptname,$start,$total,$extradata = '')
                {
!                       list($filter,$qfield,$NULL,$order,$sort) = 
$this->get_var();
  
                        $extravars = Array(
--- 300,304 ----
                function left($scriptname,$start,$total,$extradata = '')
                {
!                       list($filter,$qfield,,$order,$sort) = $this->get_var();
  
                        $extravars = Array(
***************
*** 354,358 ****
                function right($scriptname,$start,$total,$extradata = '')
                {
!                       list($filter,$qfield,$NULL,$order,$sort) = 
$this->get_var();
  
                        $extravars = Array(
--- 354,358 ----
                function right($scriptname,$start,$total,$extradata = '')
                {
!                       list($filter,$qfield,,$order,$sort) = $this->get_var();
  
                        $extravars = Array(
***************
*** 689,700 ****
                        if ($currentcolor == 
$GLOBALS['phpgw_info']['theme']['row_on'])
                        {
!                               $tr_color = 
$GLOBALS['phpgw_info']['theme']['row_off'];
                        }
                        else
                        {
!                               $tr_color = 
$GLOBALS['phpgw_info']['theme']['row_on'];
                        }
  
!                       return $tr_color;
                }
  
--- 689,700 ----
                        if ($currentcolor == 
$GLOBALS['phpgw_info']['theme']['row_on'])
                        {
!                               $GLOBALS['tr_color'] = 
$GLOBALS['phpgw_info']['theme']['row_off'];
                        }
                        else
                        {
!                               $GLOBALS['tr_color'] = 
$GLOBALS['phpgw_info']['theme']['row_on'];
                        }
  
!                       return $GLOBALS['tr_color'];
                }
  
***************
*** 723,727 ****
                function 
show_sort_order($sort,$var,$order,$program,$text,$extra='',$build_a_href=True)
                {
!                       list($filter,$qfield,$start,$NULL1,$NULL) = 
$this->get_var();
  
                        if (($order == $var) && ($sort == 'ASC'))
--- 723,727 ----
                function 
show_sort_order($sort,$var,$order,$program,$text,$extra='',$build_a_href=True)
                {
!                       list($filter,$qfield,$start) = $this->get_var();
  
                        if (($order == $var) && ($sort == 'ASC'))





reply via email to

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