mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-11 07:56:16 +01:00
1c9e7b1634
Migrazione da SourceForge, partendo dal commit 1662 della carrtella trunk/openstamanager.
8 lines
168 B
PHP
8 lines
168 B
PHP
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
if (isset($id_record)) {
|
|
$records = $dbo->fetchArray('SELECT * FROM `zz_modules` WHERE id='.prepare($id_record));
|
|
}
|