till
2009-07-14 ec31b6f9f30d293078725e4d94ad40f1c5495daa

* ok, let's validate this for real (this time)


1 files modified
2 ■■■ changed files
installer/check.php 2 ●●● patch | view | raw | blame | history
installer/check.php
@@ -137,7 +137,7 @@
        } else {
            switch ($var) {
                case 'date.timezone':
                    if (date_default_timezone_get() === false) {
                    if (date_default_timezone_set($status) === false) {
                        $RCI->fail($var, "is '$status', but the settings is wrong");
                        echo '<br />';
                        continue;