Closed (fixed)
Project:
Second Life framework
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2009 at 17:56 UTC
Updated:
25 Jun 2009 at 18:20 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| secondlife.module.1.4.2.6.replace_timer_function.patch | 723 bytes | ssm2017 Binder |
Comments
Comment #1
kbahey commentedWhy are you opening new duplicate issues instead of posting in the existing ones? http://drupal.org/node/350887
Anyway, it is fixed now.