This commit is contained in:
Rodolphe Quiedeville 2006-02-08 09:04:42 +00:00
parent 76f708e8ea
commit c129b77283

View File

@ -52,8 +52,10 @@ if ( $re2sql )
if ( $resqlm ) if ( $resqlm )
{ {
$rowm = $db->fetch_row($resqlm); $rowm = $db->fetch_row($resqlm);
if ($rowm[0] > '1970-01-01')
print $row[0]." ".strftime("%d/%m/%Y",$rowm[0])."\n"; {
print $row[0]." ".strftime("%d/%m/%Y",$rowm[0])."\n";
}
} }
$j++; $j++;
} }