fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-14 23:44:54 +01:00 committed by GitHub
parent 4ca0942229
commit 0bf0fc3504
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2018-2019 Thibault FOUCART <support@ptibogxiv.net>
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018-2021 Frédéric France <frederic.france@netlogic.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -51,7 +51,7 @@ if (empty($page) || $page == -1) {
$offset = $limit * $page;
$pageprev = $page - 1;
$pagenext = $page + 1;
$optioncss = GETPOST('optioncss', 'alpha');
/*
@ -185,12 +185,10 @@ if (!$rowid) {
//print "<td>".$charge->customer."</td>\n";
// Link
/*print "<td>";
if ($societestatic->id > 0)
{
if ($societestatic->id > 0) {
print $societestatic->getNomUrl(1);
}
if ($memberstatic->id > 0)
{
if ($memberstatic->id > 0) {
print $memberstatic->getNomUrl(1);
}
print "</td>\n";*/