Guest
17 Aug 2012 04:38

Documentation says this parameter value should be an array of integers.

But in reality, only an integer is accepted : if you try to use an array, the parameter is ignored.

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
18 Aug 2012 09:49

I have just checked and I have been able to path type as an array. Be sure you put it to correct parameter.

open and uncomment line 225 in models/records.php

//if(! $total) echo nl2br(str_replace('#__', 'jos_', $query)) . "

";

You will see how query is changed according to parameters.

Powered by Cobalt