A
|
ann 12/17/2010 |
Musthafa, |
M
|
musthafa author 12/26/2010 |
if I have a page category as a parent table for Pages, Can I restrict the admin to use a particular page category? |
J
|
Jane 12/27/2010 |
Unfortunately you can't use fields from other tables as OwnerID. $strWhereClause = where($strWhereClause,"page_category_id in (".$_SESSION["list"].")");
|