aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-07-14 19:43:47 -0700
committerredmatrix <git@macgirvin.com>2016-07-14 19:43:47 -0700
commitf3eb9af046b155c53a194db6104a24b6d6756072 (patch)
tree06c27921afd89a0bae18553bb069898b30517705 /include/text.php
parente6c861480138ba871907ed6994d0fb840fd0e77f (diff)
downloadvolse-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.php4
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