mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 03:43:08 +01:00
- getFData() : Correction d'un bug dans le précédent commit
This commit is contained in:
parent
0b78fe461d
commit
77bfd98a32
1 changed files with 0 additions and 3 deletions
|
@ -65,9 +65,6 @@ function getFData($format,$data,$meth=NULL) {
|
||||||
}
|
}
|
||||||
$val=substr((string)$val,$s,$l);
|
$val=substr((string)$val,$s,$l);
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
$val=$data[$ch[1]];
|
|
||||||
}
|
|
||||||
$format[$i]=ereg_replace($ch[0],$val,$format[$i]);
|
$format[$i]=ereg_replace($ch[0],$val,$format[$i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue