diff options
author | ivan <ivan> | 2007-02-10 00:42:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-02-10 00:42:44 +0000 |
commit | 1eab936f24926c3f0ce408c508ea5cd378209374 (patch) | |
tree | 4f3d996c73e4bbe4da21853eda73d1f02113f7fd /httemplate/misc/change_pkg.cgi | |
parent | a099ad369951bea5e77d359cfbfe8dee4ae2d80e (diff) |
REALLY fix the package changing this time
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-x | httemplate/misc/change_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi index aef3746ea..655799fc1 100755 --- a/httemplate/misc/change_pkg.cgi +++ b/httemplate/misc/change_pkg.cgi @@ -25,7 +25,7 @@ New package: <SELECT NAME="new_pkgpart"><OPTION VALUE=0></OPTION> %) { % my $pkgpart = $part_pkg->pkgpart; - <OPTION VALUE="$pkgpart" <% ( $cgi->param('error') && $cgi->param('new_pkgpart') == $pkgpart ) ? ' SELECTED' : '' %>> + <OPTION VALUE="<% $pkgpart %>" <% ( $cgi->param('error') && $cgi->param('new_pkgpart') == $pkgpart ) ? ' SELECTED' : '' %>> <% $pkgpart %>: <% $part_pkg->pkg %> - <% $part_pkg->comment %> </OPTION> |