Browse Source

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

centaurix 24 năm trước cách đây
mục cha
commit
538e135372
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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) {