Skip to content

Commit

Permalink
Merge pull request #14 from pierretux/fix/notice
Browse files Browse the repository at this point in the history
fix: notice sur le parser_xml
  • Loading branch information
psychoz971 committed Sep 22, 2023
2 parents c5a2a6d + a656a33 commit 62f5ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comarquage_fonctions.php
Expand Up @@ -114,7 +114,7 @@ function type_entrer($xml) {
* @return string
*/
function parser_xml($xml) {
$id = $xml[0];
$id = substr($xml,0,1);
switch ($id) {
case "F":
$noeud = "fiche";
Expand Down

0 comments on commit 62f5ddc

Please sign in to comment.