statistics_update_6000
- Versions
- 6 – 7
statistics_update_6000()
Allow longer referrers.
Related topics
Code
modules/statistics/statistics.install, line 128
<?php
function statistics_update_6000() {
$ret = array();
db_change_field($ret, 'accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE));
return $ret;
}
?>Login or register to post comments 