Ignore:
Timestamp:
Sep 6, 2008, 1:24:53 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Fixed looping file list, and skin missing bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/GUI-config/LookupU.pas

    r476 r482  
    118118      RPCBrokerV.Results.Delete(0);
    119119      if RPCBrokerV.Results.Count=0 then begin
    120         RPCBrokerV.Results.Add('0^<NO DATA>');
     120        //RPCBrokerV.Results.Add('0^<NO DATA>');
    121121      end;
    122122    end;
Note: See TracChangeset for help on using the changeset viewer.