mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Fixed #509331, call to undefined function remove_common_global()
git-svn-id: file:///svn/phpbb/trunk@2031 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1650,7 +1650,7 @@ if( !empty($next) )
|
||||
{
|
||||
print "<br>Removing common words (words that appear in more than $common_percent of the posts)<br>\n";
|
||||
flush();
|
||||
print "Removed " . remove_common_global($common_percent, 1) . " words that where too common.<br>";
|
||||
print "Removed " . remove_common($common_percent, 1) . " words that where too common.<br>";
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user