Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

delete_submission.php
11 11
 * @platform        WebsiteBaker 2.8.x
12 12
 * @requirements    PHP 5.2.2 and higher
13 13
 * @version         $Id$
14
 * @filesource		$HeadURL:  $
15
 * @lastmodified    $Date:  $
14
 * @filesource		$HeadURL$
15
 * @lastmodified    $Date$
16 16
 * @description     
17 17
 */
18 18

  
......
26 26
$submission_id = $admin->checkIDKEY('submission_id', false, 'GET');
27 27
if (!$submission_id) {
28 28
 $admin->print_error($MESSAGE['GENERIC_SECURITY_ACCESS'], ADMIN_URL.'/pages/modify.php?page_id='.$page_id);
29
 exit();
30 29
}
31 30

  
32 31
// Delete row
......
41 40

  
42 41
// Print admin footer
43 42
$admin->print_footer();
44

  
45
?>
46 43

  

Also available in: Unified diff