]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 253755 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 22 Mar 2010 19:01:16 +0000 (19:01 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 22 Mar 2010 19:01:16 +0000 (19:01 +0000)
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.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@253756 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 {