summaryrefslogtreecommitdiff
path: root/httemplate/misc/change_pkg.cgi
diff options
context:
space:
mode:
authorivan <ivan>2007-02-10 00:42:44 +0000
committerivan <ivan>2007-02-10 00:42:44 +0000
commit1eab936f24926c3f0ce408c508ea5cd378209374 (patch)
tree4f3d996c73e4bbe4da21853eda73d1f02113f7fd /httemplate/misc/change_pkg.cgi
parenta099ad369951bea5e77d359cfbfe8dee4ae2d80e (diff)
REALLY fix the package changing this time
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi2
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>