1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-20 04:06:34 +01:00
openstamanager/modules/tipi_anagrafiche/init.php

8 lines
188 B
PHP
Raw Normal View History

<?php
include_once __DIR__.'/../../core.php';
if (isset($id_record)) {
$records = $dbo->fetchArray('SELECT * FROM an_tipianagrafiche WHERE idtipoanagrafica='.prepare($id_record));
}