~hartmut-php/eventum/no-mysql-functions

« back to all changes in this revision

Viewing changes to htdocs/view.php

  • Committer: Elan Ruusamäe
  • Date: 2011-04-20 14:21:01 UTC
  • Revision ID: glen@delfi.ee-20110420142101-43l6v4geuplrbrbf
Separate search methods to new Search class

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
        if (!@in_array($details['iss_prj_id'], $associated_projects)) {
79
79
            $tpl->assign("auth_customer", 'denied');
80
80
        } else {
81
 
            $options = Issue::saveSearchParams();
 
81
            $options = Search::saveSearchParams();
82
82
            $sides = Issue::getSides($issue_id, $options);
83
83
 
84
84
            // check if scheduled release should be displayed