ispman/bin ispman.database,1.2,1.3
Joerg Delker <[email protected]> Tue, 30 Dec 2008 12:59:51 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/bin
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv23527/bin
Modified Files:
ispman.database
Log Message:
removed debug
Index: ispman.database
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.database,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ispman.database 30 Dec 2008 10:29:40 -0000 1.2
+++ ispman.database 30 Dec 2008 12:59:49 -0000 1.3
@@ -92,7 +92,7 @@
foreach (reverse @fields) {
$dbhash->{$_}=pop @dbdata;
}
-print Dumper($dbhash);
+
# add database
($ispman->add_database($opts{'d'},$dbhash))?exit 0:exit 1;
}
------------------------------------------------------------------------------