statistics_update_6000

Versions
mediamosa-21
statistics_update_6000()

Allow longer referrers.

Related topics

Code

modules/statistics/statistics.install, line 143

<?php
function statistics_update_6000() {
  db_change_field('accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE));
}
?>