From 55e77a57d0ea20844b481ff9b194bdf424857c5e Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 27 Dec 2012 14:36:06 -0800 Subject: get rid of xtag --- include/dir_fns.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/dir_fns.php') diff --git a/include/dir_fns.php b/include/dir_fns.php index 2ed9b0280..2c2694782 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -46,9 +46,6 @@ function syncdirs($uid) { $r = q("delete from xprof where xprof_hash = '%s' limit 1", dbesc($hash) ); - $r = q("delete from xtag where xtag_hash = '%s'", - dbesc($hash) - ); } } -- cgit v1.2.3