diff --git a/important_dates.php b/important_dates.php index 40dadd25..8715316d 100644 --- a/important_dates.php +++ b/important_dates.php @@ -31,11 +31,10 @@ while($r=mysql_fetch_object($q)) { $trclass = ($trclass == 'odd') ? 'even' : 'odd'; - if($r->date == '0000-00-00 00:00:00') - $d = i18n("not specified"); - else + if($r->date != '0000-00-00 00:00:00') { $d = format_datetime($r->udate); - echo "