Mercurial > defr > drupal > core
diff modules/locale/locale.module @ 7:fff6d4c8c043 6.3
Drupal 6.3
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:30:28 +0100 |
parents | 2427550111ae |
children | 589fb7c02327 |
line wrap: on
line diff
--- a/modules/locale/locale.module Tue Dec 23 14:30:08 2008 +0100 +++ b/modules/locale/locale.module Tue Dec 23 14:30:28 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: locale.module,v 1.212.2.1 2008/04/09 21:11:48 goba Exp $ +// $Id: locale.module,v 1.212.2.2 2008/07/09 21:48:28 goba Exp $ /** * @file @@ -173,7 +173,7 @@ $items['admin/build/translate/delete/%'] = array( 'title' => 'Delete string', 'page callback' => 'locale_inc_callback', - 'page arguments' => array('locale_translate_delete', 4), // directly deletes, no confirmation + 'page arguments' => array('locale_translate_delete_page', 4), 'access arguments' => array('translate interface'), 'type' => MENU_CALLBACK, );