Project

General

Profile

« Previous | Next » 

Revision 1457

Added by Dietmar almost 13 years ago

Preparing 2.8.2 stable, last tests

View differences:

move_down.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

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

  
31 30
// Include the ordering class
......
41 40

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

  
45
?>
46 43

  

Also available in: Unified diff