Ignore:
Timestamp:
11/14/06 19:18:05 (6 years ago)
Author:
james
Message:

don't hilight people in rankings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TriviaEngine/TriviaEngine-sqlite.tcl

    r32 r33  
    15971597                append entry [trivia_ordinal $initpos] 
    15981598                append entry ": " 
    1599                 append entry [trivia_get_username [lindex $place 0]] 
     1599                append entry [trivia_question_inject [trivia_get_username [lindex $place 0]]] 
    16001600                append entry " (" 
    16011601                append entry [lindex $place 1] 
     
    16101610         
    16111611        putlog $output 
     1612        return $output 
    16121613 
    16131614} 
Note: See TracChangeset for help on using the changeset viewer.