function panels_schema in Panels 6.2
Same name and namespace in other branches
- 6.3 panels.install \panels_schema()
- 7.3 panels.install \panels_schema()
Implementation of hook_schema().
File
- ./
panels.install, line 6
Code
function panels_schema() {
// This should always point to our 'current' schema. This makes it relatively easy
// to keep a record of schema as we make changes to it.
return panels_schema_1();
}