X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fuserprefs.inc;h=1939d6f44d935431f32bbdda4b392f017a9c6469;hb=HEAD;hp=24cd15c5cca9dbdc353025230122916ae284a341;hpb=7ad222595e84451daea8aaa06c83d817cc3c774c;p=fa-stable.git diff --git a/includes/prefs/userprefs.inc b/includes/prefs/userprefs.inc index 24cd15c5..1939d6f4 100644 --- a/includes/prefs/userprefs.inc +++ b/includes/prefs/userprefs.inc @@ -10,7 +10,7 @@ See the License here . ***********************************************************************/ -class user_prefs extends \stdClass +class user_prefs { var $language; @@ -37,7 +37,7 @@ class user_prefs extends \stdClass var $sticky_date; // save date on subsequent document entry var $startup_tab; // default start-up menu tab var $transaction_days; // transaction days in inquiries - var $save_report_selection; // save report selections days 0... + var $save_report_selections; // save report selections days 0... var $use_date_picker; // use date picker for all date fields var $def_print_destination; // default print destination. 0 = PDF/Printer, 1 = Excel var $def_print_orientation; // default print orientation. 0 = Portrait. 1 = Landscape