Explorar o código

forgot to re-enable after testing.. duh.

Erin Schnabel %!s(int64=22) %!d(string=hai) anos
pai
achega
2fe515893c
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      functions/strings.php

+ 2 - 2
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);
 
 
 /**