Plugin Directory

Changeset 1238329


Ignore:
Timestamp:
09/04/2015 09:23:44 PM (11 years ago)
Author:
ooprogramador
Message:

Cellphone tests and i will do a export to mobile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • simple-newsletter-br/trunk/class_newsletter.php

    r1238322 r1238329  
    220220    $this->data["confirmed"] = 0;
    221221    if( $this->wpdb->insert('simplenewsletter_subscriptions', $this->data, array('%s','%s','%s','%s', '%d')) ){
    222         return true;
     222        return $this->wpdb->get_results('SELECT id from simplenewsletter_subscriptions WHERE {$this->field} = "{$this->data[$this->field]}"');
    223223    }
    224224    return false;
Note: See TracChangeset for help on using the changeset viewer.