]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Return the list for later manipulation. This fixes an issue with the update procedure.
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 22 Mar 2010 18:58:48 +0000 (18:58 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 22 Mar 2010 18:58:48 +0000 (18:58 +0000)
Debugging with mmichelson.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@253755 65c4cc65-6c06-0410-ace0-fbb531ad65f3

contrib/scripts/dbsep.cgi

index 834067331ec730b6affc1e4dfc85b3b24c571cb5..0705aa671d305daf35e24e1f57dc7c2418a9e159 100755 (executable)
@@ -239,7 +239,7 @@ sub cgi_to_where_clause {
                        push @param, "$name='$value'";
                }
        }
-       return join(" AND ", @param);
+       return @param;
 }
 
 sub throw_error {