From 7b407d6d7dc5e3ae4c2f5f482869a64129be722c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Mon, 6 Aug 2007 20:53:41 +0200 Subject: fixed function check in install.php FS#1215 darcs-hash:20070806185341-7ad00-c89eefb548615b3b91f77faf3ee477fc62d3257f.gz --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 743ae93c4..6bc1bcb30 100644 --- a/install.php +++ b/install.php @@ -429,7 +429,7 @@ function check_functions(){ 'glob header ignore_user_abort ini_get mail mkdir '. 'ob_start opendir parse_ini_file readfile realpath '. 'rename rmdir serialize session_start unlink usleep '. - 'preg_replace','file_get_contents'); + 'preg_replace file_get_contents'); if (!function_exists('mb_substr')) { $funcs[] = 'utf8_encode'; -- cgit v1.2.3