You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is correct: $qry = "SELECT download_category_id,download_category_name,download_category_parent FROM #download_category WHERE download_category_class IN (".USERCLASS_LIST.") ORDER BY download_category_order, download_category_parent";
retrieve() is correct
compile() looks correct too (all 8 records in tree)
I have tree of download categories:
But upload categories display just this:
My USER_CLASS_LIST is 253,254,250,251,0
file e_upload.php in download plugin:
This is correct:
$qry = "SELECT download_category_id,download_category_name,download_category_parent FROM
#download_categoryWHERE download_category_class IN (".USERCLASS_LIST.") ORDER BY download_category_order, download_category_parent";
retrieve() is correct
compile() looks correct too (all 8 records in tree)
but this code returs only 3 records:
The text was updated successfully, but these errors were encountered: