There is a small error on http://api.drupal.org/api/global/conf/6, the table is called "variable" and not "variables" (note the missing plural 's' in the actual table name).
There is a small error on http://api.drupal.org/api/global/conf/6, the table is called "variable" and not "variables" (note the missing plural 's' in the actual table name).
Comments
Comment #1
jhodgdonThanks, you are right! This needs a patch in both Drupal 7 and Drupal 6.
The table is "variable" and the global variable conf doc says it is "variables".
Comment #2
jhodgdonThe file with this doc header is actually in the contrib repository, so I went ahead and fixed it.
http://drupal.org/cvs?commit=287034
http://drupal.org/cvs?commit=287032