From 872e9ab340a496b163d50baca8888cc22bd1f5f0 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Tue, 9 Sep 2025 05:34:28 -0400 Subject: [PATCH] Abale to keep search string within input field --- www/lvlusr.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/www/lvlusr.php b/www/lvlusr.php index 282a9c7..4cdb33d 100644 --- a/www/lvlusr.php +++ b/www/lvlusr.php @@ -10,7 +10,7 @@ include_once "unienv.php"; include_once "gesdis.php"; include_once "gessql.php"; -function tblheader(int $numrec,int $offset,int $limit) +function tblheader(string $username,int $numrec,int $offset,int $limit) { global $userlang; @@ -21,6 +21,7 @@ $STR = <<
+