gest366/modules/agenda_stati/init.php

5 lines
175 B
PHP
Raw Normal View History

2021-02-24 20:40:04 +00:00
<?php
include_once(__DIR__."/../../core.php");
if(isset($id_record)) $records = $dbo->fetchArray("SELECT * FROM agenda_stati WHERE idstatoagenda=\"".$id_record."\"");
?>