]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/AuthUser.pm
restart apache2 in postinst
[mfinanz.git] / SL / DB / AuthUser.pm
index 43d72f94eb9f0650d94b8dde4be51a7aa78a8ca9..07c7c983fefa4e806a12ee4208e622bef32c15d1 100644 (file)
@@ -6,12 +6,14 @@ use List::Util qw(first);
 
 use SL::DB::MetaSetup::AuthUser;
 use SL::DB::Manager::AuthUser;
-use SL::DB::AuthClient;
-use SL::DB::AuthUserGroup;
 use SL::DB::Helper::Util;
 
-use constant CONFIG_VARS => qw(copies countrycode dateformat default_media default_printer_id email favorites fax hide_cvar_search_options mandatory_departments menustyle name
-                               numberformat show_form_details signature stylesheet taxincluded_checked tel template_format vclimit);
+use constant CONFIG_VARS => qw(copies countrycode dateformat timeformat default_media default_printer_id
+                               email favorites fax hide_cvar_search_options mandatory_departments menustyle name
+                               numberformat show_form_details signature stylesheet taxincluded_checked tel
+                               template_format focus_position form_cvars_nr_cols item_multiselect
+                               follow_up_notify_by_email
+                               );
 
 __PACKAGE__->meta->add_relationship(
   groups => {