Changeset 861 in ExiteCMS for trunk/administration/adverts.php
- Timestamp:
- 10/02/07 22:23:07 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/adverts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/adverts.php
r858 r861 478 478 // convert dates 479 479 $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 } 481 485 // paint the form 482 486 $variables['action'] = $action;
Note: See TracChangeset
for help on using the changeset viewer.
