| Versionen | |
|---|---|
| drupal7 | statistics_update_7000() |
Allow longer referrers.
modules/
<?php
function statistics_update_7000() {
$ret = array();
db_change_field($ret, 'accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE));
return $ret;
}
?>
Kommentare
Kommentar hinzufügen