Fixing combined hashrate graph

This shouuld fix #598 with graphs being completely off
This commit is contained in:
Sebastian Grewe 2013-08-14 11:23:14 +02:00
parent 184ad5d58b
commit e5cb4d0886

View File

@ -29,7 +29,7 @@
<td>{$POOLHASHRATES.$i|default:"0"}</td>
{/for}
{for $i=0 to date('G', time() - 60 * 60)}
<td>{$POOLHASHRATES.$i - $YOURHASHRATES.$i|default:"0"}</td>
<td>{$POOLHASHRATES.$i|default:"0"}</td>
{/for}
</tr>
</tbody>