patch to replace the timer function

ssm2017 Binder - June 11, 2009 - 17:56
Project:Second Life framework
Version:6.x-1.x-dev
Component:Code
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

<?php
$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

AttachmentSize
secondlife.module.1.4.2.6.replace_timer_function.patch723 bytes

#1

kbahey - June 11, 2009 - 18:17
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.

#2

System Message - June 25, 2009 - 18:20
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.