noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/02: Fix bug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/02: Fix bug
Date: Mon, 01 Dec 2014 19:50:31 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 3c37cbee5dc418a2251fcbd86d8c6337f3d348be
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 1 18:34:24 2014 +0100

    Fix bug
---
 include/export_stock_histo_csv.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/export_stock_histo_csv.php 
b/include/export_stock_histo_csv.php
index e8035a5..5f3685f 100644
--- a/include/export_stock_histo_csv.php
+++ b/include/export_stock_histo_csv.php
@@ -28,7 +28,7 @@
 if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
 require_once 'class_stock.php';
 
-$stock=new Stock();
+$stock=new Stock($cn);
 $sql = $stock->create_query_histo($_GET);
 $sql .= " order by  real_date asc";
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]