PHP 8.2 Compatibility Improvement, better implementation.
[fa-stable.git] / includes / prefs / userprefs.inc
index 0f3684776a92d622a34befb0d4d18a6ece56f07a..1939d6f44d935431f32bbdda4b392f017a9c6469 100644 (file)
@@ -9,7 +9,8 @@
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
     See the License here <http://www.gnu.org/licenses/gpl-3.0.html>.
 ***********************************************************************/
-class user_prefs 
+
+class user_prefs
 {
 
        var $language;
@@ -36,12 +37,12 @@ class user_prefs
        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
 
-       function user_prefs($user=null)
+       function __construct($user=null)
        {
                if ($user == null) { 
                        // set default values, used before login