FIX: Replaced deprecated call
This commit is contained in:
parent
eea9a76589
commit
a7964c4a9a
@ -63,7 +63,7 @@ if ($action == 'ventil') {
|
|||||||
$cpt = 0;
|
$cpt = 0;
|
||||||
foreach ( $mesCasesCochees as $maLigneCochee ) {
|
foreach ( $mesCasesCochees as $maLigneCochee ) {
|
||||||
// print '<div><font color="red">id selectionnee : '.$monChoix."</font></div>";
|
// print '<div><font color="red">id selectionnee : '.$monChoix."</font></div>";
|
||||||
$maLigneCourante = split("_", $maLigneCochee);
|
$maLigneCourante = explode("_", $maLigneCochee);
|
||||||
$monId = $maLigneCourante[0];
|
$monId = $maLigneCourante[0];
|
||||||
$monNumLigne = $maLigneCourante[1];
|
$monNumLigne = $maLigneCourante[1];
|
||||||
$monCompte = $mesCodesVentilChoisis[$monNumLigne];
|
$monCompte = $mesCodesVentilChoisis[$monNumLigne];
|
||||||
|
|||||||
@ -65,7 +65,7 @@ if ($action == 'ventil') {
|
|||||||
|
|
||||||
foreach ( $mesCasesCochees as $maLigneCochee ) {
|
foreach ( $mesCasesCochees as $maLigneCochee ) {
|
||||||
// print '<div><font color="red">id selectionnee : '.$monChoix."</font></div>";
|
// print '<div><font color="red">id selectionnee : '.$monChoix."</font></div>";
|
||||||
$maLigneCourante = split("_", $maLigneCochee);
|
$maLigneCourante = explode("_", $maLigneCochee);
|
||||||
$monId = $maLigneCourante[0];
|
$monId = $maLigneCourante[0];
|
||||||
$monNumLigne = $maLigneCourante[1];
|
$monNumLigne = $maLigneCourante[1];
|
||||||
$monCompte = $mesCodesVentilChoisis[$monNumLigne];
|
$monCompte = $mesCodesVentilChoisis[$monNumLigne];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user