From 4ee1e75ffa3b6274b44bce1fc8959f90e4aca2e8 Mon Sep 17 00:00:00 2001 From: Christian Helbling Date: Wed, 27 Apr 2011 13:02:45 +0000 Subject: renamed debug variable "help" back to "what" --- it_html.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index 0b68f75..087b060 100644 --- a/it_html.class +++ b/it_html.class @@ -206,7 +206,7 @@ function body($args) if ($this->p['use_it_state']) array_unshift($args, tag('iframe', array('id' => "it_state", 'src' => "/itjs/state.html", 'width' => 1, 'height' => 1, 'frameborder' => 0))); - if (EDC('help')) + if (EDC('what')) { ksort($GLOBALS['ULTRADEBUGVARS']); foreach ($GLOBALS['ULTRADEBUGVARS'] as $var => $dummy) -- cgit v1.2.3