Change in from_unixtime.

This commit is contained in:
Darko
2015-04-01 09:46:50 +02:00
parent c43edf40aa
commit b8409c86b5
+1 -1
View File
@@ -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)
{