Changeset 150

Show
Ignore:
Timestamp:
10/16/07 23:15:44 (15 months ago)
Author:
chris
Message:

Fixed finished item bug 15

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r149 r150  
    1313 
    1414* Dropped requirement for the Ctype library [ticket:12] 
     15 
     16* Fixed a bug where finished items were still trying to be read despite 
     17  the display of finished items being disabled. [ticket:15] 
    1518 
    16191.8 
  • trunk/index.php

    r149 r150  
    143143                $x = false; 
    144144 
    145                 if (file_exists('completed.xml')) { 
     145                if (isset($config['showfinished']) && $config['showfinished'] && file_exists('completed.xml')) { 
    146146                        $xmlstring = file_get_contents('completed.xml'); 
    147147                        if ($xmlstring) {