diff --git a/setup/schematoy.php b/setup/schematoy.php index 986266e671..0a734ad2ee 100644 --- a/setup/schematoy.php +++ b/setup/schematoy.php @@ -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();