diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-29 23:18:58 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-08-29 23:18:58 +0000 |
commit | bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8 (patch) | |
tree | 081416573ee4257e323b1f7aa94b1d6d497716a4 | |
parent | 2765d143c03bb4b811f09a83fcff41a9e9ec53ac (diff) | |
download | brdo-bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8.tar.gz brdo-bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8.tar.bz2 |
#147657 follow up patch by drewish and bdragon: fixed coding style and a notice
-rw-r--r-- | modules/menu/menu.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.module b/modules/menu/menu.module index c97bbeea7..8a8b52167 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -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(). |