#147657 follow up patch by drewish and bdragon: fixed coding style and a notice
parent
2765d143c0
commit
bd380ed915
|
@ -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().
|
||||
|
|
Loading…
Reference in New Issue