Changeset 1178932
- Timestamp:
- 06/11/2015 11:42:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chronosly-events-calendar/tags/2.1.8/templates/calendar-chronosly.php
r1178919 r1178932 36 36 else if($k == "mo") $r = $month; 37 37 else if($k == "week") $r = $week; 38 if($k != "page_id" and $k != "p" and $k != "ch_code" and $k != "post_type" ) $params .= "&$k=$r";38 if($k != "page_id" and $k != "p" and $k != "ch_code" and $k != "post_type" and $k != "chronosly" ) $params .= "&$k=$r"; 39 39 } 40 40 $calendarId = rand();
Note: See TracChangeset
for help on using the changeset viewer.