Update code using new css class

This commit is contained in:
philippe grand 2017-04-07 13:56:41 +02:00
parent aa47575b13
commit d3719a01a2

View File

@ -435,10 +435,8 @@ while ($i < min($num, $limit))
$obj = $db->fetch_object($resql);
if ($obj)
{
$var = !$var;
// Show here line of result
print '<tr '.$bc[$var].'>';
print '<tr class="oddeven">';
// LIST_OF_TD_FIELDS_LIST
/*
if (! empty($arrayfields['t.field1']['checked']))