Changeset 11272
- Timestamp:
- 2006/12/25 16:22:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/campaign/default/application.php
r11228 r11272 50 50 if(lfCheckActive($dir_name)) { 51 51 $status = CAMPAIGN_TEMPLATE_ACTIVE; 52 $objPage->is_active = true; 52 53 } else { 53 54 $status = CAMPAIGN_TEMPLATE_END; 55 $objPage->is_active = false; 54 56 } 55 57
Note: See TracChangeset
for help on using the changeset viewer.
