浏览代码

- included strings.php before config.php to avoid warning (see Bug #130107 )
- added $Id:$ tag

centaurix 24 年之前
父节点
当前提交
538e135372
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      functions/strings.php

+ 3 - 1
functions/strings.php

@@ -1,4 +1,6 @@
 <?php
+   
+   /* $Id$ */
 
    $strings_php = true;
 
@@ -194,7 +196,7 @@
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "1.0pre3 [cvs]";
+   var $version = "1.0pre3 [cvs]";
 
 
    function find_mailbox_name ($mailbox) {