Commit 70c0c335ed3ec4eaa8c21e7e288c5a2d4669b9c6

Kano 2013-09-01T12:15:33

miner.php remove incorrect echo

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.php b/miner.php
index 5c6198c..e64f0e2 100644
--- a/miner.php
+++ b/miner.php
@@ -1174,7 +1174,7 @@ function showdatetime()
 {
  global $dfmt;
 
- echo otherrow('<td class=sta>Date: '.date($dfmt).'</td>');
+ otherrow('<td class=sta>Date: '.date($dfmt).'</td>');
 }
 #
 global $singlerigsum;