Compare commits

..

No commits in common. "1072d78ae7bbc18ba4f7ba3cf8bb6d1e5daa4e85" and "c56099e3b0e1c21fe2e34e29941b9ddb4970c807" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -665,7 +665,7 @@ class dSpatial implements Donnees
),
array(
array('batiments', 8, 3),
array('technologies', 8, 0)
array('technologies', 8, 1)
),
array(
array('batiments', 8, 3),

View File

@ -712,10 +712,7 @@ class Planete extends Surface
$this->cristal = 700;
$this->hydrogene = 0;
// on met le moment où la planete a été crée, comme ça, à la première actualisation, on ne remplit pas les silos
$this->timestamp = time();
$this->modif = array("id_user", "nom_planete", "galaxie", "ss", "position", "image", "cases", "timestamp", "metal", "cristal", "hydrogene");
$this->modif = array("id_user", "nom_planete", "galaxie", "ss", "position", "image", "cases");
}
/**

View File

@ -18,8 +18,6 @@ class Rapport
public $rapportA = "";
public $rapportB = "";
public $table = "mail";
/**
* Constructor
* @access protected