From da271ac9d8b5df0e2ec32f26f2f7f356f57373a3 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 29 Jun 2007 23:38:35 +0000 Subject: [PATCH] Fix syntax error git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12496 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- include/languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/languages.php b/include/languages.php index a42ded2f..7ecea5b1 100644 --- a/include/languages.php +++ b/include/languages.php @@ -89,7 +89,7 @@ function sq_change_text_domain($domain_name, $directory='') { function sq_bindtextdomain($domain,$dir='') { global $l10n, $gettext_flags, $sm_notAlias; - if (empty($dir)) $dir = SM_PATH . 'locale/' + if (empty($dir)) $dir = SM_PATH . 'locale/'; if ($gettext_flags==7) { // gettext extension without ngettext -- 2.25.1