mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Is that JavaScript I smell?
This commit is contained in:
parent
f930048be4
commit
566b3920af
@ -154,7 +154,7 @@ class db
|
||||
if ($rec)
|
||||
{
|
||||
$this->Record = array();
|
||||
for (var $i = 0; $i < count($rec); $i++)
|
||||
for ($i = 0; $i < count($rec); $i++)
|
||||
{
|
||||
$this->Record[$i] = $rec[$i];
|
||||
$o = mssql_fetch_field($this->Query_ID, $i);
|
||||
|
Loading…
Reference in New Issue
Block a user