diff options
Diffstat (limited to '')
| -rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 16ed737..4e75f3f 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
| @@ -260,6 +260,7 @@ function APT.orderedPairs(t) | |||
| 260 | return orderedNext, t, nil | 260 | return orderedNext, t, nil |
| 261 | end | 261 | end |
| 262 | 262 | ||
| 263 | |||
| 263 | -- Use this to dump a table to a string, with HTML. | 264 | -- Use this to dump a table to a string, with HTML. |
| 264 | APT.dumpTableHTML = function (table, name, space) | 265 | APT.dumpTableHTML = function (table, name, space) |
| 265 | if nil == space then space = '' end | 266 | if nil == space then space = '' end |
| @@ -347,7 +348,6 @@ APT.allpairs = function(tbl, func) | |||
| 347 | end | 348 | end |
| 348 | end | 349 | end |
| 349 | 350 | ||
| 350 | |||
| 351 | APT.search = function(t, s) | 351 | APT.search = function(t, s) |
| 352 | for i, v in pairs(t) do | 352 | for i, v in pairs(t) do |
| 353 | if v == s then return true end | 353 | if v == s then return true end |
