1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-15 17:07:00 +01:00
openstamanager/modules/emails/init.php

6 lines
150 B
PHP
Raw Normal View History

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