From 6a0e7bafd45b1042af6e2eb4e12d1028568fe337 Mon Sep 17 00:00:00 2001
From: stronk7 <stronk7>
Date: Thu, 21 Aug 2003 22:54:47 +0000
Subject: [PATCH] XML support

---
 backup/lib.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backup/lib.php b/backup/lib.php
index 25b8c9bf77..c504e079b1 100644
--- a/backup/lib.php
+++ b/backup/lib.php
@@ -455,7 +455,7 @@
     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');  
         }
 
     }
-- 
2.39.5