Ticket #10856: php-54.diff

File php-54.diff, 540 bytes (added by jmusits@…, 12 years ago)

php 5.4 patch

  • modules/tv/tmpl/wap/list.php

    diff --git a/modules/tv/tmpl/wap/list.php b/modules/tv/tmpl/wap/list.php
    index ced25fb..c3bc6a1 100644
    a b  
    7171        // Grab the reference
    7272            $channel =& Channel::find($key);
    7373        // Print the data
    74             print_channel(&$channel, $list_starttime, $list_endtime);
     74            print_channel($channel, $list_starttime, $list_endtime);
    7575        // Cleanup is a good thing
    7676            unset($channel);
    7777        // Display the timeslot bar?