Zeile 127 | Zeile 127 |
---|
* @param string $password The md5()'ed password. * @param string $salt (Optional) The salt of the user. * @return array The new password.
|
* @param string $password The md5()'ed password. * @param string $salt (Optional) The salt of the user. * @return array The new password.
|
| * @deprecated deprecated since version 1.8.6 Please use other alternatives.
|
*/ function update_password($uid, $password, $salt="") {
| */ function update_password($uid, $password, $salt="") {
|
Zeile 268 | Zeile 269 |
---|
'uid' => (int)$uid, 'tid' => (int)$tid, 'notification' => (int)$notification,
|
'uid' => (int)$uid, 'tid' => (int)$tid, 'notification' => (int)$notification,
|
'dateline' => TIME_NOW, 'subscriptionkey' => md5(TIME_NOW.$uid.$tid)
| 'dateline' => TIME_NOW
|
); $db->insert_query("threadsubscriptions", $insert_array); }
| ); $db->insert_query("threadsubscriptions", $insert_array); }
|