Ignore:
Timestamp:
Apr 7, 2020, 10:15:48 PM (4 years ago)
Author:
chronos
Message:
  • Modified: Improved code formatting.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Download/Download.php

    r850 r880  
    7474  '<a href="'.$fileslink.'/DBCtoCSV.exe">DBCtoCSV</a> - '.T('tool for transform DBC files to CSV').'<br />'.
    7575  '<a href="'.$fileslink.'/ClientDBExtractor.exe">ClientDBExtractor.exe</a> - '.T('tool for exporting dbc files from game client').'<br />';
    76   return($Output);
     76  return $Output;
    7777  }
    7878
     
    144144      $PageList['Output'];
    145145
    146     return($Output);
     146    return $Output;
    147147  }
    148148
     
    154154    else $Output .= $this->ShowDownload();
    155155
    156     return($Output);
     156    return $Output;
    157157  }
    158158}
Note: See TracChangeset for help on using the changeset viewer.