Missed a . in the include

git-svn-id: file:///svn/phpbb/trunk@1074 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-09-25 00:48:12 +00:00
parent a848bfd69e
commit b14ed5c2fd

View file

@ -76,7 +76,7 @@ define("VERBOSE", 0);
// 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