Closed (fixed)
Project:
Latest Members
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jul 2010 at 16:22 UTC
Updated:
8 Feb 2011 at 13:51 UTC
In Drupal 5:
cache_set($cid, $table = 'cache', $data, $expire = CACHE_PERMANENT, $headers = NULL)
In Drupal 6:
cache_set($cid, $data, $table = 'cache', $expire = CACHE_PERMANENT, $headers = NULL)
The $data, $table = 'cache' part is reversed...
This will be fixed in the next release...
Comments
Comment #1
d------ commentedComment #2
d------ commentedComment #3
d------ commented