freeside/httemplate/edit/process svc_broadband.cgi,1.4,1.5

ivan ivan at pouncequick.420.am
Fri Feb 11 19:02:51 PST 2005


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory pouncequick:/tmp/cvs-serv13539

Modified Files:
	svc_broadband.cgi 
Log Message:
transaction not necessary here

Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/svc_broadband.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- svc_broadband.cgi	5 Aug 2003 00:20:51 -0000	1.4
+++ svc_broadband.cgi	12 Feb 2005 03:02:48 -0000	1.5
@@ -1,11 +1,5 @@
 <%
 
-# If it's stupid but it works, it's not stupid.
-# -- U.S. Army
-
-local $FS::UID::AutoCommit = 0;
-my $dbh = FS::UID::dbh;
-
 $cgi->param('svcnum') =~ /^(\d*)$/ or die "Illegal svcnum!";
 my $svcnum = $1;
 
@@ -31,14 +25,11 @@
   $svcnum = $new->svcnum;
 }
 
-
 if ( $error ) {
   $cgi->param('error', $error);
   $cgi->param('ip_addr', $new->ip_addr);
-  $dbh->rollback;
   print $cgi->redirect(popurl(2). "svc_broadband.cgi?". $cgi->query_string );
 } else {
-  $dbh->commit or die $dbh->errstr;
   print $cgi->redirect(popurl(3). "view/svc_broadband.cgi?" . $svcnum );
 }
 




More information about the freeside-commits mailing list