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
certified/1.8.6
Tilghman Lesher 15 years ago
parent 589c397065
commit 957dfc8c6d

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

Loading…
Cancel
Save