# HG changeset patch # User Matthew Wild # Date 1348052967 -3600 # Node ID ce6546f867f95acc85c58102028907c865c8c353 # Parent 0cd962661fa211b7fe5dc12d48cc5ba74397bd9f mod_storage_sql: Remove obsolete comment diff -r 0cd962661fa2 -r ce6546f867f9 plugins/mod_storage_sql.lua --- a/plugins/mod_storage_sql.lua Wed Sep 19 12:08:33 2012 +0100 +++ b/plugins/mod_storage_sql.lua Wed Sep 19 12:09:27 2012 +0100 @@ -374,7 +374,7 @@ 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