From 5ce101c1939bcea8b3171d3d0cf494b35a9650f3 Mon Sep 17 00:00:00 2001 From: patdenice Date: Wed, 15 Oct 2008 17:55:18 +0000 Subject: Merge from trunk 2747: - Install process now looks like goto/roma. - Move install.tpl to goto template. - add charset utf8 to fatal error function. - Check php version on install and upgrade, and die if < 5. git-svn-id: http://piwigo.org/svn/branches/2.0@2748 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_html.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/functions_html.inc.php') diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 2b3994aa8..0a09ab31a 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -671,7 +671,8 @@ function fatal_error($msg) $msg .= "\n"; } - $display = "

Piwigo encountered a non recoverable error

+ $display = " +

Piwigo encountered a non recoverable error

 $msg
 $btrace_msg
-- 
cgit v1.2.3