@@ -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);
@@ -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) {