Skip to content

Commit

Permalink
fix: notice sur le parser_xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre KUHN committed Sep 20, 2023
1 parent c5a2a6d commit a656a33
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 a656a33

Please sign in to comment.