Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1914 → Rev 1915

/trunk/jrest/services/InventoryObservationList.php
78,7 → 78,7
return;
}
 
$obs = array_filter(array_map('intval', explode(',', $uid[1])));
$obs = array_filter(explode(',', $uid[1]), 'is_numeric');
if(count($obs) == 0) {
return;
}