1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 20:19:13 +02:00
git-svn-id: file:///svn/phpbb/trunk@5876 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-05-04 14:45:06 +00:00
parent 9a9a9ff6f3
commit b131931edb

View File

@ -304,7 +304,7 @@ class acp_database
$fields = implode(', ', $field_set);
$schema_insert = 'INSERT INTO ' . $table_name . ' (' . $fields . ') VALUES (';
while ($row = $db->sql_fetchrow($result))
while ($row = mysql_fetch_row($result))
{
$values = array();