diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-07-16 21:04:04 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-07-16 21:04:04 -0400 |
commit | 99354ac57622002c0bbd820235d03321406f8d39 (patch) | |
tree | f8ad698a1c901f757dfc4354721846c8be82ab7e /include/text.php | |
parent | e7b853175154688d60d83ca5935650d1128973c6 (diff) | |
parent | f396b1bf735a7dc9eb3632e49c1269de54777c6d (diff) | |
download | volse-hubzilla-99354ac57622002c0bbd820235d03321406f8d39.tar.gz volse-hubzilla-99354ac57622002c0bbd820235d03321406f8d39.tar.bz2 volse-hubzilla-99354ac57622002c0bbd820235d03321406f8d39.zip |
Merge remote-tracking branch 'upstream/dev' into website-import-remote
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 3b285cfca..ea29babd8 100644 --- a/include/text.php +++ b/include/text.php @@ -774,6 +774,10 @@ function strip_zids($s) { return preg_replace('/[\?&]zid=(.*?)(&|$)/ism','$2',$s); } +function strip_zats($s) { + return preg_replace('/[\?&]zat=(.*?)(&|$)/ism','$2',$s); +} + // quick and dirty quoted_printable encoding |