Changeset 291 for trunk


Ignore:
Timestamp:
03/30/07 09:29:49 (17 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/search.php:

  • fixed bug in hc declaration, see ticket #9
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/search.php

    r248 r291  
    323323function makeSearchPage() {
    324324        global $clustername, $tpl, $id, $user, $name, $start_from_time, $start_to_time, $queue;
    325         global $end_from_time, $end_to_time, $filter, $default_showhosts, $m, $hosts_up;
     325        global $end_from_time, $end_to_time, $filter, $default_showhosts, $m, $hosts_up, $hc;
    326326        global $period_start, $period_stop, $sortby, $sortorder, $COLUMN_REQUESTED_MEMORY;
    327327        global $SEARCH_RESULT_LIMIT;
Note: See TracChangeset for help on using the changeset viewer.