Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / ns-comments [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
25 Jul 2002 11:17:53 | postnuke_official/html/modules/ns-comments | index.php,1.75.2.16,1.75.2.17 | Chris Dudley |
fix to sf bug 563619 |
Update of /home/cvsroot/postnuke_official/html/modules/ns-comments In directory ns7.hostnuke.net:/tmp/cvs-serv1745 Modified Files: Tag: PostNuke_71 index.php Log Message: fix to sf bug 563619 Index: index.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/ns-comments/Attic/index.php,v retrieving revision 1.75.2.16 retrieving revision 1.75.2.17 diff -C2 -d -r1.75.2.16 -r1.75.2.17 *** index.php 24 Jul 2002 21:19:23 -0000 1.75.2.16 --- index.php 25 Jul 2002 11:17:51 -0000 1.75.2.17 *************** *** 827,832 **** echo "<font class=\"pn-title\">"._SUBJECT.":</font><br>"; ! if (strpos("Re:",$subject) === false) { ! $subject = "Re: ".substr($subject,0,81).""; } --- 827,832 ---- echo "<font class=\"pn-title\">"._SUBJECT.":</font><br>"; ! if (!stristr($subject, 'Re:')) { ! $subject = 'Re: '.$subject; }
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |