diff options
author | jeff <jeff> | 2006-12-29 21:48:49 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-12-29 21:48:49 +0000 |
commit | 00d879f025283fd06f5ceaf427cc51fef71620f8 (patch) | |
tree | aa6b6e8a4aa63ef8760df44065acb65a08eefdb6 /httemplate/elements/select-agent.html | |
parent | 633c48448d9468690b7ad77eb6ff7c660a286658 (diff) |
correct bad include, and improve no agent selected condition
Diffstat (limited to 'httemplate/elements/select-agent.html')
-rw-r--r-- | httemplate/elements/select-agent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-agent.html b/httemplate/elements/select-agent.html index e85ede5b8..3107ff9d4 100644 --- a/httemplate/elements/select-agent.html +++ b/httemplate/elements/select-agent.html @@ -8,7 +8,7 @@ <% include( '/elements/select-table.html', 'table' => 'agent', 'name_col' => 'agent', - 'value' => $agentnum, + 'value' => $agentnum || '', 'empty_label' => 'all', 'hashref' => { 'disabled' => '' }, 'extra_sql' => ' AND '. |