summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2001-09-11 00:08:18 +0000
committerivan <ivan>2001-09-11 00:08:18 +0000
commitf5266a4d07d116efd732f433d0f4f3a47b143a7d (patch)
tree30b5bd95a9d3b3c588ab097f1877ae0d27e96741 /htetc
parent85e59606c0b5eed9780534ffaf554aa32bcf9baf (diff)
faster (cached) fuzzy searches
prelim. job queues! fixed part_svc editing
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 145529a06..b6f6c6975 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -63,8 +63,8 @@ sub handler
use FS::CGI qw(header menubar popurl table);
$cgi = new CGI;
- #&cgisuidsetup($cgi);
- &cgisuidsetup($r);
+ &cgisuidsetup($cgi);
+ #&cgisuidsetup($r);
$p = popurl(2);
}
$r->content_type('text/html');