Current time: 11-27-2024, 09:14 PM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Password Changer Roundcube 0.3 Stable
Author Message
Dylan Offline
Junior Member
*

Posts: 100
Joined: Mar 2010
Reputation: 1
Post: #71
RE: [HowTo] Password Changer Roundcube 0.3 Stable
I find the solution:
Replace this:
Code:
if (!$db->is_error()) {
        if ($db->affected_rows($res) == 1)
        require('../../include/ispcp-functions.php');
        send_request();
        return PASSWORD_SUCCESS; // This is the good case: 1 row updated
    }
to this:
Code:
if (!$db->is_error()) {
        if ($db->affected_rows($res) == 1) {
        require('../../include/ispcp-functions.php');
        send_request();
        return PASSWORD_SUCCESS; // This is the good case: 1 row updated
        }
    }
And it's work perfect! Smile
05-04-2010 07:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [HowTo] Password Changer Roundcube 0.3 Stable - Dylan - 05-04-2010 07:50 AM

Forum Jump:


User(s) browsing this thread: 6 Guest(s)