1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Miglioramento hook ed email

This commit is contained in:
Thomas Zilio
2019-08-26 18:02:05 +02:00
parent 27c97da691
commit ebea9ea807
42 changed files with 844 additions and 703 deletions

View File

@@ -1,5 +1,5 @@
<?php
if (isset($id_record)) {
$record = $dbo->fetchOne('SELECT * FROM zz_emails WHERE id='.prepare($id_record).' AND deleted_at IS NULL');
$record = $dbo->fetchOne('SELECT * FROM em_templates WHERE id='.prepare($id_record).' AND deleted_at IS NULL');
}