Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / print_profiles.php
index f9972980fc7b0800650181c84b4ddf06f6950e01..fb959dfb61667893fc12ffaae9666d0915dd4b36 100644 (file)
@@ -144,7 +144,7 @@ while ($myrow = db_fetch($result)) {
        $prints[$myrow['report']] = $myrow['printer'];
 }
 
-start_table($table_style);
+start_table(TABLESTYLE);
 $th = array(_("Report Id"), _("Description"), _("Printer"));
 table_header($th);