summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index b13d848ef..63cdbe249 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -1423,7 +1423,7 @@ function hook_schema() {
*/
function hook_schema_alter(&$schema) {
// Add field to existing schema.
- $schema['user']['fields']['timezone_id'] = array(
+ $schema['users']['fields']['timezone_id'] = array(
'type' => 'int',
'not null' => TRUE,
'default' => 0,