fjbotto

Reviews(1)
 
Hi i 've recently downloaded this module, it is great, good job.
I was needing to list al cetegory items, even if they are empty, but the parameter Empty Categories in Section, doesn't work.

So to accomplish this i've made a little modification in helper.php line 155 and 161.

line 155: $empty = "\n HAVING numitems >= 0";
line 161: $empty_sec = "\n HAVING numitems >= 0";

as you can see i added the equal sign.

Thanks
Federico Botto