From 901dfb9f5f0b7b4551f979e6b79c68892c13da35 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Fri, 23 Jul 2004 00:50:36 +0000 Subject: [PATCH] added missing "enable extra debug-message" for updates --- setup/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/index.php b/setup/index.php index 9299c3ac0b..4587777a47 100644 --- a/setup/index.php +++ b/setup/index.php @@ -219,6 +219,7 @@ $setup_tpl->set_var('oldver',lang('You appear to be running version %1 of eGroupWare',$setup_info['phpgwapi']['currentver'])); $setup_tpl->set_var('automatic',lang('We will automatically update your tables/records to %1',$setup_info['phpgwapi']['version'])); $setup_tpl->set_var('backupwarn',lang('backupwarn')); + $setup_tpl->set_var('lang_debug',lang('enable for extra debug-messages')); $setup_tpl->set_var('upgrade',lang('Upgrade')); $setup_tpl->set_var('goto',lang('Go to')); $setup_tpl->set_var('configuration',lang('configuration'));