X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fstrings.php;h=ac71e9da1905e6f4aba3d4eb52033a0cb43a3f75;hb=a1e1aff36ae3c48b85cfecf7dc5db82d96d6143f;hp=c9a24e6add7760ce2a06045e6d7c5dd5b12067e2;hpb=6a3509e622cca992fc72a7531d7dfed775db60e5;p=squirrelmail.git diff --git a/functions/strings.php b/functions/strings.php index c9a24e6a..ac71e9da 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -172,7 +172,7 @@ 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; @@ -222,7 +222,7 @@ /* SquirrelMail version number -- DO NOT CHANGE */ global $version; - $version = '1.2.0 [rc1]'; + $version = '1.2.0 [cvs]'; function find_mailbox_name ($mailbox) { @@ -515,4 +515,4 @@ return ereg_replace('(["\\])', '\\\\1', $str); } -?> +?> \ No newline at end of file