diff options
author | Kim Alvefur <zash@zash.se> | 2015-07-05 18:00:05 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-07-05 18:00:05 +0200 |
commit | 31895cd45fbb41608ae19a3c02013d5ee5263f38 (patch) | |
tree | ffbe134470891e53fe689b44843c22b48c6b680b /plugins/sql.lib.lua | |
parent | 21aa02fd1b769ae89fccfd2cd84756f918e2f152 (diff) | |
parent | 3dd49f5620ef6860767fee2904399a77e242e10e (diff) | |
download | prosody-31895cd45fbb41608ae19a3c02013d5ee5263f38.tar.gz prosody-31895cd45fbb41608ae19a3c02013d5ee5263f38.zip |
Merge 0.10->trunk
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; |