summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2002-02-18 08:39:21 +0000
committerivan <ivan>2002-02-18 08:39:21 +0000
commit32e8c2a2a58428acd539d880357c76720334c011 (patch)
tree37cdbbbc6ae6c2c83fc2364c32892f63dfc1fd39 /htetc
parent412e2892a324cdd838f4a790102359adcc9b7400 (diff)
safe web demo operation! closes: Bug#217
fix bug in edit/part_pkg: s/bkg/pkg/ edit/part_pkg.cgi - plan <SELECT> is now properly stick on errors, closes: Bug#323
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa4
1 files changed, 3 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index db37bf156..ce3bc27c8 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -66,7 +66,9 @@ sub Script_OnFlush {
$$ref =~ s/<\/BODY>[\s\n]*<\/HTML>[\s\n]*$//i
or warn "can't remove";
- $$ref .= '<PRE>'. ("\n"x96). encode_entities(dbh->sprintProfile()). '</PRE>';
+ #$$ref .= '<PRE>'. ("\n"x96). encode_entities(dbh->sprintProfile()). '</PRE>';
+ # wtf? konqueror...
+ $$ref .= '<PRE>'. ("\n"x4096). encode_entities(dbh->sprintProfile()). '</PRE>';
$$ref .= '</BODY></HTML>';