From: Jean-Marc Pigeon Date: Mon, 24 Nov 2025 19:17:49 +0000 (-0500) Subject: Improving lvlmal.php X-Git-Tag: tag-0.18~11 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=2c348990a995b6c1aea069a104b8faa2957545fe;p=jmp%2Fmailleur Improving lvlmal.php --- diff --git a/www/lvlmai.php b/www/lvlmai.php index e0a1b5a..2192aa0 100644 --- a/www/lvlmai.php +++ b/www/lvlmai.php @@ -35,9 +35,9 @@ if (isset($_POST['offset'])) $rqst=NEW probe("actions",$limit,$offset); if (isset($_POST['username'])) { $username=trim(($_POST['username'])); - $rqst->where("username","like","%$username%"); + $rqst->where("smtpfrom","like","%$username%"); } -$actions=$rqst->order("username asc") +$actions=$rqst->order("smtpfrom asc") ->limit($limit) ->GET(); $line="";