Browse Source

removing dumper

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Mason James 17 years ago
committed by Joshua Ferraro
parent
commit
59f2f638f5
  1. 3
      C4/Context.pm

3
C4/Context.pm

@ -17,7 +17,6 @@ package C4::Context;
# Suite 330, Boston, MA 02111-1307 USA
use strict;
use Data::Dumper;
BEGIN {
if ($ENV{'HTTP_USER_AGENT'}) {
@ -574,6 +573,8 @@ sub _new_Zconn {
# returns it.
sub _new_dbh
{
### $context
##correct name for db_schme
my $db_driver;
if ($context->config("db_scheme")){

Loading…
Cancel
Save