Comment 2 for bug 1240208

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/2612
Committed: http://gitorious.org/mahara/mahara/commit/a640185d7542957161d4d955d960ea1f5146358f
Submitter: Aaron Wells (<email address hidden>)
Branch: master

commit a640185d7542957161d4d955d960ea1f5146358f
Author: Robert Lyon <email address hidden>
Date: Wed Oct 16 08:46:56 2013 +1300

Having 2 favourite skins broke add skin to page (bug 1240208)

the db call was complaining about ERROR: invalid input syntax for
integer: "2,3"

so I adjusted the db call to be similar to other WHERE id IN ( )
calls used elsewhere.

Change-Id: I65eb82e659d51cf08ef29d8c37b5bd4b312a2fa1
Signed-off-by: Robert Lyon <email address hidden>