X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ade02f1e9226018376d560a9e2a8eee9f94b2192..e5cc230e85dc8792111318db159045def4e830e7:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 79ff7034f..39bd9a578 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -465,7 +465,7 @@ sub header { # this should gradually move to the layouts that need it $layout->use_stylesheet("$_.css") for qw( main menu list_accounts jquery.autocomplete - jquery.multiselect2side frame_header/header + jquery.multiselect2side ui-lightness/jquery-ui jquery-ui.custom jqModal ); @@ -1403,6 +1403,14 @@ sub get_standard_dbh { return $standard_dbh; } +sub set_standard_dbh { + my ($self, $dbh) = @_; + my $old_dbh = $standard_dbh; + $standard_dbh = $dbh; + + return $old_dbh; +} + sub date_closed { $main::lxdebug->enter_sub();