mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Bugfix
This commit is contained in:
@@ -44,7 +44,7 @@ $tlimit = $now - (86400 * 35); // 35 jours
|
||||
$sql = "SELECT c.idp";
|
||||
$sql .= " FROM lolixfr.candidat as c";
|
||||
$sql .= " WHERE c.active = 1";
|
||||
$sql .= " AND datea > ".$db->idate($tlimit);
|
||||
$sql .= " AND datea < ".$db->idate($tlimit);
|
||||
$sql .= " ORDER BY c.datea ASC";
|
||||
$sql .= " LIMIT 3";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user