phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: news_admin/inc class.uinews.inc.php,1.10,1.10.2.


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: news_admin/inc class.uinews.inc.php,1.10,1.10.2.1
Date: Sat, 26 Jan 2002 19:38:00 -0500

Update of /cvsroot/phpgroupware/news_admin/inc
In directory subversions:/tmp/cvs-serv30879/news_admin/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.uinews.inc.php 
Log Message:
A couple of minor cleanups.

Index: class.uinews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/class.uinews.inc.php,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -C2 -r1.10 -r1.10.2.1
*** class.uinews.inc.php        29 Dec 2001 19:33:03 -0000      1.10
--- class.uinews.inc.php        27 Jan 2002 00:37:57 -0000      1.10.2.1
***************
*** 100,104 ****
                                        'subject'       => 
$this->db->f('news_subject'),
                                        'submitedby'    => 'Submitted by ' . 
$GLOBALS['phpgw']->accounts->id2name($this->db->f('news_submittedby')) . ' on ' 
. $GLOBALS['phpgw']->common->show_date($this->db->f('news_date')),
!                                       'content'       => 
nl2br($this->db->f('news_content'))
                                );
  
--- 100,104 ----
                                        'subject'       => 
$this->db->f('news_subject'),
                                        'submitedby'    => 'Submitted by ' . 
$GLOBALS['phpgw']->accounts->id2name($this->db->f('news_submittedby')) . ' on ' 
. $GLOBALS['phpgw']->common->show_date($this->db->f('news_date')),
!                                       'content'       => 
nl2br(stripslashes($this->db->f('news_content')))
                                );
  




reply via email to

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