static function getHelpTopicsTicket($publicOnly=false, $disabled=false) {global $cfg;static $topics, $names;/*custom var*/$niveles = array();if (!$names) {$sql = 'SELECT topic_id, topic_pid, ispublic, isactive, topic FROM '.TOPIC_TABLE. ' WHERE ispublic=1 AND isactive=1 ORDER BY `sort`';$res = db_query($sql);For those interested, from the first mod of Suntas I made this change on class.topic.php:I added the yellow part to the code. I don't use registered users (for now) but a guest can't view private or disabled topics. An agent can open a ticket, view private topics, but no disabled. So, I think is working as expected. Going to do further tests and testing with registered users. The multiple combobox is for me the best way of seeing it, and it would be great to have on 1.10!