[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/link/ -> link.install (summary)

(no description)

File Size: 138 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 8 functions

  link_install()
  link_uninstall()
  link_enable()
  link_disable()
  link_update_1()
  link_update_6000()
  link_update_6001()
  link_update_6002()

Functions
Functions that are not part of a class:

link_install()   X-Ref
Implementation of hook_install().


link_uninstall()   X-Ref
Implementation of hook_uninstall().


link_enable()   X-Ref
Implementation of hook_enable().


link_disable()   X-Ref
Implementation of hook_disable().


link_update_1()   X-Ref
Removed link.module created tables, move data to content.module tables

Even though most everyone will not be using this particular update, several
folks have complained that their upgrades of link.module do not work because
of this function being missing when schema expects it. - JCF
And on further review, I'm removing the body, since some of those calls
no longer exist in Drupal 6.  Remember to upgrade from 4.7 to 5 first, and
*then* from 5 to 6.  kthx! -JCF

link_update_6000()   X-Ref
Ensure that content.module is updated before link module.


link_update_6001()   X-Ref
Change the database schema to allow NULL values.


link_update_6002()   X-Ref
6.x-2.7 had code that mistakenly wrote 'a:3:{s:6:"target";s:7:"default";s:5:"class";s:0:"";s:3:"rel";s:0:"";}'
to the attributes field, when it should have written NULL.

This fixes that.  Ticket #626932.



Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7