From 0567e4d5174903074d573ba9f3e9c8d59fbb693a Mon Sep 17 00:00:00 2001 From: ebullient Date: Sun, 29 Dec 2002 19:12:20 +0000 Subject: [PATCH] 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 --- functions/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); /** -- 2.25.1