From 11e670da55d18a999773374563390c4b378e5e41 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 27 Aug 2009 13:38:26 +0000 Subject: - Don't require date.timezone setting in installer (#1485989) --- installer/rcube_install.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'installer/rcube_install.php') diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 1ad1ff267..f30c0085f 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -467,6 +467,20 @@ class rcube_install echo Q($name) . ':  NOT OK'; $this->_showhint($message, $url); } + + + /** + * Display an error status for optional settings/features + * + * @param string Test name + * @param string Error message + * @param string URL for details + */ + function optfail($name, $message = '', $url = '') + { + echo Q($name) . ':  NOT OK'; + $this->_showhint($message, $url); + } /** -- cgit v1.2.3