mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
More php8 compat fixes
This commit is contained in:
@@ -80,9 +80,9 @@ class Calendar_Hour extends Calendar
|
||||
*
|
||||
* @access public
|
||||
*/
|
||||
function Calendar_Hour($y, $m, $d, $h)
|
||||
function __construct($y, $m, $d, $h)
|
||||
{
|
||||
parent::Calendar($y, $m, $d, $h);
|
||||
parent::__construct($y, $m, $d, $h);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -134,4 +134,4 @@ class Calendar_Hour extends Calendar
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user