summaryrefslogtreecommitdiff
path: root/httemplate/edit/agent_type.cgi
diff options
context:
space:
mode:
authorivan <ivan>2001-10-26 10:24:56 +0000
committerivan <ivan>2001-10-26 10:24:56 +0000
commit91387f8f489e561deaf1de052d80ef800a4970a3 (patch)
treeada548d8be00671f6a39d3b41229410bdf2f1e31 /httemplate/edit/agent_type.cgi
parent1904d44bb20adf403e21513db7470153f751d605 (diff)
cache foo
*sigh*
Diffstat (limited to 'httemplate/edit/agent_type.cgi')
-rwxr-xr-xhttemplate/edit/agent_type.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/agent_type.cgi b/httemplate/edit/agent_type.cgi
index ac41eec..eba2c23 100755
--- a/httemplate/edit/agent_type.cgi
+++ b/httemplate/edit/agent_type.cgi
@@ -1,5 +1,5 @@
<%
-#<!-- $Id: agent_type.cgi,v 1.3 2001-09-04 15:06:03 ivan Exp $ -->
+#<!-- $Id: agent_type.cgi,v 1.4 2001-10-26 10:24:56 ivan Exp $ -->
use strict;
use vars qw( $cgi $agent_type $action $hashref $p $part_pkg );
@@ -32,7 +32,7 @@ $action = $agent_type->typenum ? 'Edit' : 'Add';
$hashref = $agent_type->hashref;
$p = popurl(2);
-print $cgi->header( '-expires' => 'now' ), header("$action Agent Type", menubar(
+print $cgi->header( @FS::CGI::header ), header("$action Agent Type", menubar(
'Main Menu' => "$p",
'View all agent types' => "${p}browse/agent_type.cgi",
));