From eb3bac33604c1067379a9c5a31c087cd6aa12787 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 26 Jul 2006 01:18:28 +0000 Subject: [PATCH] r961: We don't need to run exec_sanitize_data() any more --- includes/init.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/init.php b/includes/init.php index e3d761f..a581e3b 100755 --- a/includes/init.php +++ b/includes/init.php @@ -49,7 +49,6 @@ $bugsys->load('db_mysql', 'db', true); $db->connect($servername, $username, $password, $database, $usepconnect); $bugsys->load('functions', 'funct', true); -$bugsys->exec_sanitize_data(); $bugsys->load('xml', 'xml', true); -- 2.22.5