diff --git a/pool/page_allwork.php b/pool/page_allwork.php index bb1fb3a6..c5e3fcd6 100644 --- a/pool/page_allwork.php +++ b/pool/page_allwork.php @@ -23,12 +23,13 @@ function doallwork($data, $user) if ($ans['STATUS'] == 'ok') { $count = $ans['rows']; + $title = NULL; for ($i = 0; $i < $count; $i++) { $pg .= workuser($data, $ans['username:'.$i], $offset, $totshare, $totdiff, $totshrate, $totinvalid, $totrate, - $blockacc, $blockreward, 3600); + $blockacc, $blockreward, 3600, false, false, $title); } }