undo last change

This commit is contained in:
Miles Lott 2001-08-25 21:02:53 +00:00
parent 4fe20e1152
commit 6f3ede4746

View File

@ -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');
}