Subversion Repositories Applications.papyrus

Compare Revisions

Regard whitespace Rev 1366 → Rev 1367

/trunk/client/bottin/bibliotheque/lib.carto.php
29,11 → 29,11
*@version 01 juillet 2002
// +-----------------------------------------------------------------------------------------------+
//
// $Id: lib.carto.php,v 1.8 2007-04-11 08:30:12 neiluj Exp $
// $Id: lib.carto.php,v 1.9 2007-04-20 14:16:45 alexandre_tb Exp $
// FICHIER : $RCSfile: lib.carto.php,v $
// AUTEUR : $Author: neiluj $
// VERSION : $Revision: 1.8 $
// DATE : $Date: 2007-04-11 08:30:12 $
// AUTEUR : $Author: alexandre_tb $
// VERSION : $Revision: 1.9 $
// DATE : $Date: 2007-04-20 14:16:45 $
//
// +-----------------------------------------------------------------------------------------------+
// A FAIRE :
431,9 → 431,11
$historique_cartes = explode('*',$this->historique_cartes);
foreach ($historique_cartes as $key => $value) {
if ($key != 0) {
$this = $this->fils[$value];
foreach (get_object_vars($this->fils[$value]) as $key => $value)
$this->$key = $value;
}
}
 
$this->image_x = $image_x;
$this->image_y = $image_y;
$this->liste_zone_carte = $liste_zone_carte;
491,7 → 493,8
$historique_cartes = explode('*',$this->historique_cartes);
foreach ($historique_cartes as $key => $value) {
if ($key != 0) {
$this = $this->fils[$value];
foreach (get_object_vars($this->fils[$value]) as $key => $value)
$this->$key = $value;
}
}
$this->liste_zone_carte = $liste_zone_carte;
512,7 → 515,8
$historique_cartes = explode('*',$this->historique_cartes);
foreach ($historique_cartes as $key => $value) {
if ($key != 0) {
$this = $this->fils[$value];
foreach (get_object_vars($this->fils[$value]) as $key => $value)
$this->$key = $value;
}
}
// une foit que l'on a charge le bon objet nous le colorions
1191,6 → 1195,9
//-- Fin du code source ------------------------------------------------------------
/*
* $Log: not supported by cvs2svn $
* Revision 1.8 2007/04/11 08:30:12 neiluj
* remise en état du CVS...
*
* Revision 1.5 2006/12/01 13:23:16 florian
* integration annuaire backoffice
*