]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/common.pl
Verzeichnis SL/DB/Helpers in SL/DB/Helper umbenannt (Konsistenz)
[mfinanz.git] / bin / mozilla / common.pl
index 143551f743863d3c3efbebe62f1d2ec8b20369f7..a6f7ef48c6ab49b9c07eecf0aba10cac1243a98b 100644 (file)
@@ -730,9 +730,9 @@ sub gl_transaction {
 
 if ($::use_rdbo) {
   eval {
-    require SL::DB::Helpers::Mappings;
+    require SL::DB::Helper::Mappings;
     sub db {
-      goto &SL::DB::Helpers::Mappings::db;
+      goto &SL::DB::Helper::Mappings::db;
     }
   } or die $@;
 }