Browse Source

getGraphs: Sub spaces by dot (close: #100)

Sebastien Badia 11 years ago
parent
commit
a2bd993699
1 changed files with 2 additions and 0 deletions
  1. 2 0
      getGraphsFDN/getGraphsFDN.pl

+ 2 - 0
getGraphsFDN/getGraphsFDN.pl

@@ -26,6 +26,8 @@ my $adh_pwd = '';
 # Abonne concerne
 # Abonne concerne
 my $prenom = $ARGV[0];
 my $prenom = $ARGV[0];
 my $nom = $ARGV[1];
 my $nom = $ARGV[1];
+# Nom composes, voir https://repo.ldn-fai.net/redmine/issues/100
+$nom =~ s/ /./g;
 
 
 eval {
 eval {
 	# Identification sur le SI de FDN
 	# Identification sur le SI de FDN