Changeset 141

Show
Ignore:
Timestamp:
09/05/07 14:29:04 (16 months ago)
Author:
chris
Message:

* Fixed a bug where the number of NZB files processed wasn't being displayed
* Updated version info for 1.9

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r133 r141  
     11.9 
     2 
     3* Fixed a bug where the number of NZB files processed wasn't showing. 
     4 
    151.8 
    26 
  • trunk/README

    r133 r141  
    1 HellaWorld v1.8-SVN 
     1HellaWorld v1.9-SVN 
    22--------------------- 
    33 
  • trunk/index.php

    r133 r141  
    5959                } 
    6060 
    61                 $hellaworldversion = "1.8-SVN"; 
     61                $hellaworldversion = "1.9-SVN"; 
    6262                $protocol = (($_SERVER['SERVER_PORT'] == 443) ? 'https' : 'http'); 
    6363 
  • trunk/templates/default.php

    r138 r141  
    6161                        <div> 
    6262                                <p><?php printf(_('HellaNZB %s - Uptime: %s'), $c->version, $c->uptime); ?></p> 
    63                                 <p><?php printf(_('Downloaded: %s files in %s segments totalling %sMB via %s NZB files'), $c->totalfiles, $c->totalSegments, $c->totalMB, $c->totalNZBz); ?></p> 
     63                                <p><?php printf(_('Downloaded: %s files in %s segments totalling %sMB via %s NZB files'), $c->totalfiles, $c->totalSegments, $c->totalMB, $c->totalNZBs); ?></p> 
    6464                        </div> 
    6565                </div>