Ejemplo n.º 1
0
 function can_change_tag_anno($tag, $forceShow = null)
 {
     $twiddle = strpos($tag, "~");
     return $this->privChair || $this->isPC && !TagInfo::is_chair($tag) && ($twiddle === false || $twiddle === 0 && $tag[1] !== "~" || $twiddle > 0 && substr($tag, 0, $twiddle) == $this->contactId);
 }