Changeset 1562582
- Timestamp:
- 12/27/2016 09:25:08 AM (9 years ago)
- File:
-
- 1 edited
-
selectyco/trunk/selectyco.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
selectyco/trunk/selectyco.php
r1555320 r1562582 536 536 $sycApiItemActive = $sycApiItem->active; 537 537 538 if( sycApiItemExists &&sycApiItemActive) {538 if($sycApiItemExists && $sycApiItemActive) { 539 539 $today = date("Y-m-d"); 540 540 $sycDateValidTo = date("Y-m-d", strtotime($sycApiItem->dateValidTo.'+6 hours'));
Note: See TracChangeset
for help on using the changeset viewer.