X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fbackups.php;h=4011a2a5423eafddedb376cd8eab233d14ecd99e;hb=3e8166c811345854e18748deb67dba48beddfc41;hp=4bf99a4207a82c558ee02fb332ece51e98b67b00;hpb=303eb17e9cdd9702eee9fdfcaee51e654a1da541;p=fa-stable.git diff --git a/admin/backups.php b/admin/backups.php index 4bf99a42..4011a2a5 100644 --- a/admin/backups.php +++ b/admin/backups.php @@ -99,7 +99,7 @@ function compress_list_row($label, $name, $value=null) if (function_exists("gzopen")) $ar_comps['gzip'] = "gzip"; - echo "$label"; + echo "$label"; echo array_selector('comp', $value, $ar_comps); echo ""; } @@ -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);