diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-12-18 10:31:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-12-18 10:31:42 +0000 |
commit | 02539ac3f830101345cf5c715b0001aa1eb5a9c0 (patch) | |
tree | 9695e9c6074e3e333c620c545810fb972617f2aa /modules/system/system.install | |
parent | 9c835a88ca47ef10acb601d037490d60124b5b05 (diff) | |
download | brdo-02539ac3f830101345cf5c715b0001aa1eb5a9c0.tar.gz brdo-02539ac3f830101345cf5c715b0001aa1eb5a9c0.tar.bz2 |
- Patch #195496 by bjaspan and hunmonk: no 'char' data type in Schema API (and removed spaces).
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index e133b0ecd..e7599c41d 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1043,7 +1043,7 @@ function system_schema() { * @defgroup updates-4.7.x-extra Extra system updates for 4.7.x * @{ */ - + function system_update_last_removed() { return 179; } |