mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Removed header frame, reduced timezone naming, added DB size for MySQL, no major technical changes
git-svn-id: file:///svn/phpbb/trunk@753 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -307,8 +307,7 @@ function get_table_def_postgres($table, $crlf)
|
||||
|
||||
if (!$result)
|
||||
{
|
||||
$error = $db->sql_error();
|
||||
message_die(GENERAL_ERROR, 'Failed in get_table_def (show fields) : ' . $error['message']);
|
||||
message_die(GENERAL_ERROR, "Failed in get_table_def (show fields)", "", __LINE__, __FILE__, $sql_checks);
|
||||
}
|
||||
|
||||
while ($row = $db->sql_fetchrow($result))
|
||||
|
Reference in New Issue
Block a user