summaryrefslogtreecommitdiff
path: root/rhnop-server/playlog.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2014-03-05 18:29:16 (GMT)
committerChristian Pointner <equinox@helsinki.at>2014-03-05 18:29:16 (GMT)
commit6bda8cc7758a9b30bcaf3ef9d9d4fda1eaf23e64 (patch)
tree1c01db8ad87d198faac566d877c112961e4e5209 /rhnop-server/playlog.lua
parentab3ae58591e21a080d9341b9a6a7ae0f56ae9937 (diff)
fixed error due to new luasql library version
Diffstat (limited to 'rhnop-server/playlog.lua')
-rw-r--r--rhnop-server/playlog.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhnop-server/playlog.lua b/rhnop-server/playlog.lua
index 59e572c..d6f1987 100644
--- a/rhnop-server/playlog.lua
+++ b/rhnop-server/playlog.lua
@@ -19,7 +19,7 @@
-- along with rhnop. If not, see <http://www.gnu.org/licenses/>.
--
-require "luasql.mysql"
+luasql = require "luasql.mysql"
-- CREATE DATABASE rhnop
-- GRANT select,insert,update ON rhnop.* TO 'nopsyncd' IDENTIFIED BY '<password>';