listing one quota above another
Using Jamroom
blindmime:
Yeah, I was hoping for a way to do it in the jrCore_list call. Brian says the "in" clause should do it, but that's not working for me. Am I doing it wrong?
Yeah, I was hoping for a way to do it in the jrCore_list call. Brian says the "in" clause should do it, but that's not working for me. Am I doing it wrong?
It only works if the IN clause in the search is searching on a KEY that is from the module being searched. In this case the IN clause is looking for quota_id, but you're probably listing from a module that is NOT the jrProfile module.
You will need to do it like Paul shows.