[Top][All Lists]
[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');
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: sitemgr/modules class.module_news.inc.php,1.2.2.1,1.2.2.2,
Michael Totschnig <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/default/sitemgr/forum collapse.threads.tpl,1.1,NONE forums.body.tpl,1.1,NONE index.body.tpl,1.1,NONE normal.threads.tpl,1.1,NONEread.body.tpl,1.1,NONE
- Next by Date:
[Phpgroupware-cvs] CVS: sitemgr/modules class.module_news.inc.php,1.3,1.4
- Previous by thread:
[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site/templates/3D-Fantasy/sitemgr/news newsblock.tpl,1.1,NONE
- Next by thread:
[Phpgroupware-cvs] CVS: sitemgr/modules class.module_news.inc.php,1.3,1.4
- Index(es):