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] |
| 11 Aug 2002 10:48:03 | postnuke_official/html/modules/ns-comments | index.php,1.75.2.18,1.75.2.19 | Hinrich Donner |
| fix #592825 | |||
Update of /home/cvsroot/postnuke_official/html/modules/ns-comments
In directory ns7.hostnuke.net:/tmp/cvs-serv9354/html/modules/ns-comments
Modified Files:
Tag: PostNuke_71
index.php
Log Message:
fix #592825
Index: index.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/ns-comments/Attic/index.php,v
retrieving revision 1.75.2.18
retrieving revision 1.75.2.19
diff -C2 -d -r1.75.2.18 -r1.75.2.19
*** index.php 29 Jul 2002 16:01:43 -0000 1.75.2.18
--- index.php 11 Aug 2002 10:48:01 -0000 1.75.2.19
***************
*** 906,910 ****
exit;
}
! echo "<font class=\"pn-title\">".pnVarPrepForDisplay(pnVarCensor($subject))."</font>";
echo "<br><font class=\"pn-normal\">"._BY." ";
if (pnUserLoggedIn() && !$xanonpost) {
--- 906,911 ----
exit;
}
! $subject = pnVarCensor($subject);
! echo "<font class=\"pn-title\">".pnVarPrepForDisplay($subject)."</font>";
echo "<br><font class=\"pn-normal\">"._BY." ";
if (pnUserLoggedIn() && !$xanonpost) {
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 |