[vhffs-dev] [382] Forgot to put one or two 'my' |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 382
Author: beuss
Date: 2006-12-22 06:59:36 +0000 (Fri, 22 Dec 2006)
Log Message:
-----------
Forgot to put one or two 'my'
Modified Paths:
--------------
branches/vhffs_4.1/vhffs-api/src/Vhffs/Main.pm
Modified: branches/vhffs_4.1/vhffs-api/src/Vhffs/Main.pm
===================================================================
--- branches/vhffs_4.1/vhffs-api/src/Vhffs/Main.pm 2006-12-21 07:39:52 UTC (rev 381)
+++ branches/vhffs_4.1/vhffs-api/src/Vhffs/Main.pm 2006-12-22 06:59:36 UTC (rev 382)
@@ -118,9 +118,9 @@
sub reconnect {
my $self = shift;
- $db_config = $self->{config}->get_database();
+ my $db_config = $self->{config}->get_database();
- $dbh = Vhffs::Functions::db_connect $db_config;
+ my $dbh = Vhffs::Functions::db_connect $db_config;
if(defined $dbh) {
$self->{'db'} = $dbh;
} else {