From 3409cc4583211ddfa97bcd41dc7f0b12dd5e09d4 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 8 Jul 2009 19:37:34 +0000 Subject: We need to be able to write time in other ways than just type the seconds --- rrdtool-model.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/rrdtool-model.lua b/rrdtool-model.lua index fa124b7..e9ff4e6 100644 --- a/rrdtool-model.lua +++ b/rrdtool-model.lua @@ -134,9 +134,6 @@ If you specify path, it should be " .. tostring(databases) .."/" end if (posix.stat(path)) then configfile.value.filename.errtxt = "File already exists" - elseif (#configfile.value.start.value > 0) and not tonumber(configfile.value.start.value) then - configfile.value.start.errtxt = "Only numeric values!" - return configfile elseif (#configfile.value.step.value > 0) and not tonumber(configfile.value.step.value) then configfile.value.step.errtxt = "Only numeric values!" return configfile -- cgit v1.2.3