Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / dimensions / inquiry / search_dimensions.php
index eaf74c1988f825fac739dd68099147b2082aa503..ffb1e6128ca415372df6519abe4f580c8d115cf4 100644 (file)
@@ -96,7 +96,7 @@ $dim = get_company_pref('use_dimension');
 
 function view_link($row) 
 {
-       return get_dimensions_trans_view_str(systypes::dimension(), $row["id"]);
+       return get_dimensions_trans_view_str(ST_DIMENSION, $row["id"]);
 }
 
 function is_closed($row)