From ed7b91633f48a88876241715cb6eb33c194dc30d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Wed, 12 Feb 2014 03:55:59 +0100 Subject: [PATCH] Not needed anymore with the return false. --- book.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/book.php b/book.php index 8f62b7f..d46203a 100644 --- a/book.php +++ b/book.php @@ -352,10 +352,6 @@ class Book extends Base { return false; } - // In case something bad happen below set a default size - $nw = "160"; - $nh = "120"; - $file = $this->getFilePath ("jpg"); // get image size if ($size = GetImageSize($file)) {