]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
bad regex again
authorEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 18:16:23 +0000 (14:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 18:16:23 +0000 (14:16 -0400)
darcs-hash:20080529181623-84dde-90c4ce5306cdc9df2696064184aec122083519c8.gz

lib/util.php

index 83717c66eeb1f785bfa3afab742a7821d3cd7298..8819022778398a70f81095f76ec4c769e3d30dd0 100644 (file)
@@ -355,7 +355,7 @@ function common_render_content($text, $notice) {
        $r = htmlspecialchars($text);
        $id = $notice->profile_id;
        $r = preg_replace('/(^|\s)@([\w-]+)($|\s)/e', "'\\1@'.common_at_link($id, '\\2').'\\3'", $r);
-       $r = preg_replace('q'.URL_REGEX.'q', '<a href="\\0" class="extlink">\\0</a>', $r);
+#      $r = preg_replace('q'.URL_REGEX.'q', '<a href="\\0" class="extlink">\\0</a>', $r);
        # XXX: # tags
        # XXX: machine tags
        return $r;