X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=admin%2Finst_chart.php;h=c291a0308edfddd1401e3088b3b878be2f230dba;hb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;hp=35e766789c132f64b0cf8aba247517605c34069e;hpb=0e219ded989a72cbd5eaf21c42970aa777ce770c;p=fa-stable.git diff --git a/admin/inst_chart.php b/admin/inst_chart.php index 35e76678..c291a030 100644 --- a/admin/inst_chart.php +++ b/admin/inst_chart.php @@ -14,7 +14,7 @@ $path_to_root=".."; include_once($path_to_root . "/includes/session.inc"); include_once($path_to_root."/includes/packages.inc"); -if ($use_popup_windows) { +if ($SysPrefs->use_popup_windows) { $js = get_js_open_window(900, 500); } page(_($help_context = "Install Charts of Accounts"), false, false, '', $js); @@ -95,4 +95,3 @@ start_form(true); end_form(); end_page(); -?> \ No newline at end of file