zentaobiz.php 357 B

1234567891011
  1. <?php
  2. global $app;
  3. if(!empty($app->user->feedback) or !empty($_COOKIE['feedbackView']))
  4. {
  5. unset($config->doc->search['fields']['product']);
  6. unset($config->doc->search['fields']['execution']);
  7. unset($config->doc->search['params']['product']);
  8. unset($config->doc->search['params']['execution']);
  9. }
  10. $config->doc->notArticleType .= ',chapter';