gest366/modules/banche/init.php

8 lines
174 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 `co_banche` WHERE id='.prepare($id_record));
}