really, truly fix the age missing in directory bug

This commit is contained in:
friendica
2013-07-02 22:41:17 -07:00
parent 2ecd5a7632
commit fd74c5b2ce
2 changed files with 4 additions and 2 deletions

View File

@@ -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)
);