[Tickets #4004] NEW: No tasks to display

bugs@bugs.horde.org bugs at bugs.horde.org
Sat Jun 3 22:01:09 PDT 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4004
-----------------------------------------------------------------------
 Ticket             | 4004
 Created By         | aaronp at critd.com
 Summary            | No tasks to display
 Queue              | Nag
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


aaronp at critd.com (2006-06-03 22:01) wrote:

The phrase "No tasks to display" never gets displayed when there are no
tasks to display.  I changed line 186 in lib/Block/summary.php from:

  if (empty($html)) {

...to:

  if (!$tasks) {

...which fixed the problem.




More information about the bugs mailing list