Convert pcre warning to generic message.

This commit is contained in:
Michal Čihař
2010-05-05 11:35:49 +02:00
parent ee776a570c
commit 142c0b5f84

View File

@@ -280,7 +280,7 @@ date_default_timezone_set(@date_default_timezone_get());
* We really need this one! * We really need this one!
*/ */
if (! function_exists('preg_replace')) { if (! function_exists('preg_replace')) {
PMA_fatalError('strCantLoad', 'pcre'); PMA_warnMissingExtension('pcre', true);
} }
/** /**