X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/01074b6e7a113d0488a3edcc123f89a4908e75ea..40f16528620535266596fc247109a821031c555d:/SL/Auth/ColumnInformation.pm diff --git a/SL/Auth/ColumnInformation.pm b/SL/Auth/ColumnInformation.pm index bf23f6d8d..64b600dd1 100644 --- a/SL/Auth/ColumnInformation.pm +++ b/SL/Auth/ColumnInformation.pm @@ -15,8 +15,6 @@ sub new { $self->{auth} = $params{auth} || croak "Missing 'auth'"; weaken $self->{auth}; - $self->_fetch if $self->{auth}->dbconnect(1); - return $self; }