From b828ae9068217c55ee6d145fe91b15f38aad20b9 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 5 May 2005 01:12:35 +0000 Subject: [PATCH] r76: It'd help if we actually told the data to be cleaned before we started making calls to it --- includes/init.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/init.php b/includes/init.php index ecae7e0..15c44b9 100755 --- a/includes/init.php +++ b/includes/init.php @@ -40,6 +40,7 @@ $db->connect($servername, $username, $password, $usepconnect); $bugsys->load('functions'); $bugsys->load('mail'); +$bugsys->exec_sanitize_data(); define('DEVDEBUG', $debug); define('TABLE_PREFIX', $tableprefix); -- 2.22.5