Closed (fixed)
Project:
Vardump
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Jul 2008 at 01:45 UTC
Updated:
16 May 2011 at 01:31 UTC
Hi. Great module! Making my life easier for sure.
Just curious why in your code you are using a custom function vardump_update_or_insert instead of variable_set? The db_num_results is giving me errors and code is not working as is. However it was a great starting point and has been painless to get it working, changing the vardump_update_or_insert calls to variable_set calls
Thanks.
Comments
Comment #1
puregin commentedHi KingMoore,
I just applied sessy's patch from issue #335286 which is basically applying variable_set().
I'm deprecating this module in favour of variable_dump, which does the same thing (and more).
Cheers, Djun