mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 21:10:31 +02:00
add not applied sql_escape in memberlist
git-svn-id: file:///svn/phpbb/trunk@6178 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -2834,7 +2834,6 @@ function page_footer()
|
||||
else if (time() - $config['database_gc'] > $config['database_last_gc'])
|
||||
{
|
||||
// Tidy the database
|
||||
// This includes recalculation binary trees, ...
|
||||
$cron_type = 'tidy_database';
|
||||
}
|
||||
else if (time() - $config['search_gc'] > $config['search_last_gc'])
|
||||
|
Reference in New Issue
Block a user