1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-02 17:07:01 +01:00

6 lines
150 B
PHP
Raw Normal View History

<?php
if (isset($id_record)) {
2019-08-26 18:02:05 +02:00
$record = $dbo->fetchOne('SELECT * FROM em_templates WHERE id='.prepare($id_record).' AND deleted_at IS NULL');
}