Revision 92a5ad8a
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
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; |
... | ... | |
728 | 729 |
$main::lxdebug->leave_sub(); |
729 | 730 |
} |
730 | 731 |
|
731 |
if ($::use_rdbo) { |
|
732 |
eval { |
|
733 |
require SL::DB::Helper::Mappings; |
|
734 |
sub db { |
|
735 |
goto &SL::DB::Helper::Mappings::db; |
|
736 |
} |
|
737 |
} or die $@; |
|
732 |
sub db { |
|
733 |
goto &SL::DB::Helper::Mappings::db; |
|
738 | 734 |
} |
739 | 735 |
|
740 | 736 |
1; |
Auch abrufbar als: Unified diff
Lx-Office kann ohne Rose::DB::Object nicht betrieben werden, also Konfigurationsoption entfernt