uniformize code

This commit is contained in:
Philippe Grand 2011-06-13 11:48:31 +00:00
parent c3cbd7c24e
commit 490ca8b320

View File

@ -101,7 +101,7 @@ if ($resql)
if ($objp->socid) $soc->fetch($objp->socid);
$var=!$var;
print "<tr $bc[$var]>";
print '<tr '.$bc[$var].'>';
print '<td><a href="fiche.php?id='.$objp->rowid.'">'.img_object($langs->trans("ShowTrip"),"trip").' '.$objp->rowid.'</a></td>';
print '<td>'.$langs->trans($objp->type).'</td>';
print '<td>'.dol_print_date($db->jdate($objp->dd),'day').'</td>';