[asterisk-commits] tilghman: branch 1.6.1 r253756 - in /branches/1.6.1: ./ contrib/scripts/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Mar 22 14:01:19 CDT 2010
Author: tilghman
Date: Mon Mar 22 14:01:16 2010
New Revision: 253756
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=253756
Log:
Merged revisions 253755 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r253755 | tilghman | 2010-03-22 13:58:48 -0500 (Mon, 22 Mar 2010) | 4 lines
Return the list for later manipulation. This fixes an issue with the update procedure.
Debugging with mmichelson.
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/contrib/scripts/dbsep.cgi
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/contrib/scripts/dbsep.cgi
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.1/contrib/scripts/dbsep.cgi?view=diff&rev=253756&r1=253755&r2=253756
==============================================================================
--- branches/1.6.1/contrib/scripts/dbsep.cgi (original)
+++ branches/1.6.1/contrib/scripts/dbsep.cgi Mon Mar 22 14:01:16 2010
@@ -239,7 +239,7 @@
push @param, "$name='$value'";
}
}
- return join(" AND ", @param);
+ return @param;
}
sub throw_error {
More information about the asterisk-commits
mailing list