X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/adb94488f93673b5b8775bf07cfc453c5c3e2973..c6a27f90a8e644ed00910aeddaff38c74b513032:/SL/DB/Contact.pm?ds=inline diff --git a/SL/DB/Contact.pm b/SL/DB/Contact.pm index d891f0781..565566a19 100644 --- a/SL/DB/Contact.pm +++ b/SL/DB/Contact.pm @@ -14,6 +14,8 @@ use SL::DB::Helper::CustomVariables ( # Creates get_all, get_all_count, get_all_iterator, delete_all and update_all. __PACKAGE__->meta->make_manager_class; +__PACKAGE__->meta->initialize; + sub used { my ($self) = @_;