dummy atlinkin

darcs-hash:20080529172107-84dde-5c4fd44c49340e1ef478e1582776a0310365e479.gz
This commit is contained in:
Evan Prodromou 2008-05-29 13:21:07 -04:00
parent 0fde1097f3
commit 56bf637176
1 changed files with 1 additions and 2 deletions

View File

@ -353,7 +353,7 @@ function common_render_content($text, $notice=NULL) {
$r = htmlspecialchars($text);
if ($notice) {
$id = $notice->profile_id;
$r = preg_replace('/\b@([\w-]+)\b/e', "@common_at_link($id, '\\1')", $r);
$r = preg_replace('/\b@([\w-]+)\b/e', "ATLINK*** \\1 ***", $r);
}
# XXX: # tags
# XXX: machine tags
@ -361,7 +361,6 @@ function common_render_content($text, $notice=NULL) {
}
function common_at_link($sender_id, $nickname) {
print_r('atlink generator got called');
# Try to find profiles this profile is subscribed to that have this nickname
$recipient = new Profile();
# XXX: chokety and bad