From: stronk7 Date: Thu, 12 Jun 2003 15:37:25 +0000 (+0000) Subject: Typoooo :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d2c94f4b5b24f0744094976d703c5db4c13b5822;p=moodle.git Typoooo :-) --- diff --git a/backup/lib.php b/backup/lib.php index 4e83c0db7e..dd5aba21d0 100644 --- a/backup/lib.php +++ b/backup/lib.php @@ -360,7 +360,7 @@ //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'); }