Update
This commit is contained in:
@@ -44,6 +44,7 @@ function getAllWords() {
|
||||
$str = str_replace('"', '', $str);
|
||||
$str = str_replace('[', '', $str);
|
||||
$str = str_replace(']', '', $str);
|
||||
$str = str_replace(';', '', $str);
|
||||
return explode(", ", $str);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user