Remove use of deprecated /e modifier in preg_replace.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 May 2013 12:16:58 +0000 (12:16 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 May 2013 12:16:58 +0000 (12:16 +0000)
commit6c4e2e9b8fdeac2405d55a7cc00f580f0b6c87c3
tree580df5efd43eddd6503296b340685503da9c02d7
parent68e2651025f91ccd3671c150a3ed15fc146959d3
Remove use of deprecated /e modifier in preg_replace.

This modifier starts generating Deprecated notices from PHP 5.5.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14360 7612ce4b-ef26-0410-bec9-ea0150e637f0
17 files changed:
functions/decode/iso_8859_1.php
functions/decode/us_ascii.php
functions/decode/utf_8.php
functions/encode/cp1251.php
functions/encode/cp1255.php
functions/encode/cp1256.php
functions/encode/iso_8859_1.php
functions/encode/iso_8859_15.php
functions/encode/iso_8859_2.php
functions/encode/iso_8859_7.php
functions/encode/iso_8859_9.php
functions/encode/koi8_r.php
functions/encode/koi8_u.php
functions/encode/tis_620.php
functions/encode/us_ascii.php
functions/encode/utf_8.php
functions/mime.php