diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-04-24 13:55:36 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-04-24 13:55:36 +0000 |
commit | 9a6099c234d65989b7d912cba8bb6b5c4d681d96 (patch) | |
tree | 468da23aad44a7c66706a675b34cd78a20f0c15c /modules/system | |
parent | f73610bec64dbc81b8e5031ac6778c5f539cb730 (diff) | |
download | brdo-9a6099c234d65989b7d912cba8bb6b5c4d681d96.tar.gz brdo-9a6099c234d65989b7d912cba8bb6b5c4d681d96.tar.bz2 |
- Patch #76588 by Gabor: made log messages translatable. Yay.
Diffstat (limited to 'modules/system')
-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 334ff08c6..f6bd4da42 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3780,7 +3780,7 @@ function system_update_6009() { /** * Add variable replacement for watchdog messages. */ -function system_update_6009() { +function system_update_6010() { $ret = array(); switch ($GLOBALS['db_type']) { case 'pgsql': |