From 9e0d6b0aded83550c1723746dc9a09f92fe22cb5 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 6 Aug 2001 13:39:48 +0000 Subject: [PATCH] rc1 -> cvs (for consistancy [did I spell that right?]) Added extra backslashes because of string encoding blah blah blah. :-) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1473 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- functions/strings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/mime.php b/functions/mime.php index 54ab1a1c..a9c22b7a 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -729,7 +729,7 @@ global $default_charset; // Encode only if the string contains 8-bit characters or =? - if (ereg("([\200-\377]|=\\?)", $string)) { + if (ereg("([\\200-\\377]|=\\?)", $string)) { // First the special characters $string = str_replace("=", "=3D", $string); diff --git a/functions/strings.php b/functions/strings.php index c9a24e6a..dcef5bd0 100644 --- a/functions/strings.php +++ b/functions/strings.php @@ -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) { -- 2.25.1