dblog_update_6000

Versions
6 – 7
dblog_update_6000()

Allow longer referrers.

Related topics

Code

modules/dblog/dblog.install, line 110

<?php
function dblog_update_6000() {
  $ret = array();
  db_change_field($ret, 'watchdog', 'referer', 'referer', array('type' => 'text', 'not null' => FALSE));
  return $ret;
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.