2
0
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:
Adam Zammit
2023-04-26 16:28:14 +10:00
parent fb74ee3c65
commit 7e202234f3
24 changed files with 88 additions and 62 deletions

View File

@@ -150,7 +150,7 @@ class Date_Span
* @see set()
* @access public
*/
function Date_Span($time = 0, $format = null)
function __construct($time = 0, $format = null)
{
$this->set($time, $format);
}
@@ -1080,4 +1080,4 @@ class Date_Span
* c-hanging-comment-ender-p: nil
* End:
*/
?>
?>