X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Finquiry%2Fgl_account_inquiry.php;h=400885561ee29198fec0970d3bca3956195de6c4;hb=a5edfc9244a2b1f478269a1b276cbf2236ec6cc3;hp=1fed9b30a95a90427b70a3ecde1d1dcd43c8829f;hpb=5b8f4c4b4aa8cf996bc071f116bfce1273200fa2;p=fa-stable.git diff --git a/gl/inquiry/gl_account_inquiry.php b/gl/inquiry/gl_account_inquiry.php index 1fed9b30..40088556 100644 --- a/gl/inquiry/gl_account_inquiry.php +++ b/gl/inquiry/gl_account_inquiry.php @@ -23,7 +23,7 @@ include_once($path_to_root . "/gl/includes/gl_db.inc"); $js = ''; set_focus('account'); -if ($use_popup_windows) +if ($SysPrefs->use_popup_windows) $js .= get_js_open_window(800, 500); if (user_use_date_picker()) $js .= get_js_date_picker(); @@ -68,7 +68,7 @@ function gl_inquiry_controls() start_table(TABLESTYLE_NOBORDER); start_row(); gl_all_accounts_list_cells(_("Account:"), 'account', null, false, false, _("All Accounts")); - date_cells(_("from:"), 'TransFromDate', '', null, -$_SESSION["wa_current_user"]->prefs->transaction_days()); + date_cells(_("from:"), 'TransFromDate', '', null, -user_transaction_days()); date_cells(_("to:"), 'TransToDate'); end_row(); end_table(); @@ -132,7 +132,7 @@ function show_results() if ($dim == 2) $dim_cols = array(_("Dimension")." 1", _("Dimension")." 2"); - else if ($dim == 1) + elseif ($dim == 1) $dim_cols = array(_("Dimension")); else $dim_cols = array();