$NetBSD: patch-af,v 1.1.1.1 2006/06/15 13:26:44 taca Exp $

--- public_html/directory.php.orig	2006-05-28 18:41:41.000000000 +0900
+++ public_html/directory.php
@@ -355,7 +355,7 @@ function DIR_displayYear ($topic, $year,
             $fillm = 12;
         }
 
-        if ($lastm < $fillm) {
+        if ($lastm <= $fillm) {
             for (; $lastm <= $fillm; $lastm++) {
                 $retval .= '<li>' . DIR_monthLink ($topic, $year, $lastm, 0)
                         . '</li>';
