|
@@ -287,5 +287,6 @@ function get_smtp_user(&$user, &$pass) {
|
|
// directly changing the arguments array contents
|
|
// directly changing the arguments array contents
|
|
// in your plugin e.g., $args[0] = 'new_username';
|
|
// in your plugin e.g., $args[0] = 'new_username';
|
|
//
|
|
//
|
|
- do_hook('smtp_auth', $temp=array(&$user, &$pass));
|
|
|
|
|
|
+ $temp = array(&$user, &$pass);
|
|
|
|
+ do_hook('smtp_auth', $temp);
|
|
}
|
|
}
|