Fatal error: Call to undefined function content_notify() in /path/to/linkimagefield/linkimagefield.install on line 39

The function content_notify() belongs to CCK and lives in it's main module file so it really should be included by the drupal_load() on the line before... weird.