Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1e513d1d

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID 1e513d1dc428b188ac7acbf06de82d32c5d79f1a
  • Vorgänger 41f273e5
  • Nachfolger a6da1852

Lx-Office kann ohne Rose::DB::Object nicht betrieben werden, also Konfigurationsoption entfernt

Unterschiede anzeigen:

bin/mozilla/common.pl
11 11

  
12 12
use Carp;
13 13
use SL::Common;
14
use SL::DB::Helper::Mappings;
14 15
use SL::DBUtils;
15 16
use SL::Form;
16 17
use SL::MoreCommon;
......
613 614
  $main::lxdebug->leave_sub();
614 615
}
615 616

  
616
if ($::use_rdbo) {
617
  eval {
618
    require SL::DB::Helper::Mappings;
619
    sub db {
620
      goto &SL::DB::Helper::Mappings::db;
621
    }
622
  } or die $@;
617
sub db {
618
  goto &SL::DB::Helper::Mappings::db;
623 619
}
624 620

  
625 621
1;

Auch abrufbar als: Unified diff