[freeside-commits] freeside/httemplate/misc change_pkg.cgi,1.5,1.6
Ivan,,,
ivan at wavetail.420.am
Fri Feb 9 16:42:46 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv3006
Modified Files:
change_pkg.cgi
Log Message:
REALLY fix the package changing this time
Index: change_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/change_pkg.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- change_pkg.cgi 9 Feb 2007 23:29:20 -0000 1.5
+++ change_pkg.cgi 10 Feb 2007 00:42:44 -0000 1.6
@@ -25,7 +25,7 @@
%) {
% 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>
More information about the freeside-commits
mailing list