From 22841e15666a6678517cf7a1f8f8791dcd37e1a6 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 8 Nov 2012 19:07:19 -0800 Subject: start implementing zot-id --- include/text.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/text.php') diff --git a/include/text.php b/include/text.php index 0d92c6875..dcd3ad07f 100644 --- a/include/text.php +++ b/include/text.php @@ -230,7 +230,7 @@ function paginate(&$a) { $o = ''; $stripped = preg_replace('/(&page=[0-9]*)/','',$a->query_string); -// $stripped = preg_replace('/&zrl=(.*?)([\?&]|$)/ism','',$stripped); +// $stripped = preg_replace('/&zid=(.*?)([\?&]|$)/ism','',$stripped); $stripped = str_replace('q=','',$stripped); $stripped = trim($stripped,'/'); @@ -588,7 +588,7 @@ function micropro($contact, $redirect = false, $class = '', $textmode = false) { $sparkle = ' sparkle'; } else - $url = zrl($url); + $url = zid($url); } $click = ((x($contact,'click')) ? ' onclick="' . $contact['click'] . '" ' : ''); if($click) -- cgit v1.2.3