diff options
| author | khoff <khoff> | 2007-05-11 23:19:14 +0000 |
|---|---|---|
| committer | khoff <khoff> | 2007-05-11 23:19:14 +0000 |
| commit | 39af7e54f1c6cc068ba7d980d7ababdb88d8ae68 (patch) | |
| tree | d3663ae9fc713554a02a279835f394bd54d33e81 /httemplate/search/report_cust_pkg.html | |
| parent | bf33a68cb21ef3a4596cafe0996f0f9e61367500 (diff) | |
Fix (hopefully) all uses of /elements/tr-select-agent.html where agentnum may be undefined. (backport)
Diffstat (limited to 'httemplate/search/report_cust_pkg.html')
| -rwxr-xr-x | httemplate/search/report_cust_pkg.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_cust_pkg.html b/httemplate/search/report_cust_pkg.html index 5b2efa2ca..1412816c9 100755 --- a/httemplate/search/report_cust_pkg.html +++ b/httemplate/search/report_cust_pkg.html @@ -9,7 +9,7 @@ <TH BGCOLOR="#e8e8e8" COLSPAN=2 ALIGN="left"><FONT SIZE="+1">Search options</FONT></TH> </TR> <% include( '/elements/tr-select-agent.html', - $cgi->param('agentnum'), + ($cgi->param('agentnum') || ''), ) %> |
