Changeset 1216
- Timestamp:
- 08/09/2008 09:02:09 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/handlers/edit/edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/handlers/edit/edit.php
r1197 r1216 112 112 } 113 113 114 if ( $_POST)114 if (isset($_POST['submit'])) 115 115 { 116 116 // Retrieve draft version … … 139 139 140 140 // we don't need to escape here, we do that just before display (i.e., treat note just like body!) 141 $note = trim($_POST['note']); 142 141 142 if (isset($POST_['note'])) 143 { 144 $note = trim($_POST['note']); 145 } 143 146 144 147 // Save and continue