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 / messages [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 24 Jul 2002 21:20:56 | postnuke_official/html/modules/messages | replypmsg.php,1.38.2.1,1.38.2.2 | Chris Dudley |
| uploading diffs from multi-lang checking by Andreas | |||
Update of /home/cvsroot/postnuke_official/html/modules/messages
In directory ns7.hostnuke.net:/tmp/cvs-serv12207/messages
Modified Files:
Tag: PostNuke_71
replypmsg.php
Log Message:
uploading diffs from multi-lang checking by Andreas
Index: replypmsg.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/messages/Attic/replypmsg.php,v
retrieving revision 1.38.2.1
retrieving revision 1.38.2.2
diff -C2 -d -r1.38.2.1 -r1.38.2.2
*** replypmsg.php 17 May 2002 15:06:09 -0000 1.38.2.1
--- replypmsg.php 24 Jul 2002 21:20:54 -0000 1.38.2.2
***************
*** 49,52 ****
--- 49,58 ----
$smilies = 1;
+ // use of HTML: 0 = off / 1 = on
+ $allow_html = 0;
+
+ // use of BBCode: 0 = off / 1 = on
+ $allow_bbcode = 1;
+
list($dbconn) = pnDBGetConn();
$pntable = pnDBGetTables();
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 |