[kronolith] typo patch...

Amith Varghese amith at xalan.com
Wed Feb 5 17:10:38 PST 2003


Here's a patch to fix a typo in the last commit of lib/Kronolith.php

Amith
-------------- next part --------------
Index: lib/Kronolith.php
===================================================================
RCS file: /repository/kronolith/lib/Kronolith.php,v
retrieving revision 1.122
diff -u -r1.122 Kronolith.php
--- lib/Kronolith.php	5 Feb 2003 20:30:22 -0000	1.122
+++ lib/Kronolith.php	5 Feb 2003 22:08:23 -0000
@@ -324,7 +324,7 @@
 
         /* Nag Tasks. */
         if ($prefs->getValue('show_tasks') &&
-            (Auth::getAuth() || $registry->allowGuests($registry->hasMethod('meeting/list')))) {
+            (Auth::getAuth() || $registry->allowGuests($registry->hasMethod('tasks/list')))) {
             $taskList = $registry->call('tasks/list');
             $dueEndStamp = mktime(0, 0, 0, $endDate->month, $endDate->mday + 1, $endDate->year);
             if (!is_a($taskList, 'PEAR_Error')) {


More information about the kronolith mailing list