mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-14 09:25:31 +01:00
10 lines
223 B
PHP
Executable File
10 lines
223 B
PHP
Executable File
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
if (isset($id_record)) {
|
|
$records = $dbo->fetchArray('SELECT * FROM zz_fields WHERE id='.prepare($id_record));
|
|
}
|
|
|
|
// TODO: prevedere un utilizzo pratico del campo options
|