]> git.mjollnir.org Git - moodle.git/commitdiff
Typoooo :-)
authorstronk7 <stronk7>
Thu, 12 Jun 2003 15:37:25 +0000 (15:37 +0000)
committerstronk7 <stronk7>
Thu, 12 Jun 2003 15:37:25 +0000 (15:37 +0000)
backup/lib.php

index 4e83c0db7e59ebfb9df2efd54b66c4c0a31c21ab..dd5aba21d0cb852cc10b84900d66990ab5effbb9 100644 (file)
     //gregb@crowncollege.edu by the idea.
     function backup_required_functions() {
 
-        if(!function_exists('utf8_encodes') {
+        if(!function_exists('utf8_encode')) {
             error('You need to add utf8 support to your PHP installation');  
         }