Fix #1193
This commit is contained in:
		
					parent
					
						
							
								295b4d7f61
							
						
					
				
			
			
				commit
				
					
						634a03dd45
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -189,8 +189,8 @@ function create_user($arr) {
 | 
			
		|||
	$spubkey = $sres['pubkey'];
 | 
			
		||||
 | 
			
		||||
	$r = q("INSERT INTO `user` ( `guid`, `username`, `password`, `email`, `openid`, `nickname`,
 | 
			
		||||
		`pubkey`, `prvkey`, `spubkey`, `sprvkey`, `register_date`, `verified`, `blocked`, `timezone`, `service_class` )
 | 
			
		||||
		VALUES ( '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, 'UTC', '%s' )",
 | 
			
		||||
		`pubkey`, `prvkey`, `spubkey`, `sprvkey`, `register_date`, `verified`, `blocked`, `timezone`, `service_class`, `default-location` )
 | 
			
		||||
		VALUES ( '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', %d, %d, 'UTC', '%s', '' )",
 | 
			
		||||
		dbesc(generate_user_guid()),
 | 
			
		||||
		dbesc($username),
 | 
			
		||||
		dbesc($new_password_encoded),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue