Changeset 941


Ignore:
Timestamp:
2006/12/22 10:03:57 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/newbb/include/forumform.inc.php

    r938 r941  
    103103if ( !empty($isreply) && isset($hidden) && $hidden != "" ) { 
    104104    echo "<input type='hidden' name='isreply' value='1' />"; 
     105    echo "<input type='hidden' name='check' value='1' />"; 
    105106    echo "<input type='hidden' name='hidden' id='hidden' value='$hidden' /> 
    106107    <input type='button' name='quote' class='formButton' value='"._MD_QUOTE."' onclick='xoopsGetElementById(\"message\").value=xoopsGetElementById(\"message\").value + xoopsGetElementById(\"hidden\").value; xoopsGetElementById(\"hidden\").value=\"\";' /><br />"; 
Note: See TracChangeset for help on using the changeset viewer.