/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 classes/interval.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-22 22:03:09 UTC
  • Revision ID: csa@dside.dyndns.org-20080422220309-leykb6bdy8k6824s
Provide information in the statusbar, fix of global menu positioning

Show diffs side-by-side

added added

removed removed

Lines of Context:
500
500
    return $this->window_size;
501
501
 }
502
502
 
 
503
 function IsEmpty() {
 
504
    if (!$this->window_start) return true;
 
505
    return false;
 
506
 }
 
507
 
503
508
 function GetIntervalStart() {
504
509
    return $this->interval_start;
505
510
 }