mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 22:27:38 +03:00
mod_storage_sql: Remove obsolete comment
This commit is contained in:
parent
6d61a3834d
commit
3b96fac749
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ function driver:open(store, typ)
|
|||
return nil, "unsupported-store";
|
||||
end
|
||||
|
||||
function driver:stores(username) -- Not to be confused with the list store type
|
||||
function driver:stores(username)
|
||||
local sql = "SELECT DISTINCT `store` FROM `prosody` WHERE `host`=? AND `user`" ..
|
||||
(username == true and "!=?" or "=?");
|
||||
if username == true or not username then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue