mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Missed a . in the include
git-svn-id: file:///svn/phpbb/trunk@1074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
a848bfd69e
commit
b14ed5c2fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue