Cleanup comments. Small bugfixes. First run.
[fa-stable.git] / gl / inquiry / gl_account_inquiry.php
index 14147f6cf52da9e2cf0f1e891afc368389a4f32f..400885561ee29198fec0970d3bca3956195de6c4 100644 (file)
@@ -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();