summaryrefslogtreecommitdiffstats
path: root/fetchcrl-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:13:55 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:13:55 +0000
commite6a179c95704f7013b2024bb3491f1344ee695d4 (patch)
treefeb08e7355c87df00889964452d301c324dff15f /fetchcrl-model.lua
parent04f578b91734cadb78b404a346b39e67790ed632 (diff)
downloadacf-fetch-crl-e6a179c95704f7013b2024bb3491f1344ee695d4.tar.bz2
acf-fetch-crl-e6a179c95704f7013b2024bb3491f1344ee695d4.tar.xz
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'fetchcrl-model.lua')
-rw-r--r--fetchcrl-model.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/fetchcrl-model.lua b/fetchcrl-model.lua
index 3d3a5fe..5cd3d62 100644
--- a/fetchcrl-model.lua
+++ b/fetchcrl-model.lua
@@ -2,9 +2,9 @@ module (..., package.seeall)
-- Load libraries
require("modelfunctions")
-require("processinfo")
-require("fs")
-require("format")
+processinfo = require("acf.processinfo")
+fs = require("acf.fs")
+format = require("acf.format")
-- Set variables
local packagename = "fetch-crl"