mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
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:
@@ -239,7 +239,7 @@ sub cgi_to_where_clause {
|
||||
push @param, "$name='$value'";
|
||||
}
|
||||
}
|
||||
return join(" AND ", @param);
|
||||
return @param;
|
||||
}
|
||||
|
||||
sub throw_error {
|
||||
|
Reference in New Issue
Block a user