Subversion Repositories svn1-original

Rev

Rev 60 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60 Rev 64
Line 1241... Line 1241...
1241
 *      Nothing
1241
 *      Nothing
1242
 *
1242
 *
1243
 *========================================================================*/
1243
 *========================================================================*/
1244
void pri_awards_html(void)
1244
void pri_awards_html(void)
1245
{
1245
{
-
 
1246
    bool saved = report_html;
1246
    /*
1247
    /*
1247
    **  Generate ALL results with HTML tags
1248
    **  Generate ALL results with HTML tags
1248
    */
1249
    */
1249
    report_html = TRUE;
1250
    report_html = TRUE;
1250
    pri_awards();
1251
    pri_awards();
1251
    report_html = FALSE;
1252
    report_html = saved;
1252
}
1253
}
1253
 
1254
 
1254
/*========================================================================
1255
/*========================================================================
1255
 *
1256
 *
1256
 *  Print award results
1257
 *  Print award results