diff options
Diffstat (limited to 'OpenSim/Data/PGSQL/PGSQLUserAccountData.cs')
-rw-r--r-- | OpenSim/Data/PGSQL/PGSQLUserAccountData.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Data/PGSQL/PGSQLUserAccountData.cs b/OpenSim/Data/PGSQL/PGSQLUserAccountData.cs index 00f01cb..a5868fe 100644 --- a/OpenSim/Data/PGSQL/PGSQLUserAccountData.cs +++ b/OpenSim/Data/PGSQL/PGSQLUserAccountData.cs | |||
@@ -321,5 +321,10 @@ namespace OpenSim.Data.PGSQL | |||
321 | return DoQuery(cmd); | 321 | return DoQuery(cmd); |
322 | } | 322 | } |
323 | } | 323 | } |
324 | |||
325 | public UserAccountData[] GetUsersWhere(UUID scopeID, string where) | ||
326 | { | ||
327 | return null; | ||
328 | } | ||
324 | } | 329 | } |
325 | } | 330 | } |