Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / admin / forms_setup.php
index 33982b1e4c7cd48f0b06b4255a4a69d09454bca0..bb21dc368456d6e59fe25436ad136aa6acd27351 100644 (file)
@@ -53,7 +53,7 @@ while ($type = db_fetch($systypes))
                table_section(2);
                table_header($th);
        }       
-       ref_row(systypes::name($type["type_id"]), 'id' . $type["type_id"], '', $type["next_reference"]);
+       ref_row($systypes_array[$type["type_id"]], 'id' . $type["type_id"], '', $type["next_reference"]);
 }
 
 end_outer_table(1);