mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
undo last change
This commit is contained in:
parent
4fe20e1152
commit
6f3ede4746
@ -214,16 +214,18 @@
|
||||
|
||||
//$tables = explode(',',$setup_info[$appname]['tables']);
|
||||
$tables = $setup_info[$appname]['tables'];
|
||||
$i = 1;
|
||||
/* $i = 1; */
|
||||
while(list($key,$table) = @each($tables))
|
||||
{
|
||||
/*
|
||||
if($i == count($tables))
|
||||
{
|
||||
$term = '';
|
||||
}
|
||||
*/
|
||||
parse_vars($table,$term);
|
||||
$dlstring .= printout('sqlbody');
|
||||
$i++;
|
||||
/* $i++; */
|
||||
}
|
||||
$dlstring .= printout('sqlfooter');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user