Is that JavaScript I smell?

This commit is contained in:
mdean 2001-09-17 00:45:27 +00:00
parent f930048be4
commit 566b3920af

View File

@ -154,7 +154,7 @@ class db
if ($rec) if ($rec)
{ {
$this->Record = array(); $this->Record = array();
for (var $i = 0; $i < count($rec); $i++) for ($i = 0; $i < count($rec); $i++)
{ {
$this->Record[$i] = $rec[$i]; $this->Record[$i] = $rec[$i];
$o = mssql_fetch_field($this->Query_ID, $i); $o = mssql_fetch_field($this->Query_ID, $i);