diff options
author | Christian Helbling | 2011-04-27 13:02:45 +0000 |
---|---|---|
committer | Christian Helbling | 2011-04-27 13:02:45 +0000 |
commit | 4ee1e75ffa3b6274b44bce1fc8959f90e4aca2e8 (patch) | |
tree | 6361929898aa415cd95b6b9dabcfd40a8e7b1fa4 | |
parent | 8462b24d8007b329787edc2b70fbd50730d70445 (diff) | |
download | itools-4ee1e75ffa3b6274b44bce1fc8959f90e4aca2e8.tar.gz itools-4ee1e75ffa3b6274b44bce1fc8959f90e4aca2e8.tar.bz2 itools-4ee1e75ffa3b6274b44bce1fc8959f90e4aca2e8.zip |
renamed debug variable "help" back to "what"
-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) |