mattfaulds
function categoryArray()
{
global $database;
$query = "SELECT c.*, c.parent_id AS parent"
. "\n FROM #__categories AS c"
. "\n WHERE c.section='com_docman'"
. "\n AND c.published != -2"
. "\n ORDER BY parent_id,ordering" ;
All works very well now and I'm happy. Thanks!
Thank you for the report!
I have fixed the issue in version 0.4.2-beta!




