From bd380ed9158aa036a5ef75eb1c43da3cd2ccd7a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 29 Aug 2007 23:18:58 +0000 Subject: #147657 follow up patch by drewish and bdragon: fixed coding style and a notice --- modules/menu/menu.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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(). -- cgit v1.2.3