mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 13:58:25 +01:00
6 lines
138 B
PHP
6 lines
138 B
PHP
<?php
|
|
|
|
if (isset($id_record)) {
|
|
$records = $dbo->fetchArray("SELECT * FROM zz_smtp WHERE id=".prepare($id_record)." AND deleted = 0");
|
|
}
|