From 28b11f3567deff72dff943af67ab963b98262eda Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 8 Feb 2013 18:28:39 -0800 Subject: debug rmagic --- mod/magic.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/magic.php') diff --git a/mod/magic.php b/mod/magic.php index 72fbe6dba..ba9e69a49 100644 --- a/mod/magic.php +++ b/mod/magic.php @@ -27,10 +27,12 @@ function magic_init(&$a) { $b = explode('/',$dest); if(count($b) >= 2) $u = $b[0] . '//' . $b[2]; + $x = q("select xchan.xchan_url, hubloc.* from xchan left join hubloc on xchan_hash = hubloc_hash where hubloc_url = '%s' limit 1", dbesc($u) ); + } -- cgit v1.2.3