SelectParam($params, 'name,module'); $sql = 'SELECT Loaded FROM '.$this->Application->getUnitOption('mod', 'TableName').' WHERE Name = "'.$module.'"'; return $this->Conn->GetOne($sql) ? 1 : 0; } } ?>