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
This commit is contained in:
Tilghman Lesher
2010-03-22 18:58:48 +00:00
parent 589c397065
commit 957dfc8c6d

View File

@@ -239,7 +239,7 @@ sub cgi_to_where_clause {
push @param, "$name='$value'";
}
}
return join(" AND ", @param);
return @param;
}
sub throw_error {