diff options
-rw-r--r-- | it_html.class | 2 |
1 files changed, 1 insertions, 1 deletions
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) |