hello
here is a patch to replace the timer function
the "secondlife_timer()" function was removed and the calls were replaced with :

$timer_enabled = variable_get('secondlife_timer', 0);
// then
if ($timer_enabled) {
.......

this is a patch to be used with cvs version 1.4.2.6

Comments

kbahey’s picture

Status: Active » Fixed

Why are you opening new duplicate issues instead of posting in the existing ones? http://drupal.org/node/350887

Anyway, it is fixed now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.