forked from extern/egroupware
undo last change
This commit is contained in:
parent
4fe20e1152
commit
6f3ede4746
@ -214,16 +214,18 @@
|
|||||||
|
|
||||||
//$tables = explode(',',$setup_info[$appname]['tables']);
|
//$tables = explode(',',$setup_info[$appname]['tables']);
|
||||||
$tables = $setup_info[$appname]['tables'];
|
$tables = $setup_info[$appname]['tables'];
|
||||||
$i = 1;
|
/* $i = 1; */
|
||||||
while(list($key,$table) = @each($tables))
|
while(list($key,$table) = @each($tables))
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
if($i == count($tables))
|
if($i == count($tables))
|
||||||
{
|
{
|
||||||
$term = '';
|
$term = '';
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
parse_vars($table,$term);
|
parse_vars($table,$term);
|
||||||
$dlstring .= printout('sqlbody');
|
$dlstring .= printout('sqlbody');
|
||||||
$i++;
|
/* $i++; */
|
||||||
}
|
}
|
||||||
$dlstring .= printout('sqlfooter');
|
$dlstring .= printout('sqlfooter');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user