From 0c1be6cbd0a992a8ddf932d5c0bf08586c8a409e Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Tue, 27 Dec 2011 11:51:18 +0100 Subject: The function is called get_request_header, not request_header --- lib/kolab_utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kolab_utils.php') diff --git a/lib/kolab_utils.php b/lib/kolab_utils.php index 1acd4ba..db10060 100644 --- a/lib/kolab_utils.php +++ b/lib/kolab_utils.php @@ -13,7 +13,7 @@ class kolab_utils * * @return mixed Header value or null if not available */ - public static function request_header($name) + public static function get_request_header($name) { if (function_exists('getallheaders')) { $hdrs = array_change_key_case(getallheaders(), CASE_UPPER); -- cgit v1.1