From 3df4e3e741ad991f0a99f93b406c314f2e0cda3e Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 12 Apr 2006 08:59:27 +0000 Subject: [PATCH] Export le fichier dans /var/www --- htdocs/telephonie/script/tools/export-comms-client52.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/script/tools/export-comms-client52.php b/htdocs/telephonie/script/tools/export-comms-client52.php index 9e24d830b8e..f708097ace1 100644 --- a/htdocs/telephonie/script/tools/export-comms-client52.php +++ b/htdocs/telephonie/script/tools/export-comms-client52.php @@ -18,7 +18,7 @@ * $Id$ * $Source$ * - * Vérifie les lignes ayant le statut d'attente + * Export les comms du client 52 pour analyse Birts * */ require ("../../../master.inc.php"); @@ -45,7 +45,7 @@ $sql .= " ORDER BY f.date ASC, f.fk_ligne ASC"; $resql = $db->query($sql); if ( $resql ) { - $fname = "/tmp/export-comms-52.xls"; + $fname = "/var/www/export-comms-52.xls"; $workbook = &new writeexcel_workbook($fname); @@ -64,7 +64,7 @@ if ( $resql ) $i = 1; while ($row = $db->fetch_row($resql)) { - print $row[0]. " ".$row[1]." ".$row[3]." ".$row[2]."\n"; + //print $row[0]. " ".$row[1]." ".$row[3]." ".$row[2]."\n"; $xx = $i + 1;