Skip to content

Commit

Permalink
comment out fix_content for now, no longer needed, maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Gay committed Jul 26, 2013
1 parent 6466ab9 commit ec5f88f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions admin/fix_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
/****************************************************************/
// $Id$

///////////////////
// This file is no longer in use
///////////////////
define('AT_INCLUDE_PATH', '../include/');

require(AT_INCLUDE_PATH.'vitals.inc.php');
Expand Down
4 changes: 2 additions & 2 deletions include/lib/menu_pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@
$_pages['admin/config_edit.php']['guide'] = 'admin/?p=system_preferences.php';
$_pages['admin/config_edit.php']['children'] = array_merge((array) $_pages['admin/config_edit.php']['children'], array('admin/error_logging.php','mods/_standard/social/index_admin.php'));
}
$_pages['admin/fix_content.php']['title_var'] = 'fix_content_ordering';
$_pages['admin/fix_content.php']['parent'] = 'admin/index.php';
//$_pages['admin/fix_content.php']['title_var'] = 'fix_content_ordering';
//$_pages['admin/fix_content.php']['parent'] = 'admin/index.php';

$_pages['admin/error_logging.php']['title_var'] = 'error_logging';
$_pages['admin/error_logging.php']['parent'] = 'admin/config_edit.php';
Expand Down

0 comments on commit ec5f88f

Please sign in to comment.