/[dolibarr]/dolibarr/htdocs/telephonie/stats/ProcessGraphLignes.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/stats/ProcessGraphLignes.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by eldy, Wed Mar 23 23:09:32 2005 UTC revision 1.5 by rodolphe, Fri Jul 29 12:55:21 2005 UTC
# Line 120  class ProcessGraphLignes Line 120  class ProcessGraphLignes
120                            
121              $graphduree = new GraphAppelsDureeMoyenne ($this->db, $file);              $graphduree = new GraphAppelsDureeMoyenne ($this->db, $file);
122              $graphduree->ligne = $ligne;              $graphduree->ligne = $ligne;
123                $graphduree->width = 360;
124              $graphduree->show_console = 0 ;              $graphduree->show_console = 0 ;
125              $graphduree->Graph();              $graphduree->Graph();
126                            
# Line 129  class ProcessGraphLignes Line 130  class ProcessGraphLignes
130                            
131              $graphx = new GraphCommNbMensuel ($this->db, $file);              $graphx = new GraphCommNbMensuel ($this->db, $file);
132              $graphx->ligne = $ligne;              $graphx->ligne = $ligne;
133                $graphx->width = 360;
134              $graphx->show_console = 0 ;              $graphx->show_console = 0 ;
135              $graphx->Graph();              $graphx->Graph();
136    
# Line 138  class ProcessGraphLignes Line 140  class ProcessGraphLignes
140                            
141              $graphx = new GraphCommNbMinutes ($this->db, $file);              $graphx = new GraphCommNbMinutes ($this->db, $file);
142              $graphx->ligne = $ligne;              $graphx->ligne = $ligne;
143                $graphx->width = 360;
144              $graphx->show_console = 0 ;              $graphx->show_console = 0 ;
145              $graphx->Graph();              $graphx->Graph();
146            }                  }      

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26