From ede2374afa6126f6b867738a99091c4407656387 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 7 Oct 2006 15:46:02 +0000 Subject: [PATCH] semicolon is not part of variable name git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11863 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_default.php b/config/config_default.php index 0d88d4a2..afd45d3c 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -716,7 +716,7 @@ $icon_theme_def = 3; /** * Listing of installed icon themes - * @global array $icon_themes; + * @global array $icon_themes * @since 1.5.2 */ $icon_themes[0]['PATH'] = 'none'; -- 2.25.1