Method:
userBibCondition()
Class:
LISTCOMMON
Method Call:
include_once("core/list/LISTCOMMON.php");
$common = new LISTCOMMON($this->db, $this->vars);
BOOLEAN/STRING $common->userBibCondition;
Description:
This method returns a SQL CONDITION clause that can be used to limit listing of bibliographic resources if the user is browsing a user bibliography. If the WIKINDX Master bibliography is being browsed, FALSE is returned. You will need to prepend ' WHERE ' yourself.