From f0dcd211ed5fca855655d8b60b588b1d193e92fd Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Thu, 22 May 2008 12:07:29 +0000 Subject: Graphical bugfix - Modifying path to images. version bump on Makefiles git-svn-id: svn://svn.alpinelinux.org/acf/tinydns/trunk@1175 ab2d0c66-481e-0410-8bed-d214d4d58bed --- tinydns-model.lua | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tinydns-model.lua') diff --git a/tinydns-model.lua b/tinydns-model.lua index bdadc24..1ace06f 100644 --- a/tinydns-model.lua +++ b/tinydns-model.lua @@ -129,21 +129,6 @@ local function searchforconfigfiles() end searchforconfigfiles() -local function recurseoutput(table,cnt) - if not (cnt) then cnt=0 end - cnt = cnt + 1 - for k,v in pairs(table or {}) do - if (type(v) == "string") then - io.write(" ".. - tostring(v) .. "
") - else - io.write(" ".. - tostring(k) .. "
") - recurseoutput(v,cnt) - end - end -end - -- Create table with doman levels local function recursedomains(t,array,maxn,currnum) if not (currnum) then currnum = maxn + 1 end -- cgit v1.2.3