function dblog_update_6000
6.x dblog.install | dblog_update_6000() |
Allow longer referrers.
Related topics
File
- drupal-6.x/
modules/ dblog/ dblog.install, line 110
Code
function dblog_update_6000() {
$ret = array();
db_change_field($ret, 'watchdog', 'referer', 'referer', array('type' => 'text', 'not null' => FALSE));
return $ret;
}