X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Finsert.mkStats.php;h=ba24d2ef2c5a75b80b60b33d077d62f72c9238e7;hb=8b00e0e0c6f303762f6740c853e7065b1471d245;hp=d83ec679ebe5a0f14541b3145fed6bf0031e4836;hpb=08cce2ff528b38bde27cdec6d6bc28d6af4a42d4;p=platal.git diff --git a/plugins/insert.mkStats.php b/plugins/insert.mkStats.php index d83ec67..ba24d2e 100644 --- a/plugins/insert.mkStats.php +++ b/plugins/insert.mkStats.php @@ -31,7 +31,6 @@ */ function smarty_insert_mkStats($params, &$smarty) { - global $globals; $res = XDB::query('select count(*) from requests'); $cnt = $res->fetchOneCell(); return ($cnt ? $cnt : '-');