mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
Missed a . in the include
git-svn-id: file:///svn/phpbb/trunk@1074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -76,7 +76,7 @@ define("VERBOSE", 0);
|
|||||||
// Pull in the functions for splitting an sql file into individual statements
|
// Pull in the functions for splitting an sql file into individual statements
|
||||||
//
|
//
|
||||||
|
|
||||||
include($phpbb_root_path . 'includes/sql_parse'.$phpEx);
|
include($phpbb_root_path . 'includes/sql_parse.'.$phpEx);
|
||||||
|
|
||||||
//
|
//
|
||||||
// The following functions are adapted from phpMyAdmin and upgrade_20.php
|
// The following functions are adapted from phpMyAdmin and upgrade_20.php
|
||||||
|
Reference in New Issue
Block a user