mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Some minor issues for 2.0.4 release
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3259 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
13006a5e44
commit
ac210d84cc
2 changed files with 8 additions and 3 deletions
|
@ -326,7 +326,7 @@ function remove_common($mode, $fraction, $word_id_list = array())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return $word_count;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
function remove_search_post($post_id_sql)
|
function remove_search_post($post_id_sql)
|
||||||
|
@ -486,4 +486,4 @@ function username_search($search_match)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -45,12 +45,17 @@ define('IN_PHPBB', 1);
|
||||||
$phpbb_root_path = './../';
|
$phpbb_root_path = './../';
|
||||||
include($phpbb_root_path . 'extension.inc');
|
include($phpbb_root_path . 'extension.inc');
|
||||||
include($phpbb_root_path . 'config.'.$phpEx);
|
include($phpbb_root_path . 'config.'.$phpEx);
|
||||||
|
if(!isset($dbms))
|
||||||
|
{
|
||||||
|
die("Please read: <a href='../docs/INSTALL.html'>INSTALL.html</a> before attempting to update.");
|
||||||
|
}
|
||||||
include($phpbb_root_path . 'includes/constants.'.$phpEx);
|
include($phpbb_root_path . 'includes/constants.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
include($phpbb_root_path . 'includes/functions.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
|
include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
|
||||||
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
include($phpbb_root_path . 'includes/db.'.$phpEx);
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
//
|
//
|
||||||
|
@ -885,4 +890,4 @@ echo "\n<p>You should now visit the General Configuration settings page in the <
|
||||||
<br clear="all" />
|
<br clear="all" />
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue