mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
git-svn-id: file:///svn/phpbb/trunk@6709 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9d9624a886
commit
1a5791e19f
@ -638,8 +638,8 @@ class acp_database
|
|||||||
|
|
||||||
for ($i = 0; $i < $i_num_fields; $i++)
|
for ($i = 0; $i < $i_num_fields; $i++)
|
||||||
{
|
{
|
||||||
$ary_type[$i] = odbc_field_type($result, $i);
|
$ary_type[$i] = odbc_field_type($result, $i + 1);
|
||||||
$ary_name[$i] = odbc_field_name($result, $i);
|
$ary_name[$i] = odbc_field_name($result, $i + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
while ($row = $db->sql_fetchrow($result))
|
while ($row = $db->sql_fetchrow($result))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user