diff --git a/includes/checkstring.php b/includes/checkstring.php deleted file mode 100644 index e5cf5abe7a..0000000000 --- a/includes/checkstring.php +++ /dev/null @@ -1,30 +0,0 @@ - - Portions created by the Initial Developer are Copyright (C) 2008-2012 - the Initial Developer. All Rights Reserved. - - Contributor(s): - Mark J Crane -*/ -function check_string($str) { - $str = str_replace ("\'", "''", $str); //escape the single quote - return $str; -} -?>