Project

General

Profile

« Previous | Next » 

Revision 1582

Added by Dietmar over 12 years ago

  1. wysiwyg module, fix issues with magic_quote_gpc if on
  2. form module, fix regex for radio and checkbox (Tks to Ruud)
    ! form module, make show submission table scrollable

View differences:

view_submission.php
54 54
</tr>
55 55
<tr>
56 56
	<td><?php echo $TEXT['SUBMITTED']; ?>:</td>
57
	<td><?php echo gmdate(TIME_FORMAT.', '.DATE_FORMAT, $submission['submitted_when']+TIMEZONE); ?></td>
57
	<td><?php echo gmdate(DATE_FORMAT .', '.TIME_FORMAT, $submission['submitted_when']+TIMEZONE); ?></td>
58 58
</tr>
59 59
<tr>
60 60
	<td><?php echo $TEXT['USER']; ?>:</td>

Also available in: Unified diff