summaryrefslogtreecommitdiffstats
path: root/postgresql-model.lua
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:34:55 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:34:55 +0000
commiteda53d1d4130965b5d49edb3d27ebe5f1a4c420f (patch)
treea260c2f8985c9aaca6b76c5527600cb6cbb3c05f /postgresql-model.lua
parent19a6c8d65bf675acbb0dfa44932c5aea5dab1ed6 (diff)
downloadacf-postgresql-eda53d1d4130965b5d49edb3d27ebe5f1a4c420f.tar.bz2
acf-postgresql-eda53d1d4130965b5d49edb3d27ebe5f1a4c420f.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
Diffstat (limited to 'postgresql-model.lua')
-rw-r--r--postgresql-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-model.lua b/postgresql-model.lua
index 690802d..6a4d188 100644
--- a/postgresql-model.lua
+++ b/postgresql-model.lua
@@ -34,7 +34,7 @@ end
-- ################################################################################
-- PUBLIC FUNCTIONS
-function get_startstop(clientdata)
+function get_startstop(clientdata)
return modelfunctions.get_startstop(processname)
end