mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 21:24:03 +02:00
Updated Firebird schema ... "compatible" with mysql version ... NOTE the change in ucp schema, module_name becomes module_title to prevent conflict. Various script SQL issues preventing full compatibility with Firebird at present
git-svn-id: file:///svn/phpbb/trunk@4137 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1058,7 +1058,7 @@ if ($stage == 3)
|
||||
|
||||
foreach ($sql_query as $sql)
|
||||
{
|
||||
$sql = trim($sql);
|
||||
$sql = trim(str_replace('|', ';', $sql));
|
||||
if (!$db->sql_query($sql))
|
||||
{
|
||||
$error = $db->sql_error();
|
||||
|
Reference in New Issue
Block a user