Plugin Directory

Changeset 1562582


Ignore:
Timestamp:
12/27/2016 09:25:08 AM (9 years ago)
Author:
selectyco
Message:

undefined constant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • selectyco/trunk/selectyco.php

    r1555320 r1562582  
    536536          $sycApiItemActive = $sycApiItem->active;
    537537                 
    538           if(sycApiItemExists && sycApiItemActive) {
     538          if($sycApiItemExists && $sycApiItemActive) {
    539539            $today = date("Y-m-d");
    540540            $sycDateValidTo = date("Y-m-d", strtotime($sycApiItem->dateValidTo.'+6 hours'));
Note: See TracChangeset for help on using the changeset viewer.