summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/gearman
diff options
context:
space:
mode:
authorBjörn Geiger2011-07-13 13:40:31 +0200
committerBjörn Geiger2011-07-13 13:40:31 +0200
commit7c1cba7d1f79b12252168156b1fa3f9bdd4b9a5a (patch)
tree6d9e30d82a3a90a7d23e60f03c5e1c44dcbd4a85 /application/views/scripts/gearman
parentweitere Korrektur (diff)
downloadpoolctrl-7c1cba7d1f79b12252168156b1fa3f9bdd4b9a5a.tar.gz
poolctrl-7c1cba7d1f79b12252168156b1fa3f9bdd4b9a5a.tar.xz
poolctrl-7c1cba7d1f79b12252168156b1fa3f9bdd4b9a5a.zip
und nochmals
Diffstat (limited to 'application/views/scripts/gearman')
-rw-r--r--application/views/scripts/gearman/index.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/gearman/index.phtml b/application/views/scripts/gearman/index.phtml
index 8371502..62a81de 100644
--- a/application/views/scripts/gearman/index.phtml
+++ b/application/views/scripts/gearman/index.phtml
@@ -1,7 +1,7 @@
<?php
foreach($this->view->results as $result) {
echo "<pre>";
- var_dump(json_decode($result));
+ var_dump($result);
echo "</pre>";
}
?> \ No newline at end of file