- included strings.php before config.php to avoid warning (see Bug #130107 )
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jan 2001 23:36:58 +0000 (23:36 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jan 2001 23:36:58 +0000 (23:36 +0000)
- added $Id:$ tag

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@973 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/strings.php

index 8903155f73f68e98e331b9d8d2b5e1a64b5e3b79..83267a6cd8d76fedfbfa8ce960dd3d913d026e4f 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+   
+   /* $Id$ */
 
    $strings_php = true;
 
    }
 
    /* SquirrelMail version number -- DO NOT CHANGE */
-   $version = "1.0pre3 [cvs]";
+   var $version = "1.0pre3 [cvs]";
 
 
    function find_mailbox_name ($mailbox) {