Replaced the global variables for table styles to defined CSS classes.
[fa-stable.git] / admin / backups.php
index 9f6efa55a9a41c7f51ec9d96e8743b0973184de7..4011a2a5423eafddedb376cd8eab233d14ecd99e 100644 (file)
@@ -159,7 +159,7 @@ if (get_post('upload'))
 }
 //-------------------------------------------------------------------------------
 start_form(true, true);
-start_outer_table($table_style2);
+start_outer_table(TABLESTYLE2);
 table_section(1);
 table_section_title(_("Create backup"));
        textarea_row(_("Comments:"), 'comments', null, 30, 8);