mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-13 16:14:55 +01:00
38b5ad1ffe
Sostituzione dei campi deleted con deleted_at, maggiormente normalizzato e internazionale.
6 lines
148 B
PHP
6 lines
148 B
PHP
<?php
|
|
|
|
if (isset($id_record)) {
|
|
$records = $dbo->fetchArray('SELECT * FROM zz_smtp WHERE id='.prepare($id_record).' AND deleted_at IS NULL');
|
|
}
|