Append to the array, dont reset it to an int

git-svn-id: file:///home/svn/framework3/trunk@9204 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-05-02 23:13:21 +00:00
parent bbc9c14b1e
commit 94d67d57f6
1 changed files with 4 additions and 4 deletions

View File

@ -579,7 +579,7 @@ class DBManager
if opts[:host]
host = get_host(:workspace => wspace, :address => opts[:host])
condition = "host_id = ?"
condition_values = host[:id]
condition_values << host[:id]
end
if opts[:proto]
if condition.length > 0