summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-29 23:18:58 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-29 23:18:58 +0000
commitbd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8 (patch)
tree081416573ee4257e323b1f7aa94b1d6d497716a4 /modules
parent2765d143c03bb4b811f09a83fcff41a9e9ec53ac (diff)
downloadbrdo-bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8.tar.gz
brdo-bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8.tar.bz2
#147657 follow up patch by drewish and bdragon: fixed coding style and a notice
Diffstat (limited to 'modules')
-rw-r--r--modules/menu/menu.module2
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().