From d3242da7dbd5e4dbf0dddbbcaf86f5405538030b Mon Sep 17 00:00:00 2001 From: Pascal KOCH Date: Tue, 15 Apr 2025 23:47:44 +0200 Subject: [PATCH] Update dBug.php forks of this colored debug to renew it --- dBug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dBug.php b/dBug.php index 09107d2..b25fc15 100755 --- a/dBug.php +++ b/dBug.php @@ -66,7 +66,7 @@ class dBug { var $arrHistory = array(); //constructor - function dBug($var,$forceType="",$bCollapsed=false) { + function __construct($var,$forceType="",$bCollapsed=false) { //include js and css scripts if(!defined('BDBUGINIT')) { define("BDBUGINIT", TRUE);