function_names() might not like the egg

This commit is contained in:
moodler 2006-09-22 03:49:49 +00:00
parent 1a030f5112
commit e84ea106f9

View file

@ -1782,7 +1782,7 @@ function replace_smilies(&$text) {
'(y)' => 'yes',
'(n)' => 'no',
'(martin)' => 'martin',
'()' => 'egg'
'( )' => 'egg'
);
if ($runonce == false) { /// After the first time this is not run again