Updates ac_name.
FossilOrigin-Name: d710b6d1d4550530467e7b2816b1953f669fd46f3dc755e4816170ad7e5c4045
This commit is contained in:
		@ -89,7 +89,7 @@ int db_start()
 | 
			
		||||
	const char *sql="";
 | 
			
		||||
 | 
			
		||||
	sqlite3_stmt *stmt;
 | 
			
		||||
	int rc = sqlite3_prepare_v2(handle, "INSERT INTO acs (acid,acname) VALUES (?,?);",-1,&stmt,0);
 | 
			
		||||
	int rc = sqlite3_prepare_v2(handle, "INSERT OR REPLACE INTO acs (acid,acname) VALUES (?,?);",-1,&stmt,0);
 | 
			
		||||
	if (rc)
 | 
			
		||||
		goto errX;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user