From: ebullient Date: Sun, 29 Dec 2002 19:12:20 +0000 (+0000) Subject: forgot to re-enable after testing.. duh. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0567e4d5174903074d573ba9f3e9c8d59fbb693a;p=squirrelmail.git forgot to re-enable after testing.. duh. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4320 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/strings.php b/functions/strings.php index ffbc5707..8ad41dd7 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -22,8 +22,8 @@ $version = '1.3.3 [CVS-DEVEL]'; * SquirrelMail internal version number -- DO NOT CHANGE * $sm_internal_version = array (release, major, minor) */ -//global $SQM_INTERNAL_VERSION; -//$SQM_INTERNAL_VERSION = array(1,3,3); +global $SQM_INTERNAL_VERSION; +$SQM_INTERNAL_VERSION = array(1,3,3); /**