aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-21 17:23:14 -0800
committerfriendica <info@friendica.com>2013-11-21 17:23:14 -0800
commit3e0ac769aad2ae15934c32eef2f4992bde73e178 (patch)
tree1b08f1cc0a06962e10896e1a71ea504ecaddefa2 /include/zot.php
parentbe8a7e2de6326ea9fb16bebbafeaeaf6fa52a767 (diff)
downloadvolse-hubzilla-3e0ac769aad2ae15934c32eef2f4992bde73e178.tar.gz
volse-hubzilla-3e0ac769aad2ae15934c32eef2f4992bde73e178.tar.bz2
volse-hubzilla-3e0ac769aad2ae15934c32eef2f4992bde73e178.zip
white screen
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 9906b7ec8..65f3b606f 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -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'])