diff options
Diffstat (limited to 'OpenSim/Data/PGSQL')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs index 76771f6..037865b 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserProfilesData.cs | |||
@@ -495,7 +495,7 @@ namespace OpenSim.Data.PGSQL | |||
495 | { // WIP | 495 | { // WIP |
496 | string query = string.Empty; | 496 | string query = string.Empty; |
497 | 497 | ||
498 | query += "SELECT \"notes\" FROM usernotes WHERE "; | 498 | query += "SELECT notes FROM usernotes WHERE "; |
499 | query += "useruuid = :Id AND "; | 499 | query += "useruuid = :Id AND "; |
500 | query += "targetuuid = :TargetId"; | 500 | query += "targetuuid = :TargetId"; |
501 | OSDArray data = new OSDArray(); | 501 | OSDArray data = new OSDArray(); |