get rid of xtag
This commit is contained in:
@@ -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)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user