[freeside-commits] freeside/FS/FS agent.pm,1.12,1.13
Ivan,,,
ivan at wavetail.420.am
Wed Mar 8 00:21:39 PST 2006
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv9261
Modified Files:
agent.pm
Log Message:
add space in error msg
Index: agent.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/agent.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- agent.pm 15 Oct 2005 11:29:53 -0000 1.12
+++ agent.pm 8 Mar 2006 08:21:37 -0000 1.13
@@ -195,7 +195,7 @@
my( $self, $sql ) = @_;
my $statement = "SELECT COUNT(*) FROM cust_main WHERE agentnum = ? AND $sql";
my $sth = dbh->prepare($statement) or die dbh->errstr." preparing $statement";
- $sth->execute($self->agentnum) or die $sth->errstr. "executing $statement";
+ $sth->execute($self->agentnum) or die $sth->errstr. " executing $statement";
$sth->fetchrow_arrayref->[0];
}
More information about the freeside-commits
mailing list