From acfed13634d251a5b8f0911a284b2b21218c6182 Mon Sep 17 00:00:00 2001 From: Daku Date: Thu, 19 May 2016 17:49:35 +0100 Subject: [PATCH] is deprecated --- install.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.php b/install.php index 4b2eda3d..2db9cb12 100644 --- a/install.php +++ b/install.php @@ -138,10 +138,10 @@ function check_im_version() { function eok($name, $value) { echo "
$name ... "; if($value) { - echo "ok\n"; + echo "ok\n"; } else { - echo "failed\n"; + echo "failed\n"; } } // }}} @@ -171,7 +171,7 @@ function ask_questions() { // {{{ if(check_gd_version() == 0 && check_im_version() == 0) { $errors[] = " - No thumbnailers cound be found - install the imagemagick + No thumbnailers could be found - install the imagemagick tools (or the PHP-GD library, of imagemagick is unavailable). "; }