remove whitespace
pull/3934/head
Adam Magness 2017-11-23 20:59:00 -05:00
rodzic 130e02ddef
commit 9df0457340
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -501,7 +501,6 @@ class Contact extends BaseObject
AND `pending` = 0
LIMIT %d, %d", intval($uid), intval($uid), intval($start), intval($count)
);
return $r;
}