Changeset 137

Show
Ignore:
Timestamp:
09/01/07 22:33:31 (16 months ago)
Author:
chris
Message:

Added stripping of underscores on queue item names.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/classes/HellaController.php

    r118 r137  
    167167                                        $this->queueSize += $queued['total_mb']; 
    168168 
     169                                        // Strip underscores from the NZB name 
     170                                        $queued['nzbName'] = str_replace('_', ' ', $queued['nzbName']); 
     171 
    169172                                        // If the transfer rate is 0 
    170173                                        if ($this->transferRate == 0) {