/[dolibarr]/dolibarr/htdocs/telephonie/script/graph-statistiques-tempsreels.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/graph-statistiques-tempsreels.php

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

revision 1.4 by rodolphe, Thu Dec 8 15:13:34 2005 UTC revision 1.5 by rodolphe, Thu Dec 8 15:15:42 2005 UTC
# Line 110  if ($resql) Line 110  if ($resql)
110            $labels[$i] = $j;            $labels[$i] = $j;
111            if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 6)            if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 6)
112              {              {
113                $labels[$i] = 'S';                $labels[$i] = '(S';
114              }              }
115            if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 7)            if (strftime('%u',mktime(12,12,12,$month,$j,$year)) == 7)
116              {              {
117                $labels[$i] = 'D';                $labels[$i] = 'D)';
118              }              }
119          }          }
120                

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