1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-08 13:52:18 +01:00
openstamanager/modules/smtp/init.php

6 lines
148 B
PHP
Raw Normal View History

<?php
if (isset($id_record)) {
$records = $dbo->fetchArray('SELECT * FROM zz_smtp WHERE id='.prepare($id_record).' AND deleted_at IS NULL');
}