Changes between Initial Version and Version 1 of Ticket #147


Ignore:
Timestamp:
Oct 3, 2013, 5:20:14 PM (12 years ago)
Author:
Torsten Riemer
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #147 – Description

    initial v1  
    88
    99admin/includes/functions/general.php
     10
     11{{{
    1012  function xtc_getDownloads() {
    1113    $files = array ();
     
    2325    return $files;
    2426  }
     27}}}