#147657 follow up patch by drewish and bdragon: fixed coding style and a notice

6.x
Gábor Hojtsy 2007-08-29 23:18:58 +00:00
parent 2765d143c0
commit bd380ed915
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
* Maximum length of menu name as entered by the user. Database length is 32
* and we add a menu- prefix.
*/
define (MENU_MAX_MENU_NAME_LENGTH_UI, 27);
define('MENU_MAX_MENU_NAME_LENGTH_UI', 27);
/**
* Implementation of hook_help().