Skip to content
Snippets Groups Projects
Commit 957dfc8c authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 589c3970
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ sub cgi_to_where_clause {
push @param, "$name='$value'";
}
}
return join(" AND ", @param);
return @param;
}
sub throw_error {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment