Suppress all output

This commit is contained in:
Rodolphe Quiedeville 2006-03-29 08:36:06 +00:00
parent 9b99a5955e
commit 630302ba2b

View File

@ -97,7 +97,8 @@ else
$month = substr("00".$month, -2) ;
print "Analyse $month/$year\n";
if ($verbose > 0)
print "Analyse $month/$year\n";
$sql = "SELECT cd.fk_fournisseur, sum(cd.fourn_montant), sum(cd.cout_vente)";
$sql .= " FROM ".MAIN_DB_PREFIX."telephonie_facture as tf";