diff options
author | redmatrix <git@macgirvin.com> | 2016-07-14 19:43:47 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-14 19:43:47 -0700 |
commit | f3eb9af046b155c53a194db6104a24b6d6756072 (patch) | |
tree | 06c27921afd89a0bae18553bb069898b30517705 /include/text.php | |
parent | e6c861480138ba871907ed6994d0fb840fd0e77f (diff) | |
download | volse-hubzilla-f3eb9af046b155c53a194db6104a24b6d6756072.tar.gz volse-hubzilla-f3eb9af046b155c53a194db6104a24b6d6756072.tar.bz2 volse-hubzilla-f3eb9af046b155c53a194db6104a24b6d6756072.zip |
more ZAT work
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 986e3b56c..0b4f039af 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 |