//
// Serendipity-Patch
-if (class_exists('PEAR')) {
+if (defined('PEAR_ERROR_RETURN')) {
return false;
}
// Serendipity-Patch end
}
// {{{ _PEAR_call_destructors()
-
+if (!function_exists('_PEAR_call_destructors')) {
function _PEAR_call_destructors()
{
global $_PEAR_destructor_object_list;
}
}
}
+}
// }}}
Version 1.2.1 ()
------------------------------------------------------------------------
+
+ * Patch PEAR.php for better detection, if already included.
+ Thanks to Assen Tchorbadjiev.
+
* Fix admin entry list when no entries exist or meet filter
criteria. (Don Chambers)