Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / gl / inquiry / journal_inquiry.php
index 6cfd3cccd20deb2fd484357651e895ca1c2b0340..fee17602ebda89e9532a7dd8cd838fc4dbe2b934 100644 (file)
@@ -64,7 +64,9 @@ function journal_pos($row)
 
 function systype_name($dummy, $type)
 {
-       return systypes::name($type);
+       global $systypes_array;
+       
+       return $systypes_array[$type];
 }
 
 function view_link($row)