Browse Source

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

centaurix 24 years ago
parent
commit
538e135372
1 changed files with 3 additions and 1 deletions
  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) {