/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to services/menu.php

  • Committer: Suren A. Chilingaryan
  • Date: 2013-01-17 16:50:01 UTC
  • Revision ID: csa@dside.dyndns.org-20130117165001-e38kji5dtn9togc5
Fix the menu problems while experiments are used

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
*/
36
36
 
37
37
function ListExperiments(&$list, &$query) {
 
38
    global $item_tag;
 
39
    global $item_title;
 
40
    
38
41
    foreach ($list as $eid => $exp) {
39
42
        $exp_name = xml_escape($exp["name"]);
40
43
        $equery = $query .  "__" . $exp['start'] . "-" . $exp['stop'];