diff options
| author | fukachan <fukachan> | 2001-03-19 14:22:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-19 14:22:29 +0000 |
| commit | 7b84c1c9cfa7f9a918b3de7cf52baf4ec34c5a21 (patch) | |
| tree | ea61086ccc284971ab4eb93a73ae088bf5277a25 /fml/lib | |
| parent | 7d35db79dd6659487fe26447ab22caa36e597eda (diff) | |
| download | fml8-7b84c1c9cfa7f9a918b3de7cf52baf4ec34c5a21.tar.gz fml8-7b84c1c9cfa7f9a918b3de7cf52baf4ec34c5a21.tar.bz2 fml8-7b84c1c9cfa7f9a918b3de7cf52baf4ec34c5a21.zip | |
change $map_params structure
Diffstat (limited to 'fml/lib')
| -rw-r--r-- | fml/lib/IO/Adapter/MySQL.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/IO/Adapter/MySQL.pm b/fml/lib/IO/Adapter/MySQL.pm index 686dc4b2..3af79e6c 100644 --- a/fml/lib/IO/Adapter/MySQL.pm +++ b/fml/lib/IO/Adapter/MySQL.pm @@ -41,8 +41,8 @@ sub configure { my ($self, $me, $args) = @_; my $map = $me->{ _map }; - my $config = $args->{ $map }->{ config }; - my $params = $args->{ $map }->{ params }; + my $config = $args->{ $map }; + my $params = $config->{ params }; # import basic DBMS parameters $me->{ _config } = $config; |
