]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
more debugging crap
authorEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 17:22:05 +0000 (13:22 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 29 May 2008 17:22:05 +0000 (13:22 -0400)
darcs-hash:20080529172205-84dde-7f4fe045ae9bd93b501087a96dea61914f6eb05f.gz

lib/util.php

index 7a0d5d11f11d3eb8e7ea208eb95e8a673f347b9e..abd8a862557bf4a6051c6e41cbb708d9847bcd4e 100644 (file)
@@ -352,6 +352,7 @@ function common_canonical_email($email) {
 function common_render_content($text, $notice=NULL) {
        $r = htmlspecialchars($text);
        if ($notice) {
+               print('Got a notice, checking for atlinks.');
                $id = $notice->profile_id;
                $r = preg_replace('/\b@([\w-]+)\b/e', "ATLINK*** \\1 ***", $r);
        }