From 22becb2ff407ae4bd15bf871c10e3e6325b20255 Mon Sep 17 00:00:00 2001 From: UT from dolibit <45215329+dolibit-ut@users.noreply.github.com> Date: Mon, 24 Jul 2023 19:22:15 +0200 Subject: [PATCH] Update box_lastlogin.php (#25445) --- htdocs/core/boxes/box_lastlogin.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/htdocs/core/boxes/box_lastlogin.php b/htdocs/core/boxes/box_lastlogin.php index e5e11d9ba8f..139f3eec4a9 100644 --- a/htdocs/core/boxes/box_lastlogin.php +++ b/htdocs/core/boxes/box_lastlogin.php @@ -10,8 +10,8 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * See the GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . @@ -20,23 +20,23 @@ /** * \file htdocs/core/boxes/box_lastlogin.php * \ingroup core - * \brief Module to show box of bills, orders & propal of the current year + * \brief Module to show box of last user logins */ include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php'; /** - * Class to manage the box of last login + * Class to manage the box of last login */ class box_lastlogin extends ModeleBoxes { - public $boxcode = "lastlogin"; - public $boximg = "object_user"; + public $boxcode = "lastlogin"; + public $boximg = "object_user"; public $boxlabel = 'BoxLoginInformation'; - public $depends = array("user"); + public $depends = array("user"); /** - * @var DoliDB Database handler. + * @var DoliDB Database handler. */ public $db; @@ -61,7 +61,7 @@ class box_lastlogin extends ModeleBoxes } /** - * Charge les donnees en memoire pour affichage ulterieur + * Load data into memory for later display * * @param int $max Maximum number of records to load * @return void