Forráskód Böngészése

forgot to remove debug string lol

yeungalan 5 éve
szülő
commit
189ecd789f
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      SystemAOB/functions/timezone_v1/opr.php

+ 0 - 1
SystemAOB/functions/timezone_v1/opr.php

@@ -49,7 +49,6 @@ if($_GET["opr"] == "query"){
 		
 		//check the Daylight saving
 		$nextDayLightSavingTZ = new DateTimeZone($result["timezone"]); //use timezone to fetch the data
-		print_r($nextDayLightSavingTZ);
 		//get next transitions
 		$nextDayLightSavingTZTransitions = $nextDayLightSavingTZ->getTransitions(time());
 		//if >1 then means had daylight saving in future