Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / gl / manage / gl_account_types.php
index fd7d92ab700386ca146d0a31954c8e5f11c3d6f4..128438433276e087f16fd4f1495e01dbbfac17c7 100644 (file)
@@ -137,7 +137,7 @@ while ($myrow = db_fetch($result))
 
        $bs_text = get_account_class_name($myrow["class_id"]);
 
-       if ($myrow["parent"] == reserved_words::get_any_numeric()
+       if ($myrow["parent"] == ANY_NUMERIC
        {
                $parent_text = "";
        }