@@ -49,7 +49,7 @@
<?
global $db;
$registros = $db
->where('momento::DATE = CURRENT_DATE')
->where('momento::DATE = ' . (isset($_GET['fecha']) ? "'{$_GET['fecha']}'" : 'CURRENT_DATE'))
->orderBy('momento', 'desc')
->get('log_registro');
The note is not visible to the blocked user.