query($sqlQuery); $cr_id_order_list_temp = array(); if (DB::isError($res)) reportDie ("$PHP_SELF: '$sqlQuery'" . $res->getMessage()); while ($row = $res->fetch_assoc()): $cr_id_order_list_temp[] = array( $row["cr_id"], $row["cr_sid"], $row["cr_eid"], $row["mt_value"], $row["cr_locationzipcode"], $row["cr_availabletime"], $row["crvh_filter"], $row["cr_occupied"], ); endwhile; $res->free(); endif; return $cr_id_order_list_temp; } ?>