From 17f6031c8bfff4fff1bac8fe02428f49908056a0 Mon Sep 17 00:00:00 2001 From: Jean-Marc Pigeon Date: Mon, 24 Nov 2025 15:18:06 -0500 Subject: [PATCH] adjusting global variable definition --- www/lvlmai.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/lvlmai.php b/www/lvlmai.php index 41ac173..ca135c3 100644 --- a/www/lvlmai.php +++ b/www/lvlmai.php @@ -11,7 +11,7 @@ include_once "gesdis.php"; include_once "gessql.php"; -//Defining the applcation name +//Defining the application name global $myfilename; $myfilename="lvlmai"; @@ -20,6 +20,7 @@ function tblheader(string $remoteip,int $numrec,int $offset,int $limit) { global $userlang; +global $myfilename; $debut=$offset+1; $email=gettranslate($userlang,"Received email"); @@ -27,7 +28,7 @@ $email=gettranslate($userlang,"Received email"); $STR = << -
+ @@ -55,7 +56,7 @@ $STR = << - + $email: -- 2.47.3