Plans? I'd be happy to help. This is something I need for a project I'm currently working on, anyway.

Comments

orb’s picture

and may introduce the core?
Version 2.x: I want to do with the startup by default, as in the core

jessepinho’s picture

I don't understand. Are you going to be developing a D7 version?

orb’s picture

Assigned: Unassigned » orb
Status: Active » Fixed

Go test

different variables:
user_variable_set('test-variable', 'value 1');
user_variable_set('test-variable', 'value 2', FALSE, 8);
user_variable_set('test-variable', 3, TRUE);
user_variable_set('test-variable', 4.0, TRUE, 0, 0, TRUE);
user_variable_set('test-variable', array('value - 5'), TRUE, 0, 0, 'SID');
user_variable_set('test-variable', TRUE, FALSE, 0, 0, TRUE);
user_variable_set('test-variable', 'value 7', FALSE, 9, 0, TRUE);
user_variable_set('test-variable', 'value 8', FALSE, 0, 0, 'SID');
user_variable_set('test-variable', 'value 9', FALSE, 5, 0, 'SID');

orb’s picture

Status: Fixed » Closed (fixed)