mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-07 21:32:22 +01:00
6 lines
137 B
PHP
6 lines
137 B
PHP
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
$records = $dbo->fetchArray('SELECT * FROM an_referenti WHERE id='.prepare($id_record));
|