Changeset 23 for vtcross/trunk

Show
Ignore:
Timestamp:
10/22/08 14:09:19 (16 years ago)
Author:
ahe
Message:

get returned values from cbr search

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/cbr.c

    r22 r23  
    227227            strcat(_cbr->command, " AND "); 
    228228        else 
    229             strcat(_cbr->command, ";"); 
    230     } 
    231  
    232     ExecuteCommand(_cbr); 
     229            strcat(_cbr->command, " order by utility desc;"); 
     230    } 
     231 
     232    //ExecuteCommand(_cbr); 
    233233    ExecuteSearchCommand(_cbr, _retvals); 
    234234