cmc-sales/php/app/views/countries/complete_country.ctp

5 lines
66 B
Plaintext
Raw Permalink Normal View History

2010-03-10 15:32:00 -08:00
<?
if(isset($countries_json)) {
echo $countries_json;
}
?>