From 6f3ede4746819eabf21c629cd95f6d9abcd52ccf Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 25 Aug 2001 21:02:53 +0000 Subject: [PATCH] undo last change --- setup/sqltoarray.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/sqltoarray.php b/setup/sqltoarray.php index 4a3448050c..59b0020b16 100644 --- a/setup/sqltoarray.php +++ b/setup/sqltoarray.php @@ -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'); }