From 039d508cd0d4a7a4f878e9161a2332531a149c6f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 11 Jun 2007 07:30:40 +0000 Subject: [PATCH] - Patch #150762 by hunmonk: fixed typo. --- modules/locale/locale.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/locale/locale.install b/modules/locale/locale.install index 309e9d57f77..540efb83b97 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -96,7 +96,7 @@ function locale_update_6002() { */ function locale_update_6003() { $ret = array(); - db_add_field($rest, 'languages', 'javascript', array('type' => 'varchar', 'length' => 32, 'not null' => TRUE, 'default' => '')); + db_add_field($ret, 'languages', 'javascript', array('type' => 'varchar', 'length' => 32, 'not null' => TRUE, 'default' => '')); return $ret; }