mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
6 lines
140 B
PHP
6 lines
140 B
PHP
<?php
|
|
|
|
if (isset($id_record)) {
|
|
$records = $dbo->fetchArray("SELECT * FROM zz_emails WHERE id=".prepare($id_record)." AND deleted = 0");
|
|
}
|