Issue #1987822 by vijaycs85, jrglasgow, tim.plunkett: Convert system_date_time_lookup() to a new style controller.

8.0.x
Dries 2013-06-21 10:50:35 -04:00
parent 7fd83fe98a
commit 81b2685cb6
1 changed files with 0 additions and 7 deletions

View File

@ -889,13 +889,6 @@ function system_menu() {
'description' => 'Allow users to delete a configured date format.',
'route_name' => 'date_format_delete',
);
$items['admin/config/regional/date-time/formats/lookup'] = array(
'title' => 'Date and time lookup',
'page callback' => 'system_date_time_lookup',
'access arguments' => array('administer site configuration'),
'type' => MENU_CALLBACK,
'file' => 'system.admin.inc',
);
// Search settings.
$items['admin/config/search'] = array(