From 5b52626259baf766faf8bf7d8bca3cc22185ff82 Mon Sep 17 00:00:00 2001 From: Bate Date: Tue, 16 Jul 2013 07:58:18 +0000 Subject: [PATCH] Stats utilisateur --- user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.php b/user.php index 12904ff6c..7074f1e5a 100644 --- a/user.php +++ b/user.php @@ -1241,7 +1241,7 @@ elseif ( ($_REQUEST["view"]=="stats") && $user->etudiant && $cts->add(new sqltable( "topconso", - "Top 10 de vos consommations", $items, + "Top 10 de vos consommations", $req, $topdir."user.php?view=stats", "id", array( -- GitLab