diff options
Diffstat (limited to 'modules/statistics/statistics.install')
-rw-r--r-- | modules/statistics/statistics.install | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/statistics/statistics.install b/modules/statistics/statistics.install index 396faab80..5fd499707 100644 --- a/modules/statistics/statistics.install +++ b/modules/statistics/statistics.install @@ -142,9 +142,7 @@ function statistics_schema() { * Allow longer referrers. */ function statistics_update_7000() { - $ret = array(); - db_change_field($ret, 'accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE)); - return $ret; + db_change_field('accesslog', 'url', 'url', array('type' => 'text', 'not null' => FALSE)); } /** |