diff options
author | friendica <info@friendica.com> | 2013-07-02 22:41:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-02 22:41:17 -0700 |
commit | fd74c5b2ce303ba7018b139c033c6f92ea134751 (patch) | |
tree | 2a22f8a3ba6785284ebf1293c6c1bd8a264e934e /include/zot.php | |
parent | 2ecd5a763228fce8f7ca2f379edd4fdd3fd3f44c (diff) | |
download | volse-hubzilla-fd74c5b2ce303ba7018b139c033c6f92ea134751.tar.gz volse-hubzilla-fd74c5b2ce303ba7018b139c033c6f92ea134751.tar.bz2 volse-hubzilla-fd74c5b2ce303ba7018b139c033c6f92ea134751.zip |
really, truly fix the age missing in directory bug
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 2e3b01149..f9b40c06f 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1312,7 +1312,6 @@ function import_directory_profile($hash,$profile) { $arr['xprof_keywords'] = implode(' ',$clean); - $r = q("select * from xprof where xprof_hash = '%s' limit 1", dbesc($hash) ); |