OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-registry Date: 02-Aug-2006 23:27:53 Branch: HEAD Handle: 2006080222275300 Modified files: openpkg-registry registry-ui.pl Log: suppress DBI NOTICE messages printed to STDERR (seen with DBD::Pg) Summary: Revision Changes Path 1.84 +2 -0 openpkg-registry/registry-ui.pl ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-registry/registry-ui.pl ============================================================================ $ cvs diff -u -r1.83 -r1.84 registry-ui.pl --- openpkg-registry/registry-ui.pl 2 Aug 2006 21:23:23 -0000 1.83 +++ openpkg-registry/registry-ui.pl 2 Aug 2006 21:27:53 -0000 1.84 @@ -242,6 +242,7 @@ $cfg->{db}->{$db}->{password}, { PrintError => 0, + PrintWarn => 0, RaiseError => 0, AutoCommit => 0 } @@ -252,6 +253,7 @@ "DBI:SQLite:dbname=".$cfg->{db}->{session}->{dbfile}, "", "", { PrintError => 0, + PrintWarn => 0, RaiseError => 0, AutoCommit => 1 } @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org