Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / manage / exchange_rates.php
index 05cbc04ef1315f02eafcc42c5fbedc346296dba5..eaa0796f0cf518ab6d65b97b6f0f336ba9c7adf0 100644 (file)
@@ -101,7 +101,6 @@ function del_link($row)
 
 function display_rates($curr_code)
 {
-       global $table_style;
 
 }
 
@@ -109,9 +108,9 @@ function display_rates($curr_code)
 
 function display_rate_edit()
 {
-       global $selected_id, $table_style2, $Ajax;
+       global $selected_id, $Ajax;
 
-       start_table($table_style2);
+       start_table(TABLESTYLE2);
 
        if ($selected_id != "")
        {