Closed (fixed)
Project:
User variable
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
16 Feb 2012 at 21:30 UTC
Updated:
12 May 2012 at 17:34 UTC
Plans? I'd be happy to help. This is something I need for a project I'm currently working on, anyway.
Comments
Comment #1
orb commentedand may introduce the core?
Version 2.x: I want to do with the startup by default, as in the core
Comment #2
jessepinho commentedI don't understand. Are you going to be developing a D7 version?
Comment #3
orb commentedGo 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');
Comment #4
orb commented