start fixing all the item queries

This commit is contained in:
friendica
2012-10-07 18:44:06 -07:00
parent c612253627
commit a56c0425e6
5 changed files with 45 additions and 50 deletions

View File

@@ -221,7 +221,7 @@ function profile_content(&$a, $update = 0) {
}
if(count($r)) {
if($r && count($r)) {
$parents_str = ids_to_querystr($r,'item_id');