diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-28 05:29:55 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-04-28 05:29:55 +0000 |
commit | a1c841f6ca996f7fad6ee3a35d0f45c64d22b22e (patch) | |
tree | 06a500b689976981e210e32474b478365113ccd1 /modules/dblog | |
parent | 1bac765683a8026e5b99a29b8cd20caa950301fb (diff) | |
download | brdo-a1c841f6ca996f7fad6ee3a35d0f45c64d22b22e.tar.gz brdo-a1c841f6ca996f7fad6ee3a35d0f45c64d22b22e.tar.bz2 |
#760014 by scor, catch: Stop supporting direct updates from Drupal < 6.17.
Diffstat (limited to 'modules/dblog')
-rw-r--r-- | modules/dblog/dblog.install | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/dblog/dblog.install b/modules/dblog/dblog.install index 5b5e6d092..e5390396e 100644 --- a/modules/dblog/dblog.install +++ b/modules/dblog/dblog.install @@ -93,24 +93,6 @@ function dblog_schema() { } /** - * @defgroup updates-6.x-extra Extra database logging updates for 6.x - * @{ - */ - -/** - * Allow longer referrers. - */ -function dblog_update_6000() { - db_change_field('watchdog', 'referer', 'referer', array('type' => 'text', 'not null' => FALSE)); -} - -/** - * @} End of "defgroup updates-6.x-extra" - * The next series of updates should start at 7000. - */ - - -/** * @defgroup updates-6.x-to-7.x database logging updates from 6.x to 7.x * @{ */ |