Statistiky odted nejsou fatalni
authorThomas Mudrunka <tomas@mudrunka.cz>
Sun, 29 Jul 2012 19:15:58 +0000 (21:15 +0200)
committerThomas Mudrunka <tomas@mudrunka.cz>
Sun, 29 Jul 2012 19:15:58 +0000 (21:15 +0200)
assistants/lib/stats.inc.php

index ca1df72bf4c7fe95a5de939513b4fec46349b12c..5034582a19259b99598659091c86f553a0b90b33 100644 (file)
@@ -2,7 +2,7 @@
 $queries = array(); //TODO: use build_query_select()!!!
 foreach($stats as $stat) include("assistants/stats/$stat.inc.php");
 foreach($queries as $description => $sql) {
-       $result = $this->db->safe_query_fetch($sql);
+       $result = $this->db->safe_query_fetch($sql,false);
        if(empty($result)) continue;
        echo "<h2>$description</h2>";
        echo $this->html->render_item_table($result);
This page took 0.132321 seconds and 4 git commands to generate.