- Patch #150762 by hunmonk: fixed typo.

6.x
Dries Buytaert 2007-06-11 07:30:40 +00:00
parent c059a6d984
commit 039d508cd0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}