diff options
author | Thomas Willingham <founder@kakste.com> | 2012-12-28 02:07:20 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2012-12-28 02:07:20 +0000 |
commit | 2fb831637c32419b93ebedb13d3900eca2b530f7 (patch) | |
tree | 62cc60737388a474cf5bf065f65738e11dcf3f5a /include/dir_fns.php | |
parent | 13b4ca2d4fd9febd76f54058de53b25a8e725720 (diff) | |
parent | 55e77a57d0ea20844b481ff9b194bdf424857c5e (diff) | |
download | volse-hubzilla-2fb831637c32419b93ebedb13d3900eca2b530f7.tar.gz volse-hubzilla-2fb831637c32419b93ebedb13d3900eca2b530f7.tar.bz2 volse-hubzilla-2fb831637c32419b93ebedb13d3900eca2b530f7.zip |
Merge remote-tracking branch 'upstream/master'
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) - ); } } |