J
|
Jane 12/5/2006 |
Hi, $ret=GetFullFieldName(GetTableOwnerID())."=".make_db_value(GetTableOwnerID(),$ownerid);
$ret=GetFullFieldName(GetTableOwnerID())." like '%".prepare_for_db(GetTableOwnerID(),$ownerid)."%'";
if(!((string)$_SESSION["OwnerID"]===(string)$strValue)) return false;
if(strpos($strValue,$_SESSION["OwnerID"])===false) return false;
|