white screen

This commit is contained in:
friendica
2013-11-21 17:23:14 -08:00
parent be8a7e2de6
commit 3e0ac769aa
3 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -626,7 +626,7 @@ function import_xchan($arr,$ud_flags = 1) {
}
// Remove pure duplicates
if($count($r) > 1) {
if(count($r) > 1) {
for($h = 1; $h < count($r); $h ++) {
q("delete from hubloc where hubloc_id = %d limit 1",
intval($r[$h]['hubloc_id'])