You are here

function content_update_1005 in Content Construction Kit (CCK) 5

Empty update - Was regenerating views after update_1003. Not needed with Views 1.6 anymore.

File

./content.install, line 506

Code

function content_update_1005() {
  return array();
}