|
From: Jon O. <jon...@us...> - 2008-02-03 20:09:58
|
Update of /cvsroot/mxbb/core/modules/mx_news/mx_news/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv6256 Modified Files: functions_mx_news.php Log Message: test Index: functions_mx_news.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_news/mx_news/includes/functions_mx_news.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** functions_mx_news.php 28 Jan 2008 22:21:06 -0000 1.1 --- functions_mx_news.php 3 Feb 2008 20:09:48 -0000 1.2 *************** *** 438,441 **** --- 438,442 ---- // //if ( $this->notification[$catId]['activated'] > 0 ) // -1, 0, 1, 2 + echo('s'.$this->notification[$block_id]['activated']); if ( $this->notification[$block_id]['activated'] > 0 ) // -1, 0, 1, 2 { *************** *** 473,477 **** $html_entities_replace = array('&', '<', '>', '"'); - echo('a'.$mx_notification_mode.'a'.$mx_notification_action); $mx_news_notification->notify( $mx_notification_mode, $mx_notification_action ); --- 474,477 ---- |