Changes between Initial Version and Version 1 of Ticket #875
- Timestamp:
- Jun 26, 2007, 7:30:14 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #875
- Property Reporter changed from Martin Kou to guitarking117@…
-
Ticket #875 – Description
initial v1 33 33 That way, we can detect that that field was editing using the FCKeditor by 34 34 35 testing for isset($_POST['body___Config']) and setting the y/n flag 35 testing for 36 {{{ 37 isset($_POST['body___Config']) 38 }}} 39 and setting the y/n flag 36 40 accordingly. 37 41