Changeset 719


Ignore:
Timestamp:
Jan 5, 2014, 7:09:42 PM (11 years ago)
Author:
maron
Message:
  • Fixed: forgot testing for not used configuration
Location:
trunk
Files:
2 edited

Legend:

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

    r717 r719  
    8787    $Output .= '<br /><br />';
    8888   
    89     if (isset($this->System->Config['Web']['RecommendedExport'])) {
    9089                $Output .= '<table class="BaseTable">';
    9190                $Output .= '<tr><th>Stáhnout</th><th>Název</th><th>Datum vytvoření</th><th>Popis</th></tr>';
     
    116115      }
    117116                $Output .= '</table>';
    118    
    119     } 
     117     
    120118   
    121119    return($Output);
  • trunk/includes/Version.php

    r718 r719  
    66// and system will need database update.
    77
    8 $Revision = 718; // Subversion revision
     8$Revision = 719; // Subversion revision
    99$DatabaseRevision = 716; // Database structure revision
    1010$ReleaseTime = '2014-01-05';
Note: See TracChangeset for help on using the changeset viewer.