From d2c94f4b5b24f0744094976d703c5db4c13b5822 Mon Sep 17 00:00:00 2001 From: stronk7 <stronk7> Date: Thu, 12 Jun 2003 15:37:25 +0000 Subject: [PATCH] Typoooo :-) --- backup/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.39.5