Current time: 11-01-2024, 10:05 AM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Password Changer Roundcube 0.3 Stable
Author Message
TheCry Away
Member
***

Posts: 851
Joined: Oct 2008
Reputation: 21
Post: #77
RE: [HowTo] Password Changer Roundcube 0.3 Stable
Look into the file sql.php under drivers...
Then replace the old code
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
    }

with

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
        }
    }
05-06-2010 09:57 PM
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 - TheCry - 05-06-2010 09:57 PM

Forum Jump:


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