From b8409c86b5d7c2b20a8d92fa418b14c319b7b3f1 Mon Sep 17 00:00:00 2001 From: Darko Date: Wed, 1 Apr 2015 09:46:50 +0200 Subject: [PATCH] Change in from_unixtime. --- lib/copy_this/www/lib/framework/db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/copy_this/www/lib/framework/db.php b/lib/copy_this/www/lib/framework/db.php index 36412fb11..d5552bdbe 100644 --- a/lib/copy_this/www/lib/framework/db.php +++ b/lib/copy_this/www/lib/framework/db.php @@ -969,7 +969,7 @@ class DB extends \PDO * PHP interpretation of MySQL's from_unixtime method. * @param int $utime UnixTime * - * @return bool|string + * @return string */ public function from_unixtime($utime) {