Statistiky odted nejsou fatalni
[mirrors/SokoMan.git] / assistants / lib / stats.inc.php
CommitLineData
049a7400
TM
1<?php
2$queries = array(); //TODO: use build_query_select()!!!
3foreach($stats as $stat) include("assistants/stats/$stat.inc.php");
4foreach($queries as $description => $sql) {
e19f08cf 5 $result = $this->db->safe_query_fetch($sql,false);
4e9289ea 6 if(empty($result)) continue;
049a7400 7 echo "<h2>$description</h2>";
4e9289ea 8 echo $this->html->render_item_table($result);
049a7400 9}
This page took 0.089636 seconds and 4 git commands to generate.