Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / gl / inquiry / journal_inquiry.php
index 66b9aaf14df026ba3c45c52131daac28e109d57a..54dfa1c0549d2473022c0111d8c7fcddebc09170 100644 (file)
@@ -39,7 +39,7 @@ if (!isset($_POST['filterType']))
 
 start_form();
 
-start_table("class='tablestyle_noborder'");
+start_table(TABLESTYLE_NOBORDER);
 start_row();
 
 ref_cells(_("Reference:"), 'Ref', '',null, _('Enter reference fragment or leave empty'));