mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-01-23 10:15:16 +00:00
warning correction :
Warning: max(): Array must contain at least one element in "studs.php" on line 615
This commit is contained in:
parent
c1c337142c
commit
293d813b62
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ echo'
|
|||
$user_mod = false;
|
||||
|
||||
//affichage des resultats actuels
|
||||
$somme = array();
|
||||
$somme[] = 0;
|
||||
$compteur = 0;
|
||||
|
||||
while ($data = $user_studs->FetchNextObject(false)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue