get rid of xtag

This commit is contained in:
friendica
2012-12-27 14:36:06 -08:00
parent efdcf7ad16
commit 55e77a57d0
2 changed files with 14 additions and 100 deletions

View File

@@ -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)
);
}
}