1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-27 00:06:14 +01:00
openstamanager/modules/banche/init.php

8 lines
167 B
PHP
Raw Normal View History

2018-03-28 17:04:10 +02:00
<?php
include_once __DIR__.'/../../core.php';
if (isset($id_record)) {
$records = $dbo->fetchArray('SELECT * FROM `co_banche` WHERE id='.prepare($id_record));
}