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.2,1.1.2.3


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiforum.inc.php 
Log Message:
This will fix displaying records with no owner.

Index: class.uiforum.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/forum/inc/class.uiforum.inc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** class.uiforum.inc.php       20 Jan 2002 03:55:09 -0000      1.1.2.2
--- class.uiforum.inc.php       20 Jan 2002 04:12:10 -0000      1.1.2.3
***************
*** 238,242 ****
                                                'COLOR' => $GLOBALS['tr_color'],
                                                'TOPIC' => 
($thread['subject']?$thread['subject']:'[No subject]'),
!                                               'AUTHOR'        => 
$GLOBALS['phpgw']->common->grab_owner_name($thread['author']),
                                                'REPLIES'       => 
$thread['replies'],
                                                'READ_LINK'     => 
$GLOBALS['phpgw']->link('/index.php',
--- 238,242 ----
                                                'COLOR' => $GLOBALS['tr_color'],
                                                'TOPIC' => 
($thread['subject']?$thread['subject']:'[No subject]'),
!                                               'AUTHOR'        => 
($thread['author']?$GLOBALS['phpgw']->common->grab_owner_name($thread['author']):lang('Unknown')),
                                                'REPLIES'       => 
$thread['replies'],
                                                'READ_LINK'     => 
$GLOBALS['phpgw']->link('/index.php',
***************
*** 289,293 ****
                                                'COLOR' => $GLOBALS['tr_color'],
                                                'TOPIC' => 
($thread['subject']?$thread['subject']:'[No subject]'),
!                                               'AUTHOR'        => 
$GLOBALS['phpgw']->common->grab_owner_name($thread['author']),
                                                'REPLIES'       => 
$thread['replies'],
                                                'READ_LINK'     => 
$GLOBALS['phpgw']->link('/index.php',
--- 289,293 ----
                                                'COLOR' => $GLOBALS['tr_color'],
                                                'TOPIC' => 
($thread['subject']?$thread['subject']:'[No subject]'),
!                                               'AUTHOR'        => 
($thread['author']?$GLOBALS['phpgw']->common->grab_owner_name($thread['author']):lang('Unknown')),
                                                'REPLIES'       => 
$thread['replies'],
                                                'READ_LINK'     => 
$GLOBALS['phpgw']->link('/index.php',




reply via email to

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