This commit is contained in:
Miles Lott 2001-10-17 18:10:17 +00:00
parent 76f27696c1
commit d2cc52c47d

View File

@ -112,11 +112,14 @@
$phpgw_setup->show_header(lang("Developers' Table Schema Toy"),False,'config',$ConfigDomain);
if ($submit)
if ($HTTP_POST_VARS['submit'])
{
$setup_tpl->set_var('description',lang('App process') . ':');
$setup_tpl->pparse('out','header');
$appname = $HTTP_POST_VARS['appname'];
$install = $HTTP_POST_VARS['install'];
while (list($appname,$key) = @each($install))
{
$terror = array();