From: moodler Date: Fri, 22 Sep 2006 03:49:49 +0000 (+0000) Subject: function_names() might not like the egg X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e84ea106f9d1440e8636b3707f0f7c92b3ffb57d;p=moodle.git function_names() might not like the egg --- diff --git a/lib/weblib.php b/lib/weblib.php index 6c86f898ca..96244b93d8 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -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