diff options
author | friendica <info@friendica.com> | 2012-12-27 14:36:06 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-27 14:36:06 -0800 |
commit | 55e77a57d0ea20844b481ff9b194bdf424857c5e (patch) | |
tree | aa82f017c79e8cf686d7f8b98f8fae431c3abfee /include/dir_fns.php | |
parent | efdcf7ad1662302af48086d3467445e1874e33a9 (diff) | |
download | volse-hubzilla-55e77a57d0ea20844b481ff9b194bdf424857c5e.tar.gz volse-hubzilla-55e77a57d0ea20844b481ff9b194bdf424857c5e.tar.bz2 volse-hubzilla-55e77a57d0ea20844b481ff9b194bdf424857c5e.zip |
get rid of xtag
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r-- | include/dir_fns.php | 3 |
1 files changed, 0 insertions, 3 deletions
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) - ); } } |