]> git.mjollnir.org Git - moodle.git/commitdiff
XML support
authorstronk7 <stronk7>
Thu, 21 Aug 2003 22:54:47 +0000 (22:54 +0000)
committerstronk7 <stronk7>
Thu, 21 Aug 2003 22:54:47 +0000 (22:54 +0000)
backup/lib.php

index 25b8c9bf77282190576793eb1a1f1830a31e2307..c504e079b1ec773a3ef68f8c6b371672b45c0a25 100644 (file)
     function backup_required_functions() {
 
         if(!function_exists('utf8_encode')) {
-            error('You need to add utf8 support to your PHP installation');  
+            error('You need to add XML support to your PHP installation');  
         }
 
     }