Fix quote_imap, the ereg pattern wasn't always interpreted right
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 23 Mar 2004 10:39:24 +0000 (10:39 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 23 Mar 2004 10:39:24 +0000 (10:39 +0000)
commitab1df059d97dc80d52a7f932a7b431e558197844
treebf7c84ad7d134f52d76f61726ea3ed7dd478dd89
parentbb73170f4211cecafc88a6f6dc0c57aae5a9b1d7
Fix quote_imap, the ereg pattern wasn't always interpreted right
due to the escaping of backslashes. I've replaced it with the
faster preg_replace and used double quotes to lessen the escaping
confusion.

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