From ca460de5458e35b012e643b2af4880312c06d0f6 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 1 Dec 2005 15:28:34 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@454 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/functions-compat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wp-inst/wp-includes/functions-compat.php') diff --git a/wp-inst/wp-includes/functions-compat.php b/wp-inst/wp-includes/functions-compat.php index 89716bc..bc077ab 100644 --- a/wp-inst/wp-includes/functions-compat.php +++ b/wp-inst/wp-includes/functions-compat.php @@ -64,7 +64,7 @@ if (!defined('CASE_UPPER')) { * @link http://php.net/function.array_change_key_case * @author Stephan Schmidt * @author Aidan Lister - * @version $Revision: 3198 $ + * @version $Revision: 3245 $ * @since PHP 4.2.0 * @require PHP 4.0.0 (user_error) */ @@ -91,7 +91,7 @@ if (!function_exists('array_change_key_case')) { /* Added in PHP 4.3.0 */ -if( !(function_exists('glob')) ): +if( !function_exists('glob') ): function glob($pattern) { // get pathname (everything up until the last / or \) $path=$output=null; -- cgit