query("select `DESC`, `OPIS` from `CRM_LISTA_ZASOBOW` where `PARENT_ID`='4037' order by SORT_PRIO ");// 4037 KOMORKA P_OFFER_TARGET while ($r = $db->fetch($res)) { $targets[$r->DESC] = $r->OPIS; } if ('get_all_params' == V::get('task', '', $params)) { return array('targets'=>$targets, 'colors'=>$colors); } echo ''; }