diff options
author | Matthew Wild <mwild1@gmail.com> | 2015-07-06 17:07:05 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2015-07-06 17:07:05 +0100 |
commit | 855cb99f3c81b03fdeb27896d59ed9b66900ae02 (patch) | |
tree | 116641904bf26766fe52624f4ef7af24d77ae2ee /plugins/sql.lib.lua | |
parent | e6b0ecf2435c94405c08f5ffd7d595f0b75cc8a4 (diff) | |
parent | 5292b8232a0cb961cc2d301556a179505ba98dee (diff) | |
download | prosody-855cb99f3c81b03fdeb27896d59ed9b66900ae02.tar.gz prosody-855cb99f3c81b03fdeb27896d59ed9b66900ae02.zip |
Merge with 0.10
Diffstat (limited to 'plugins/sql.lib.lua')
-rw-r--r-- | plugins/sql.lib.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/sql.lib.lua b/plugins/sql.lib.lua deleted file mode 100644 index 005ee45d..00000000 --- a/plugins/sql.lib.lua +++ /dev/null @@ -1,9 +0,0 @@ -local cache = module:shared("/*/sql.lib/util.sql"); - -if not cache._M then - prosody.unlock_globals(); - cache._M = require "util.sql"; - prosody.lock_globals(); -end - -return cache._M; |