killed a warning

This commit is contained in:
Ralf Becker 2006-08-15 17:01:33 +00:00
parent 70acf55484
commit 1eaa8fb11e

View File

@ -210,7 +210,7 @@
if (is_null($pear_available))
{
$pear_available = include('PEAR.php');
$pear_available = @include('PEAR.php');
if (!class_exists('PEAR')) $pear_available = false;