|
| From: | Dave Hall <address@hidden> |
| Subject: | [Phpgroupware-cvs] CVS: news_admin/inc class.bonews.inc.php, 1.1.2.1.2.4, 1.1.2.1.2.5 |
| Date: | Sat, 23 Aug 2003 03:44:48 -0400 |
Update of /cvsroot/phpgroupware/news_admin/inc
In directory subversions:/tmp/cvs-serv11214
Modified Files:
Tag: Version-0_9_16-branch
class.bonews.inc.php
Log Message:
fixed is_html in getnews
Index: class.bonews.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/news_admin/inc/Attic/class.bonews.inc.php,v
retrieving revision 1.1.2.1.2.4
retrieving revision 1.1.2.1.2.5
diff -C2 -r1.1.2.1.2.4 -r1.1.2.1.2.5
*** class.bonews.inc.php 11 Jul 2003 10:56:59 -0000 1.1.2.1.2.4
--- class.bonews.inc.php 23 Aug 2003 07:44:46 -0000 1.1.2.1.2.5
***************
*** 291,295 ****
{
$this->total = 1;
! $news['content'] = ($news['html'] ?
$news['content']: nl2br(htmlentities($news['content'])));
return $news;
}
--- 291,295 ----
{
$this->total = 1;
! $news['content'] = ($news['is_html'] ?
$news['content']: nl2br(htmlentities($news['content'])));
return $news;
}
| [Prev in Thread] | Current Thread | [Next in Thread] |