diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-25 00:48:12 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-09-25 00:48:12 +0000 |
commit | b14ed5c2fd28a41b9cc60dcd7f261400b7d0bf10 (patch) | |
tree | 446132a43e768225688414ae550d338790d8cf93 /phpBB/admin | |
parent | a848bfd69e4d0cee908b08835c770430e1838000 (diff) | |
download | forums-b14ed5c2fd28a41b9cc60dcd7f261400b7d0bf10.tar forums-b14ed5c2fd28a41b9cc60dcd7f261400b7d0bf10.tar.gz forums-b14ed5c2fd28a41b9cc60dcd7f261400b7d0bf10.tar.bz2 forums-b14ed5c2fd28a41b9cc60dcd7f261400b7d0bf10.tar.xz forums-b14ed5c2fd28a41b9cc60dcd7f261400b7d0bf10.zip |
Missed a . in the include
git-svn-id: file:///svn/phpbb/trunk@1074 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
-rw-r--r-- | phpBB/admin/admin_db_utilities.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_db_utilities.php b/phpBB/admin/admin_db_utilities.php index 95f1e0d6ba..4d983f19bd 100644 --- a/phpBB/admin/admin_db_utilities.php +++ b/phpBB/admin/admin_db_utilities.php @@ -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 |