Changeset 5859
- Timestamp:
- 03/18/10 16:19:11 (3 years ago)
- Files:
-
- 1 modified
-
luci/trunk/libs/core/luasrc/util.lua (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/libs/core/luasrc/util.lua
r5165 r5859 526 526 end 527 527 528 return code and strip_bytecode(code)528 return code -- and strip_bytecode(code) 529 529 end 530 530
