]> git.mjollnir.org Git - moodle.git/commitdiff
function_names() might not like the egg
authormoodler <moodler>
Fri, 22 Sep 2006 03:49:49 +0000 (03:49 +0000)
committermoodler <moodler>
Fri, 22 Sep 2006 03:49:49 +0000 (03:49 +0000)
lib/weblib.php

index 6c86f898cae92b3d89ab33a3a95c06ec60436a0f..96244b93d8a55c96dc64576a661e88171f53f2a1 100644 (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