noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 07/19: Code : mistype variable $step


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 07/19: Code : mistype variable $step
Date: Mon, 9 Sep 2019 13:54:58 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 1423b77e27e1ecd747d1b9b5ab3c7384545fab20
Author: Dany De Bontridder <address@hidden>
Date:   Sun Sep 8 14:18:08 2019 +0200

    Code : mistype variable $step
---
 include/export/export_form_csv.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/export/export_form_csv.php 
b/include/export/export_form_csv.php
index cc6fa97..1384d6e 100644
--- a/include/export/export_form_csv.php
+++ b/include/export/export_form_csv.php
@@ -49,7 +49,7 @@ $export->send_header();
 // Step ?
 //--
 $p_step=$http->get('p_step',"string",0);
-if (  $step == 0 )
+if (  $p_step == 0 )
 {
     if ( $type_periode == 0 )
     {
@@ -80,7 +80,7 @@ if (  $step == 0 )
         $export->write();
     }
 }
-elseif ($step == 1)
+elseif ($p_step == 1)
 {
     // Gather all the data
     //---



reply via email to

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