aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-12-28 02:07:20 +0000
committerThomas Willingham <founder@kakste.com>2012-12-28 02:07:20 +0000
commit2fb831637c32419b93ebedb13d3900eca2b530f7 (patch)
tree62cc60737388a474cf5bf065f65738e11dcf3f5a /include/dir_fns.php
parent13b4ca2d4fd9febd76f54058de53b25a8e725720 (diff)
parent55e77a57d0ea20844b481ff9b194bdf424857c5e (diff)
downloadvolse-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.php3
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)
- );
}
}