Show
Ignore:
Timestamp:
09/08/08 18:55:24 (5 years ago)
Author:
Cyrus
Message:

Fixed last commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ff-luci/trunk/libs/uvl/luasrc/uvl.lua

    r3208 r3210  
    917917    co = co or self._ucicache[c] 
    918918    if not co then 
    919         local co, err = cursor:get_all(c) 
     919        local err 
     920        co, err = cursor:get_all(c) 
    920921 
    921922        if err then