<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
///////////////////////////////////////////////////////////////////////////////////////////

############################################################

require_once __DIR__.'/../all_fns.php';

///////////////////////////////////
//Display the counties for search 
//////////////////////////////////

$display = 0;

foreach($cache_cat as $row)
{
	if($row['id_cat'] == $_POST['id_cat'] && $row['calendar'] == 1)
	$display = 1;
}

echo $display;