diff options
Diffstat (limited to 'modules/mod_calendar.php')
| -rw-r--r-- | modules/mod_calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_calendar.php b/modules/mod_calendar.php index de80a5c..3cfca0a 100644 --- a/modules/mod_calendar.php +++ b/modules/mod_calendar.php @@ -24,7 +24,7 @@ if( !empty( $_REQUEST['todate'] ) ) { } elseif( !empty( $_SESSION['calendar']['focus_date'] ) ) { $_REQUEST["todate"] = $_SESSION['calendar']['focus_date']; } else { - $_SESSION['calendar']['focus_date'] = $cal->mDate->gmmktime( 0, 0, 0, $cal->mDate->date( 'm' ), $cal->mDate->date( 'd' ), $cal->mDate->date( 'Y' ) ); + $_SESSION['calendar']['focus_date'] = ''; // $cal->mDate->gmmktime( 0, 0, 0, $cal->mDate->date( 'm' ), $cal->mDate->date( 'd' ), $cal->mDate->date( 'Y' ) ); $_REQUEST["todate"] = $_SESSION['calendar']['focus_date']; } |
