mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
GLOBALS
This commit is contained in:
parent
76f27696c1
commit
d2cc52c47d
@ -112,11 +112,14 @@
|
|||||||
|
|
||||||
$phpgw_setup->show_header(lang("Developers' Table Schema Toy"),False,'config',$ConfigDomain);
|
$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->set_var('description',lang('App process') . ':');
|
||||||
$setup_tpl->pparse('out','header');
|
$setup_tpl->pparse('out','header');
|
||||||
|
|
||||||
|
$appname = $HTTP_POST_VARS['appname'];
|
||||||
|
$install = $HTTP_POST_VARS['install'];
|
||||||
|
|
||||||
while (list($appname,$key) = @each($install))
|
while (list($appname,$key) = @each($install))
|
||||||
{
|
{
|
||||||
$terror = array();
|
$terror = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user