diff options
Diffstat (limited to 'perllib/Standard.pm')
-rw-r--r-- | perllib/Standard.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Standard.pm b/perllib/Standard.pm index 8dc497b19..000b16169 100644 --- a/perllib/Standard.pm +++ b/perllib/Standard.pm @@ -7,7 +7,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Standard.pm,v 1.1 2007-08-29 23:03:16 matthew Exp $ +# $Id: Standard.pm,v 1.2 2008-10-09 14:20:54 matthew Exp $ use strict; use warnings; @@ -37,6 +37,6 @@ sub import { Host => mySociety::Config::get('BCI_DB_HOST', undef), Port => mySociety::Config::get('BCI_DB_PORT', undef) ); - *main::dbh = \&dbh; + *main::dbh = \&dbh; } } |