~ubuntu-branches/debian/lenny/zabbix/lenny

« back to all changes in this revision

Viewing changes to frontends/php/include/graphs.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2006-11-08 15:06:04 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061108150604-jhc07uf5lkwcig6h
Tags: 1:1.1.4-1
* New upstream version
* Add Portuguese debconf translation, thanks 
  Miguel Figueiredo (Closes: #398301)
* Updated French Debconf translation, thanks
  Yves Rutschle (Closes: #398514)
* debian/patches/07_zabbix-delta.dpatch: remove,
  merged upstream
* Keep config templates in sync with upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
507
507
 
508
508
        function        navigation_bar_calc()
509
509
        {
 
510
                global $_REQUEST;
 
511
 
510
512
//              $workingperiod = 3600;
511
513
                if(!isset($_REQUEST["period"])) $_REQUEST["period"]=3600;
512
514
                if(!isset($_REQUEST["from"]))   $_REQUEST["from"]=0;
 
515
                if(!isset($_REQUEST["stime"]))  $_REQUEST["stime"]=null;
513
516
 
514
517
//              if(isset($_REQUEST["inc"]))             $workingperiod= $_REQUEST["period"]+$_REQUEST["inc"];
515
518
//              if(isset($_REQUEST["dec"]))             $workingperiod= $workingperiod-$_REQUEST["dec"];