{
# $Id: history.egw,v 1.5 1996/01/26 15:50:06 adam Exp $
if {[info commands saveState] == ""} {
source z39util.tcl
}
set useIcons 1
button-europagate
button-new-target 0
z39history
set useIcons 0
button-europagate
button-new-target 0
}
{
catch maintenance
if {!$debug} return
html "
\n"
html "Debug information
\n"
html "sessionId: $sessionId
\n"
html "sessionParms: $sessionParms
\n"
foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
html $e {: } $env($e) {
} \n
}
html "form: " [egw_form] "
\n"
}