[Netpass-devel] NetPass/www/htdocs/Admin/reports bynet.mhtml,1.8,1.9
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-09-19 15:27:13
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13120/www/htdocs/Admin/reports Modified Files: bynet.mhtml Log Message: minor adjustments, 2.00 release Index: bynet.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/reports/bynet.mhtml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- bynet.mhtml 9 Sep 2005 12:32:11 -0000 1.8 +++ bynet.mhtml 19 Sep 2005 15:26:56 -0000 1.9 @@ -142,7 +142,7 @@ printf("\n\ntotal registered = $totalClients\n"); printf("total act in quar = $totalInQuar (%2.2f%%)\n", - 100*($totalInQuar/$totalClients)); + $totalClients ? 100*($totalInQuar/$totalClients) : 0 ); #print "printing took ", tv_interval($t0), "secs\n"; |