diff options
| author | ivan <ivan> | 2001-08-21 09:34:13 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2001-08-21 09:34:13 +0000 |
| commit | 6ef34dda51afba96d8dc6c4dd72427c3d4003945 (patch) | |
| tree | 386c2a2659643f81bdcd08b4701ebee364282d7b /httemplate/browse/agent.cgi | |
| parent | bfb8e18f5e245c3043ea44fad8fe3119ee73b37a (diff) | |
no more &swapuid
Diffstat (limited to 'httemplate/browse/agent.cgi')
| -rwxr-xr-x | httemplate/browse/agent.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/agent.cgi b/httemplate/browse/agent.cgi index 23c8f7c5b..138b61365 100755 --- a/httemplate/browse/agent.cgi +++ b/httemplate/browse/agent.cgi @@ -1,11 +1,11 @@ <% -#<!-- $Id: agent.cgi,v 1.2 2001-08-21 02:31:56 ivan Exp $ --> +#<!-- $Id: agent.cgi,v 1.3 2001-08-21 09:34:13 ivan Exp $ --> use strict; use vars qw( $ui $cgi $p $agent ); use CGI; use CGI::Carp qw(fatalsToBrowser); -use FS::UID qw(cgisuidsetup swapuid); +use FS::UID qw(cgisuidsetup); use FS::Record qw(qsearch qsearchs); use FS::CGI qw(header menubar table popurl); use FS::agent; |
