Title: Predction
Last modified: August 3, 2017

---

# Predction

 *  Resolved [standardrouche](https://wordpress.org/support/users/standardrouche/)
 * (@standardrouche)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/predction/)
 * Hello,
 * I have a problem with the joker.
 * How can I delete the 1st day to use the ball for the 2nd day?
 * ![Prediction](https://i0.wp.com/www.standard-rouche.be/Capture.JPG)
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [AntoineH](https://wordpress.org/support/users/antoineh/)
 * (@antoineh)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/predction/#post-9486418)
 * Only option is to find this prediction (based on user_id and match_id) in the
   predictions table in the database and set the “has_joker” field to “0”.
 * e.g.
 *     ```
       UPDATE pool_wp_predictions SET has_joker = 0
       WHERE user_id = 1 AND match_id = 10
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Predction’ is closed to new replies.

 * ![](https://ps.w.org/football-pool/assets/icon-256x256.png?rev=983880)
 * [Football Pool](https://wordpress.org/plugins/football-pool/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/football-pool/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/football-pool/)
 * [Active Topics](https://wordpress.org/support/plugin/football-pool/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/football-pool/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/football-pool/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [AntoineH](https://wordpress.org/support/users/antoineh/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/predction/#post-9486418)
 * Status: resolved