aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
index 7974c78..76771f6 100644
--- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
+++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs
@@ -308,7 +308,7 @@ namespace OpenSim.Data.PGSQL
308 { 308 {
309 string query = string.Empty; 309 string query = string.Empty;
310 310
311 query += "SELECT \"pickuuid\",\"name\" FROM userpicks WHERE "; 311 query += "SELECT pickuuid, name FROM userpicks WHERE ";
312 query += "creatoruuid = :Id"; 312 query += "creatoruuid = :Id";
313 OSDArray data = new OSDArray(); 313 OSDArray data = new OSDArray();
314 314