diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 7974c78262..76771f691e 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs @@ -308,7 +308,7 @@ namespace OpenSim.Data.PGSQL { string query = string.Empty; - query += "SELECT \"pickuuid\",\"name\" FROM userpicks WHERE "; + query += "SELECT pickuuid, name FROM userpicks WHERE "; query += "creatoruuid = :Id"; OSDArray data = new OSDArray();