Index: /branches/version-2_13-dev/data/class/SC_CheckError.php
===================================================================
--- /branches/version-2_13-dev/data/class/SC_CheckError.php	(revision 22609)
+++ /branches/version-2_13-dev/data/class/SC_CheckError.php	(revision 22817)
@@ -936,5 +936,5 @@
         $this->createParam($value);
         // 年が入力されている。
-        if ($this->arrParam[$value[1]] > 0) {
+        if (strlen($this->arrParam[$value[1]]) >= 1) {
 
             // 年の数字チェック、最小数値制限チェック
