diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-29 13:22:05 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-29 13:22:05 -0400 |
commit | 163e39646795a08b1fdaac83c696249178faa017 (patch) | |
tree | 66b924ab3662bf14aeb1b44049e3f999cce1e2f3 | |
parent | 56bf6371762a53e3db3cb10e66cc8ea6b9f02da3 (diff) |
more debugging crap
darcs-hash:20080529172205-84dde-7f4fe045ae9bd93b501087a96dea61914f6eb05f.gz
-rw-r--r-- | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 7a0d5d11f..abd8a8625 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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); } |