From f823a9cdb0e779fbd39a627363b428accb7bf842 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 26 Oct 2005 18:56:33 +0000 Subject: [PATCH] Nouveau fichier --- htdocs/telephonie/script/graph-statistiques-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/script/graph-statistiques-test.php b/htdocs/telephonie/script/graph-statistiques-test.php index e67b2823005..ec14d1ebee3 100644 --- a/htdocs/telephonie/script/graph-statistiques-test.php +++ b/htdocs/telephonie/script/graph-statistiques-test.php @@ -30,7 +30,7 @@ require_once (DOL_DOCUMENT_ROOT."/telephonie/stats/graph/bar.class.php"); $img_root = DOL_DATA_ROOT."/graph/telephonie/"; -$sql = "SELECT date_format(date, '%m'), duree, numero"; +$sql = "SELECT SQL_BIG_RESULT date_format(date, '%m'), duree, numero"; $sql .= " FROM ".MAIN_DB_PREFIX."telephonie_communications_details"; $sql .= " ORDER BY fk_ligne";