phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/modules class.module_news.inc.php,1.2.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/modules class.module_news.inc.php,1.2.2.1,1.2.2.2
Date: Fri, 16 May 2003 11:58:27 -0400

Update of /cvsroot/phpgroupware/sitemgr/modules
In directory subversions:/tmp/cvs-serv24875

Modified Files:
      Tag: Version-0_9_16-branch
        class.module_news.inc.php 
Log Message:
nl2br is already applied on the data returned from news_admin


Index: class.module_news.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/modules/class.module_news.inc.php,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -C2 -r1.2.2.1 -r1.2.2.2
*** class.module_news.inc.php   3 May 2003 21:10:40 -0000       1.2.2.1
--- class.module_news.inc.php   16 May 2003 15:58:25 -0000      1.2.2.2
***************
*** 17,21 ****
                                        'news_submitter' => 
$GLOBALS['phpgw']->accounts->id2name($newsitem['submittedby']),
                                        'news_date' => 
$GLOBALS['phpgw']->common->show_date($newsitem['submissiondate']),
!                                       'news_content' => 
nl2br($newsitem['content'])
                                ));
                                $result .= $this->template->parse('out','news');
--- 17,21 ----
                                        'news_submitter' => 
$GLOBALS['phpgw']->accounts->id2name($newsitem['submittedby']),
                                        'news_date' => 
$GLOBALS['phpgw']->common->show_date($newsitem['submissiondate']),
!                                       'news_content' => $newsitem['content']
                                ));
                                $result .= $this->template->parse('out','news');





reply via email to

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