Subversion Repositories eFlore/Projets.eflore-projets

Rev

Rev 363 | Rev 536 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 363 Rev 533
Line 431... Line 431...
431
				}						
431
				}						
432
				$retour_id_hom['resultat'][$id] = $this->table_retour;
432
				$retour_id_hom['resultat'][$id] = $this->table_retour;
433
				unset($retour_id_hom['resultat'][$id]['id']);
433
				unset($retour_id_hom['resultat'][$id]['id']);
434
				$this->table_retour = array();
434
				$this->table_retour = array();
435
			}
435
			}
436
		} else {Debug::printr($resultat);
436
		} else {
437
			$retour_id_hom = null; 
437
			$retour_id_hom = null; 
438
		}
438
		}
439
		return $retour_id_hom;
439
		return $retour_id_hom;
440
	}
440
	}