Commit 967318df239b574523a3e1c5b83fa10b77f6ed65

kanoi 2014-05-03T03:53:42

miner.php fix single rig summary/config field formatting

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/miner.php b/miner.php
index e64439a..6d4d210 100644
--- a/miner.php
+++ b/miner.php
@@ -1173,6 +1173,8 @@ function fmt($section, $name, $value, $when, $alldata, $cf = NULL)
 	 */
 	switch ($name)
 	{
+	case '0':
+		break;
 	case 'Last Share Time':
 		if ($section == 'total')
 			break;