From: Tilghman Lesher Date: Mon, 22 Mar 2010 18:58:48 +0000 (+0000) Subject: Return the list for later manipulation. This fixes an issue with the update procedure. X-Git-Tag: 11.0.0-beta1~3253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=957dfc8c6d7c607c6b803ea1b5220c388eff8edb;p=thirdparty%2Fasterisk.git Return the list for later manipulation. This fixes an issue with the update procedure. Debugging with mmichelson. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253755 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/contrib/scripts/dbsep.cgi b/contrib/scripts/dbsep.cgi index 834067331e..0705aa671d 100755 --- a/contrib/scripts/dbsep.cgi +++ b/contrib/scripts/dbsep.cgi @@ -239,7 +239,7 @@ sub cgi_to_where_clause { push @param, "$name='$value'"; } } - return join(" AND ", @param); + return @param; } sub throw_error {