cmc-sales/app/views/countries/complete_country.ctp
2013-03-23 16:25:52 +11:00

5 lines
66 B
PHP
Executable file

<?
if(isset($countries_json)) {
echo $countries_json;
}
?>