Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 894 → Rev 895

/trunk/jrest/services/LocationSearch.php
34,6 → 34,7
$output = json_encode($retour);
header("content-type: application/json");
print($output);
}
 
84,7 → 85,6
return array($ligne['nom']." (".sprintf("%02s",$ligne['code']).")",$ligne['code']);
}
}
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log$
* Revision 1.4 2008-01-30 08:57:28 ddelon
95,7 → 95,4
*
*
*/
 
 
 
?>
?>