kopia lustrzana https://github.com/friendica/friendica
Merge pull request #611 from fermionic/20130209-cant-select-individual-contacts
don't change to string in prune_deadguys()pull/616/head
commit
8f2087a198
|
@ -239,7 +239,7 @@ function prune_deadguys($arr) {
|
|||
if($r) {
|
||||
$ret = array();
|
||||
foreach($r as $rr)
|
||||
$ret[] = $rr['id'];
|
||||
$ret[] = intval($rr['id']);
|
||||
return $ret;
|
||||
}
|
||||
return array();
|
||||
|
|
Ładowanie…
Reference in New Issue