[support] How to override this variable?

Greg Knaddison - GVS Greg at GrowingVentureSolutions.com
Thu Dec 7 20:37:14 UTC 2006


On 12/7/06, marcob <marcob at gawab.com> wrote:
> INSERT INTO `variable` VALUES ('catdef_storylink_50',
> 'a:1:{i:0;s:2:"75";}');
>
> ?

how about

variable_set('catdef_storylink_50',array('75'));

For more information on the function:
http://api.drupal.org/api/4.7/function/variable_set

Regards,
Greg


More information about the support mailing list