moved php end tag from comment

This commit is contained in:
skodak 2006-04-23 11:37:57 +00:00
parent 904ee206f1
commit 6550339d39

View File

@ -165,7 +165,7 @@ $limitfieldlist = trim($limitfieldlist, ",");
</td>
</tr>
<?php if ($form->limitanswers == 0) { //lock the limit fields if limit isn't used. ?>
<?php if ($form->limitanswers == 0) { ?> //lock the limit fields if limit isn't used.
<script type="text/javascript">
lockoptions('form','limitanswers', limititems);
</script>