$customoid_descr
$customoid_current | $customoid_limit_low <> $customoid_limit
";
echo "";
$graph_array['id'] = $customoid['customoid_id'];
$graph_array['title'] = $customoid['customoid_descr'];
$graph_array['type'] = 'customoid';
include 'includes/html/print-graphrow.inc.php';
echo '
';
$row++;
}