Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ACF
acf-postgresql
Commits
2d9a6e37
Commit
2d9a6e37
authored
Oct 09, 2013
by
Ted Trask
Browse files
Change use of require to work with Lua 5.2
parent
0366b584
Changes
3
Hide whitespace changes
Inline
Side-by-side
postgresql-details-html.lsp
View file @
2d9a6e37
<% local data, viewlibrary = ...
require("htmlviewfunctions")
htmlviewfunctions =
require("htmlviewfunctions")
html = require("acf.html")
%>
...
...
postgresql-listfiles-html.lsp
View file @
2d9a6e37
<% local data, viewlibrary, page_info, session = ...
require("htmlviewfunctions")
htmlviewfunctions =
require("htmlviewfunctions")
html = require("acf.html")
%>
...
...
postgresql-model.lua
View file @
2d9a6e37
module
(
...
,
package
.
seeall
)
-- Load libraries
require
(
"modelfunctions"
)
modelfunctions
=
require
(
"modelfunctions"
)
fs
=
require
(
"acf.fs"
)
format
=
require
(
"acf.format"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment