From 2b56f47daac3f3bf8a4f57edfcb24de20cfbc73d Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 16 Oct 2005 23:41:46 +0000 Subject: [PATCH] Removing unused sanitization functions --- api.php | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/api.php b/api.php index 359170b..4df68cc 100644 --- a/api.php +++ b/api.php @@ -77,30 +77,6 @@ if (!defined('TYPE_INT')) * Auto-increasing value */ define('REQ_AUTO', -1); - - /** - * Returns an unsigned integer - * - * @param mixed Original data - * - * @return integer Unsigned integegral value - */ - function uintval($data) - { - return abs(intval($data)); - } - - /** - * Returns the same value - * - * @param mixed Original - * - * @return mixed Same original value - */ - function sameval($data) - { - return $data; - } } /** -- 2.22.5