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

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

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

revision 1.1 by rodolphe, Wed Oct 26 18:54:18 2005 UTC revision 1.2 by rodolphe, Wed Oct 26 18:56:33 2005 UTC
# Line 30  require_once (DOL_DOCUMENT_ROOT."/teleph Line 30  require_once (DOL_DOCUMENT_ROOT."/teleph
30    
31  $img_root = DOL_DATA_ROOT."/graph/telephonie/";  $img_root = DOL_DATA_ROOT."/graph/telephonie/";
32    
33  $sql = "SELECT date_format(date, '%m'), duree, numero";  $sql = "SELECT SQL_BIG_RESULT date_format(date, '%m'), duree, numero";
34  $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details";  $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details";
35  $sql .= " ORDER BY fk_ligne";  $sql .= " ORDER BY fk_ligne";
36    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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