Changeset 18995 for trunk/picture.php
- Timestamp:
- Nov 11, 2012, 4:01:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/picture.php
r18760 r18995 350 350 'comment_id' => $_GET['comment_to_edit'], 351 351 'image_id' => $page['image_id'], 352 'content' => $_POST['content'] 352 'content' => $_POST['content'], 353 'website_url' => @$_POST['website_url'], 353 354 ), 354 355 $_POST['key'] … … 366 367 case 'reject': 367 368 $_SESSION['page_errors'][] = l10n('Your comment has NOT been registered because it did not pass the validation rules'); 368 $perform_redirect = true;369 369 break; 370 370 default: … … 378 378 unset($_POST['content']); 379 379 } 380 else 381 { 382 $edit_comment = $_GET['comment_to_edit']; 383 } 380 381 $edit_comment = $_GET['comment_to_edit']; 384 382 } 385 383 break;
Note: See TracChangeset
for help on using the changeset viewer.