mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/9582] MSSQL native backups can now be restored.
PHPBB3-9583 PHPBB3-9582
This commit is contained in:
parent
e95faaeb68
commit
11d097fc1a
1 changed files with 1 additions and 0 deletions
|
@ -394,6 +394,7 @@ class acp_database
|
|||
|
||||
case 'mssql':
|
||||
case 'mssql_odbc':
|
||||
case 'mssqlnative':
|
||||
while (($sql = $fgetd($fp, "GO\n", $read, $seek, $eof)) !== false)
|
||||
{
|
||||
$db->sql_query($sql);
|
||||
|
|
Loading…
Add table
Reference in a new issue