[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 10/13: PHP 7.2 mistyped command
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 10/13: PHP 7.2 mistyped command |
Date: |
Sat, 19 Jan 2019 16:53:00 -0500 (EST) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 5037baf305ebb0a35f8194a65cd7207143d5378f
Author: Dany De Bontridder <address@hidden>
Date: Sat Jan 12 14:33:48 2019 +0100
PHP 7.2 mistyped command
---
include/class/acc_ledger.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/class/acc_ledger.class.php
b/include/class/acc_ledger.class.php
index 1e4b704..47738a2 100644
--- a/include/class/acc_ledger.class.php
+++ b/include/class/acc_ledger.class.php
@@ -1147,7 +1147,7 @@ class Acc_Ledger extends jrn_def_sql
}
$account=new Acc_Account($this->db,${"poste".$i});
if ( $account->get_parameter("pcm_direct_use") == "N") {
- throw new Exception(sprinff (_("Utilisation directe
interdite du poste comptable %s"), ${"poste".$i}));
+ throw new Exception(sprintf (_("Utilisation directe
interdite du poste comptable %s"), ${"poste".$i}));
}
}
}
- [Noalyss-commit] [noalyss] branch master updated (1971f32 -> ffb0255), Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 01/13: use of httpInput, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 13/13: Protect parameters, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 02/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 04/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 05/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 06/13: Translation, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 08/13: remove commented code, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 09/13: PHP 7.2 incomptability : sizeof of not array, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 10/13: PHP 7.2 mistyped command,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 12/13: Typo, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 11/13: Database upgrade, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 07/13: Misc. Operation : input : Missing tag TR, Dany De Bontridder, 2019/01/19
- [Noalyss-commit] [noalyss] 03/13: Translation, Dany De Bontridder, 2019/01/19