[xoops-cvslog 54] CVS update: xoops2jp/html/include

Back to archive index

onokazu onoka****@users*****
2005年 5月 31日 (火) 15:39:26 JST


Index: xoops2jp/html/include/calendarjs.php
diff -u xoops2jp/html/include/calendarjs.php:1.1.6.2 xoops2jp/html/include/calendarjs.php:1.1.6.3
--- xoops2jp/html/include/calendarjs.php:1.1.6.2	Tue May 31 15:38:34 2005
+++ xoops2jp/html/include/calendarjs.php	Tue May 31 15:39:25 2005
@@ -32,7 +32,7 @@
   if (calendar != null) {
     calendar.hide();
   } else {
-    var cal = new Calendar(true, <?php if (!empty($jstime)) { echo 'new Date('.$jstime.')'; } else { echo 'null';}?>, selected, closeHandler);
+    var cal = new Calendar(true, <?php if (isset($jstime)) { echo 'new Date('.$jstime.')'; } else { echo 'null';}?>, selected, closeHandler);
     calendar = cal;
     cal.setRange(2000, 2015);
     calendar.create();


xoops-cvslog メーリングリストの案内
Back to archive index