From 19cae27ff85e92b4cb8ec1ae34e9e5216cd08ea3 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 11 Jun 2007 00:12:08 +0000 Subject: [PATCH] Remove makeSafe(), we don't use this method anymore now that we have filter_gpc() --- include/util.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/util.php b/include/util.php index 8453065..1d01d71 100644 --- a/include/util.php +++ b/include/util.php @@ -24,13 +24,6 @@ function util_redirect_and_exit($url) exit; } -function makeSafe($var) -{ -/* Disable addslashes() until we can use more finely grained filtering on user input */ -/* $var = trim(addslashes($var)); */ - return $var; -} - function build_urlarg($vars) { $arr = array();