system_update_6048
modules/system/system.install, строка 2539
- Версии
- 6
system_update_6048()
- Increase the size of the
'load_functions'
and'to_arg_functions'
fields in table'menu_router'
.
Связанные темы
Код
<?php
function system_update_6048() {
$ret = array();
db_change_field($ret, 'menu_router', 'load_functions', 'load_functions', array('type' => 'text', 'not null' => TRUE,));
db_change_field($ret, 'menu_router', 'to_arg_functions', 'to_arg_functions', array('type' => 'text', 'not null' => TRUE,));
return $ret;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии