[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
//---
- [Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore, (continued)
- [Noalyss-commit] [noalyss] 01/19: Typo DatabaseCore, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 02/19: highlight default password, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 03/19: hightlight password + add waiting box when installing, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 10/19: Task #0001733: Impression moyen paiement Add name of the bank card to the prepared query, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 11/19: CFGLED Ergonomy : the card we've created is proposed in the field "bank account", Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 12/19: Merge branch 'dev7109', Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 14/19: Fiche:GetByDef if nothing is found returns empty array, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 16/19: Fiche Cosmetic :, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 04/19: Correct Add button for ledger when creating FIN ledger, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 05/19: Bug prerelease : Cannot save preference, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 07/19: Code : mistype variable $step,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 06/19: Code : missing semicolon, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 15/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 17/19: Merge branch 'dev7109', Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 19/19: Merge branch 'master' of gitlab.noalyss.eu:noalyss/noalyss, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 08/19: verif_bil : fetch_all return false or an array, comptability PHP7, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 13/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 09/19: Security : direct access to GLOBALS, Dany De Bontridder, 2019/09/09
- [Noalyss-commit] [noalyss] 18/19: Cleaning, Dany De Bontridder, 2019/09/09