I have commented the following lines out of the file /var/www/html/mythweb/includes/programs.php:<br><br><img src="file:///e:/temp/moz-screenshot.jpg" alt="">/* elseif ($this->chanid) {<br> unset($this->filename);
<br> // Kludge to avoid redefining the object, which doesn't work in php5<br> $tmp = @get_object_vars(load_one_program($this->starttime, $this->chanid));<br> if (is_array($tmp) && count($tmp) > 0) {
<br> foreach ($tmp as $key => $value) {<br> $this->$key = $value;<br> }<br> }<br> }*/<br><br><br>It has speeded my MythWeb program listing up to around 2 seconds and I have not noticed any missing details in the listing.
<br>Note however that this file (programs.php) probably is used by other modules, so they may have been impacted.<br><br>Best regards<br>Niels Dybdahl<br><br>