GIT.Harvie.CZ
/
mirrors
/
SokoMan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1545cb
)
Statistiky odted nejsou fatalni
author
Thomas Mudrunka
<tomas@mudrunka.cz>
Sun, 29 Jul 2012 19:15:58 +0000
(21:15 +0200)
committer
Thomas Mudrunka
<tomas@mudrunka.cz>
Sun, 29 Jul 2012 19:15:58 +0000
(21:15 +0200)
assistants/lib/stats.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/assistants/lib/stats.inc.php
b/assistants/lib/stats.inc.php
index ca1df72bf4c7fe95a5de939513b4fec46349b12c..5034582a19259b99598659091c86f553a0b90b33 100644
(file)
--- a/
assistants/lib/stats.inc.php
+++ b/
assistants/lib/stats.inc.php
@@
-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.289743 seconds
and
4
git commands to generate.