From 7a845fb4882beb4e361798bc440f9fa531fed84a Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 30 Nov 2005 07:29:19 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@451 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-inst/wp-includes/functions.php') diff --git a/wp-inst/wp-includes/functions.php b/wp-inst/wp-includes/functions.php index a5ba06d..8921cb5 100644 --- a/wp-inst/wp-includes/functions.php +++ b/wp-inst/wp-includes/functions.php @@ -258,7 +258,7 @@ function url_to_postid($url) { function maybe_unserialize($original) { - if ( $gm = @ unserialize($original) ) + if ( false !== $gm = @ unserialize($original) ) return $gm; else return $original; -- cgit