Fix null publishing date ... hopefully ok !

Esse commit está contido em:
Sébastien Lucas 2013-02-21 21:18:26 +01:00
commit 2c26ed47e9

Ver arquivo

@ -247,7 +247,7 @@ class Book extends Base {
}
public function getPubDate () {
if (is_null ($this->pubdate) || ($this->pubdate <= -58979926800)) {
if (is_null ($this->pubdate) || ($this->pubdate <= -58979923200)) {
return "";
}
else {