From df80810456f4a13d48eba24bfa1fa79b360c8426 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 2 Feb 2012 20:59:08 +0000 Subject: Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file --- lib/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/README') diff --git a/lib/README b/lib/README index 7de932a..0931934 100644 --- a/lib/README +++ b/lib/README @@ -18,4 +18,4 @@ processinfo.lua - Start/stop, find running, find version - process helpers roles.lua - Used to determine roles and permissions session.lua - Helps with Session mangement in ACF validator.lua - Validate web input for ACF. -viewfunctions.lua - Common view functions +htmlviewfunctions.lua - Common functions for HTML views -- cgit v1.2.3