Subversion Repositories eFlore/Applications.cel

Compare Revisions

Regard whitespace Rev 3165 → Rev 3166

/trunk/widget/modules/manager/Manager.php
119,11 → 119,12
$json = $this->getDao()->consulter($url);
$tableau = (array) json_decode($json, true);
$retour['donnees']['widget'] = $tableau[0];
 
}
$urltype = $this->cel_url_tpl.'?esttype=1';
$jsontype = $this->getDao()->consulter($urltype);
$tableautype= (array) json_decode($jsontype, true);
$retour['donnees']['type'] = $tableautype;
}
return $retour;
}