missing paren
This commit is contained in:
		| @@ -39,7 +39,8 @@ function settings_post(&$a) { | ||||
| 			$password = hash('whirlpool',$newpass); | ||||
| 			$r = q("UPDATE `user` SET `password` = '%s' WHERE `uid` = %d LIMIT 1", | ||||
| 				dbesc($password), | ||||
| 				intval(get_uid()); | ||||
| 				intval(get_uid()) | ||||
| 			); | ||||
| 			if($r) | ||||
| 				notice( t('Password changed.') . EOL); | ||||
| 			else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user