KATOH Yasufumi
karma****@users*****
2007年 2月 14日 (水) 20:20:32 JST
Update of /cvsroot/pal/weather/src/java/jp/sf/pal/weather In directory sf-cvs:/tmp/cvs-serv12450/src/java/jp/sf/pal/weather Modified Files: WeatherPortlet.java Log Message: あさってだけ選択するとエラーになっていたので修正 weather/src/java/jp/sf/pal/weather/WeatherPortlet.java 1.12 -> 1.13 (modified) http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/weather/src/java/jp/sf/pal/weather/WeatherPortlet.java.diff?r1=1.12&r2=1.13 =================================================================== RCS file: weather/src/java/jp/sf/pal/weather/WeatherPortlet.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- WeatherPortlet.java 2007/02/13 12:51:20 1.12 +++ WeatherPortlet.java 2007/02/14 11:20:31 1.13 @@ -238,7 +238,7 @@ } // チェックボックスにチェックがない場合 - if (today == null && tomorrow == null) { + if (today == null && tomorrow == null && dayaftertomorrow == null) { return ; }