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.46,1.47


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.nextmatchs.inc.php,1.46,1.47
Date: Wed, 17 Apr 2002 19:41:58 -0400

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

Modified Files:
        class.nextmatchs.inc.php 
Log Message:
Made the rest of tr_color as GLOBALS.

Index: class.nextmatchs.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.nextmatchs.inc.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** class.nextmatchs.inc.php    28 Feb 2002 03:53:32 -0000      1.46
--- class.nextmatchs.inc.php    17 Apr 2002 23:41:55 -0000      1.47
***************
*** 609,620 ****
                        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;
                }
  
--- 609,620 ----
                        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'];
                }
  




reply via email to

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