Update of /cvsroot/xoops/xoops2/modules/news
In directory sc8-pr-cvs1:/tmp/cvs-serv13614/modules/news
Modified Files:
index.php
Log Message:
removed <b>, fixed bug 308
Index: index.php
===================================================================
RCS file: /cvsroot/xoops/xoops2/modules/news/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.php 3 Jan 2003 11:56:05 -0000 1.2
--- index.php 4 Jan 2003 06:27:58 -0000 1.3
***************
*** 5,13 ****
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
- // ------------------------------------------------------------------------ //
- // Based on: //
- // myPHPNUKE Web Portal System - http://myphpnuke.com/ //
- // PHP-NUKE Web Portal System - http://phpnuke.org/ //
- // Thatware - http://thatware.org/ //
// ------------------------------------------------------------------------- //
// This program is free software; you can redistribute it and/or modify //
--- 5,8 ----
***************
*** 118,124 ****
if ( $fullcount < 1 ) {
if ( $ccount == 1 ) {
! $morelink .= '"><b>'._NW_READMORE.'</b></a> | $morelink2">'._NW_ONECOMMENT.'</a>';
} else {
! $morelink .= '"><b>'._NW_READMORE.'</b></a> | $morelink2">';
$morelink .= sprintf(_NW_NUMCOMMENTS, $ccount);
$morelink .= '</a>';
--- 113,119 ----
if ( $fullcount < 1 ) {
if ( $ccount == 1 ) {
! $morelink .= '">'._NW_READMORE.'</a> | '.$morelink2.'">'._NW_ONECOMMENT.'</a>';
} else {
! $morelink .= '">'._NW_READMORE.'</a> | '.$morelink2.'">';
$morelink .= sprintf(_NW_NUMCOMMENTS, $ccount);
$morelink .= '</a>';
|