diff options
Diffstat (limited to 'httemplate/edit/process/cust_location.cgi')
-rw-r--r-- | httemplate/edit/process/cust_location.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_location.cgi b/httemplate/edit/process/cust_location.cgi index 3a2388111..962b1a075 100644 --- a/httemplate/edit/process/cust_location.cgi +++ b/httemplate/edit/process/cust_location.cgi @@ -3,7 +3,7 @@ % $cgi->redirect(popurl(3). 'edit/cust_location.cgi?'. $cgi->query_string ); % } else { - <% header("Location changed") %> + <& /elements/header-popup.html, emt("Location changed") &> <SCRIPT TYPE="text/javascript"> topreload(); </SCRIPT> |