Zakladni framework pro preklady (+ cesky preklad)
[mirrors/SokoMan.git] / assistants / stats.inc.php
index f295c76ea6db095ecd73b94fc1eab85f17dd3770..e3531281c83e3343d77a0ff0808cae1695411454 100644 (file)
@@ -31,5 +31,5 @@ $queries = array( //TODO: use build_query_select()!!!
 
 foreach($queries as $description => $sql) {
        echo "<h2>$description</h2>";
-       echo $this->html->render_item_table($result = $this->db->safe_query($sql)->fetchAll(PDO::FETCH_ASSOC));
+       echo $this->html->render_item_table($result = $this->db->safe_query_fetch($sql));
 }
This page took 0.182526 seconds and 4 git commands to generate.