Ticket #5380: mythweb.patch

File mythweb.patch, 515 bytes (added by mail@…, 16 years ago)

MythWeb Patch

  • includes/config.php

     
    8080
    8181// the character(s) to represent stars with
    8282    if (empty($_SESSION['star_character']))
    83         $_SESSION['star_character'] = '♦';
     83        $_SESSION['star_character'] = '★';
    8484    define('star_character', $_SESSION['star_character']);
    8585
    8686//  The following constants are used for the program listings page