Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Nov 2009 at 08:27 UTC
Updated:
24 Nov 2009 at 16:10 UTC
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