phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: forum/inc class.uiforum.inc.php,1.1.2.1,1.1.2.2


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: forum/inc class.uiforum.inc.php,1.1.2.1,1.1.2.2
Date: Sat, 19 Jan 2002 22:55:11 -0500

Update of /cvsroot/phpgroupware/forum/inc
In directory subversions:/tmp/cvs-serv9883/forum/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiforum.inc.php 
Log Message:
Fix for missing threads.

Index: class.uiforum.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/forum/inc/class.uiforum.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** class.uiforum.inc.php       20 Jan 2002 03:36:03 -0000      1.1.2.1
--- class.uiforum.inc.php       20 Jan 2002 03:55:09 -0000      1.1.2.2
***************
*** 231,235 ****
                                
$this->template->set_var('THREAD_IMG',$GLOBALS['phpgw']->common->image('forum','thread'));
  
!                               while(list($key,$thread) = 
each($thread_listing))
                                {
                                        $GLOBALS['tr_color'] = 
$GLOBALS['phpgw']->nextmatchs->alternate_row_color($GLOBALS['tr_color']);
--- 231,235 ----
                                
$this->template->set_var('THREAD_IMG',$GLOBALS['phpgw']->common->image('forum','thread'));
  
!                               while($thread_listing && list($key,$thread) = 
each($thread_listing))
                                {
                                        $GLOBALS['tr_color'] = 
$GLOBALS['phpgw']->nextmatchs->alternate_row_color($GLOBALS['tr_color']);
***************
*** 274,278 ****
                                $this->template->set_var($pre_var);
  
!                               while(list($key,$thread) = 
each($thread_listing))
                                {
                                        $GLOBALS['tr_color'] = 
$GLOBALS['phpgw']->nextmatchs->alternate_row_color($GLOBALS['tr_color']);
--- 274,278 ----
                                $this->template->set_var($pre_var);
  
!                               while($thread_listing && list($key,$thread) = 
each($thread_listing))
                                {
                                        $GLOBALS['tr_color'] = 
$GLOBALS['phpgw']->nextmatchs->alternate_row_color($GLOBALS['tr_color']);




reply via email to

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