1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-08 06:31:20 +01:00
openstamanager/plugins/referenti/init.php
2018-07-18 15:20:10 +02:00

8 lines
165 B
PHP

<?php
include_once __DIR__.'/../../core.php';
if (isset($id_record)) {
$record = $dbo->fetchOne('SELECT * FROM an_referenti WHERE id='.prepare($id_record));
}