[Netpass-devel] NetPass/www/htdocs/Admin/reports byclient.mhtml,1.3,1.4
Brought to you by:
jeffmurphy
From: jeff m. <jef...@us...> - 2005-08-03 18:02:31
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30214/www/htdocs/Admin/reports Modified Files: byclient.mhtml Log Message: remove binlog rotate cron, mysqlcluster doesnt need it. bug fix in byclient Index: byclient.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/reports/byclient.mhtml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- byclient.mhtml 12 Apr 2005 19:52:18 -0000 1.3 +++ byclient.mhtml 3 Aug 2005 18:02:21 -0000 1.4 @@ -39,7 +39,7 @@ if ($#macs > -1) { # lookup IPs - my $ri = $np->db->{'dbh'}->getRegisterInfo(-macs => \@macs); + my $ri = $np->db->getRegisterInfo(-macs => \@macs); printMacInfo($ri); @@ -130,7 +130,7 @@ my $mac = shift; my $neis = shift; - my $ri = $np->db->{'dbh'}->getRegisterInfo(-macs => $neis); + my $ri = $np->db->getRegisterInfo(-macs => $neis); my @rows = (); my @rl = ('even', 'odd'); |