Changeset 861 in ExiteCMS for trunk/administration/adverts.php


Ignore:
Timestamp:
10/02/07 22:23:07 (5 years ago)
Author:
hverton
Message:

moved more templates to the template include directory
download panel had problems displaying an odd number of categories
make more modules xhtml compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/adverts.php

    r858 r861  
    478478        // convert dates 
    479479        $contract_start = getdate($adverts_contract_start); 
    480         if ($adverts_contract_end > 0) $contract_end = getdate($adverts_contract_end); 
     480        if ($adverts_contract_end > 0) { 
     481            $contract_end = getdate($adverts_contract_end); 
     482        } else { 
     483            $contract_end = 0; 
     484        } 
    481485        // paint the form 
    482486        $variables['action'] = $action; 
Note: See TracChangeset for help on using the changeset viewer.