Merge branch 'master' into rb-wiederkehrende-rechnungen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 13 Jan 2011 10:37:58 +0000 (11:37 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 13 Jan 2011 10:37:58 +0000 (11:37 +0100)
1  2 
SL/Form.pm

diff --combined SL/Form.pm
@@@ -48,7 -48,6 +48,7 @@@ use SL::Auth
  use SL::Auth::DB;
  use SL::Auth::LDAP;
  use SL::AM;
 +use SL::DB;
  use SL::Common;
  use SL::DBUtils;
  use SL::Mailer;
@@@ -680,7 -679,6 +680,6 @@@ EO
    print <<EOT;
    <link rel="stylesheet" href="css/jquery.autocomplete.css" type="text/css" />
    <meta name="robots" content="noindex,nofollow" />
-   <script type="text/javascript" src="js/highlight_input.js"></script>
    <link rel="stylesheet" type="text/css" href="css/tabcontent.css" />
    <script type="text/javascript" src="js/tabcontent.js">
  
@@@ -1581,7 -1579,7 +1580,7 @@@ sub get_standard_dbh 
      undef $standard_dbh;
    }
  
 -  $standard_dbh ||= $self->dbconnect_noauto($myconfig);
 +  $standard_dbh ||= SL::DB::create->dbh;
  
    $main::lxdebug->leave_sub(2);