From 142c0b5f841eb6e73e7d63a0a30f90d1edba50d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 5 May 2010 11:35:49 +0200 Subject: [PATCH] Convert pcre warning to generic message. --- libraries/common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index d0644e7c5..dbe46276a 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -280,7 +280,7 @@ date_default_timezone_set(@date_default_timezone_get()); * We really need this one! */ if (! function_exists('preg_replace')) { - PMA_fatalError('strCantLoad', 'pcre'); + PMA_warnMissingExtension('pcre', true); } /**