]> wagnertech.de Git - mfinanz.git/blob - SL/DB/Language.pm
Added greeting to "my @vc_fields" in flatten_to_form to be able to use the greeting...
[mfinanz.git] / SL / DB / Language.pm
1 package SL::DB::Language;
2
3 use strict;
4
5 use SL::DB::MetaSetup::Language;
6 use SL::DB::Manager::Language;
7
8 __PACKAGE__->meta->initialize;
9
10 1;