Cleanup comments. Small bugfixes. Second run
[fa-stable.git] / gl / view / accrual_trans.php
index ab5d08f671abd880c79ff5f7642714748102fd6e..72dda431ea540aac26c3fcc73a566a8c679a65b4 100644 (file)
@@ -52,7 +52,7 @@ $dim = get_company_pref('use_dimension');
 $first_cols = array(_("Type"), "#", _("Date"));
 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();