Prova

prova
 avatar
unknown
plain_text
3 years ago
409 B
4
Indexable
		#ricostruisco struttura contratti
		/*
		$sql = "SELECT c.id FROM tbl_contratti c WHERE c.data_ricezione >= '$myDtFrom' AND c.data_ricezione <= '$myDtTo 23:59:59' ORDER BY id DESC";
		debug($sql);
		$arId = $db->sql2vals($sql, 'id');
		debug(implode(',', $arId));
		require_once("inc/class-pef_network.php");
		$pef_net = new pef_network();
		$pef_net->strutturaContrattiSet($arId, 'tbl_contratti');
		*/
		
Editor is loading...