Options framed (try 1)
[squirrelmail.git] / functions / strings.php
index c9a24e6add7760ce2a06045e6d7c5dd5b12067e2..ac71e9da1905e6f4aba3d4eb52033a0cb43a3f75 100644 (file)
       global $where, $what; // from searching
       global $color; // color theme
 
-      include '../functions/url_parser.php';
+      require_once('../functions/url_parser.php');
       
       $body_ary = explode("\n", $body);
       $PriorQuotes = 0;
 
    /* SquirrelMail version number -- DO NOT CHANGE */
    global $version;
-   $version = '1.2.0 [rc1]';
+   $version = '1.2.0 [cvs]';
 
 
    function find_mailbox_name ($mailbox) {
        return ereg_replace('(["\\])', '\\\\1', $str);
    }
 
-?>
+?>
\ No newline at end of file