X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fprefs%2Fuserprefs.inc;fp=includes%2Fprefs%2Fuserprefs.inc;h=863dc1fab05f8a74a8583aef68e9e4a8ddba3bf6;hb=8b9b2d78cd89f090b486e749396cb5eabd693527;hp=0f3684776a92d622a34befb0d4d18a6ece56f07a;hpb=e6c89f21df1c1d6742a7e335e6e0fc2c958a7a29;p=fa-stable.git diff --git a/includes/prefs/userprefs.inc b/includes/prefs/userprefs.inc index 0f368477..863dc1fa 100644 --- a/includes/prefs/userprefs.inc +++ b/includes/prefs/userprefs.inc @@ -41,7 +41,7 @@ class user_prefs var $def_print_destination; // default print destination. 0 = PDF/Printer, 1 = Excel var $def_print_orientation; // default print orientation. 0 = Portrait. 1 = Landscape - function user_prefs($user=null) + function __construct($user=null) { if ($user == null) { // set default values, used before login