[freeside-commits] freeside/httemplate/edit/process part_pkg.cgi, 1.18.2.5, 1.18.2.6
Jeff Finucane,420,,
jeff at wavetail.420.am
Tue Dec 4 20:57:13 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv5707
Modified Files:
Tag: FREESIDE_1_7_BRANCH
part_pkg.cgi
Log Message:
wtf?
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/part_pkg.cgi,v
retrieving revision 1.18.2.5
retrieving revision 1.18.2.6
diff -u -d -r1.18.2.5 -r1.18.2.6
--- part_pkg.cgi 28 Nov 2007 20:18:34 -0000 1.18.2.5
+++ part_pkg.cgi 5 Dec 2007 04:57:05 -0000 1.18.2.6
@@ -38,8 +38,8 @@
%}
%$error = "At least one agent type must be specified."
% unless( scalar(@agents) ||
-% $cgi->param('clone') && $cgi->param('clone') ~= /^\d+$/ ||
-% !pkgpart && $conf->exists('agent-defaultpkg')
+% $cgi->param('clone') && $cgi->param('clone') =~ /^\d+$/ ||
+% !$pkgpart && $conf->exists('agent-defaultpkg')
% );
%
%my $new = new FS::part_pkg ( {
More information about the freeside-commits
mailing list