From c9e5c5695c7e138a83a5cbcdd63948da492e024a Mon Sep 17 00:00:00 2001 From: stekkel Date: Mon, 19 Aug 2002 08:33:05 +0000 Subject: [PATCH] missed a ) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3356 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/strings.php b/functions/strings.php index 4d31d57c..b3c83810 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -16,7 +16,7 @@ * SquirrelMail version number -- DO NOT CHANGE */ global $version; -$version = '1.3.1 [CVS-DEVEL])'; +$version = '1.3.1 [CVS-DEVEL]'; /** * Wraps text at $wrap characters -- 2.25.1