Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion www/includes/easyparliament/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -3087,7 +3087,7 @@ public function display_commentreportlist($data) {
*
*/
public function display_calendar_month($month, $year, $dateArray, $page) {
// From http://www.zend.com/zend/trick/tricks-Oct-2002.php
// From https://www.zend.com/zend/trick/tricks-Oct-2002.php
// Adjusted for style, putting Monday first, and the URL of the page linked to.

// Used in templates/html/hansard_calendar.php.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
// $month and $year are integers.
// $dates is an array of dates that should be links in this month.

// From http://www.zend.com/zend/trick/tricks-Oct-2002.php
// From https://www.zend.com/zend/trick/tricks-Oct-2002.php
// Adjusted for style, putting Monday first, and the URL of the page linked to.


Expand Down
Loading