• i’ve change in CLASS_apns.php this:

    $sql = “INSERT INTO ".$wpdb->prefix."apns_messages
    VALUES (
    NULL,
    %s,
    %s,
    {$delivery},
    ‘queued’,
    NOW(),
    NOW()
    );”;

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Solved: delivery time don't set’ is closed to new replies.