Remove extraneous parens.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-30 17:30:51 +00:00
parent 8f6c123fa7
commit 24d31cbef8
1 changed files with 1 additions and 1 deletions

View File

@ -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;