[Astpp-commit] SF.net SVN: astpp: [2172] trunk/astpp-common.pl
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2007-12-29 04:59:54
|
Revision: 2172
http://astpp.svn.sourceforge.net/astpp/?rev=2172&view=rev
Author: darrenkw
Date: 2007-12-28 20:59:59 -0800 (Fri, 28 Dec 2007)
Log Message:
-----------
Fix a minor typo.
Modified Paths:
--------------
trunk/astpp-common.pl
Modified: trunk/astpp-common.pl
===================================================================
--- trunk/astpp-common.pl 2007-12-29 04:58:01 UTC (rev 2171)
+++ trunk/astpp-common.pl 2007-12-29 04:59:59 UTC (rev 2172)
@@ -4076,7 +4076,7 @@
}
}
} else {
- $cardinfo = $vars;
+ my $cdrinfo = $vars;
my $tmp = "SELECT * FROM outbound_routes WHERE "
. $astpp_db->quote( $cdrinfo->{dst} )
. " RLIKE pattern AND status = 1 AND trunk = "
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|