1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

- updated oracle schema/db files

- updated sqlite schema/db files


git-svn-id: file:///svn/phpbb/trunk@5141 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2005-05-05 17:01:07 +00:00
parent b576d6af0a
commit 81c7144f68
13 changed files with 3084 additions and 1646 deletions

View File

@@ -228,7 +228,7 @@ class sql_db
// don't want this here by a middle Milestone
function sql_numrows($query_id = false)
{
return FALSE;
return false;
}
function sql_affectedrows()
@@ -332,6 +332,7 @@ class sql_db
}
}
}
return $result;
}
else