Changeset 943 for temp/test-xoops.ec-cube.net
- Timestamp:
- 2006/12/22 10:07:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php
r942 r943 41 41 echo "<form action='post.php' method='post' name='forumform' id='forumform' onsubmit='return xoopsValidate(\"subject\", \"message\", \"contents_submit\", \"".htmlspecialchars(_PLZCOMPLETE, ENT_QUOTES)."\", \"".htmlspecialchars(_MESSAGETOOLONG, ENT_QUOTES)."\", \"".htmlspecialchars(_ALLOWEDCHAR, ENT_QUOTES)."\", \"".htmlspecialchars(_CURRCHAR, ENT_QUOTES)."\");'><table cellspacing='1' class='outer' width='100%'><tr><td class='head' width='25%' valign='top'>". _MD_ABOUTPOST .":</td>"; 42 42 echo $token->getHtml(); 43 echo "<input type='hidden' name='check ' value='1' />";43 echo "<input type='hidden' name='check_spam' value='1' />"; 44 44 45 45 if ( $forumdata['forum_type'] == 1 ) {
Note: See TracChangeset
for help on using the changeset viewer.
