commit 3444f8f0e2160aa81bcad6f0b699903abf28a965 Author: Ivan Boothe Date: Sun Mar 10 15:17:45 2013 -0700 987238-new_changes diff --git a/core/modules/node/node.install b/core/modules/node/node.install index 2b46397..a8fc2fe 100644 --- a/core/modules/node/node.install +++ b/core/modules/node/node.install @@ -717,7 +717,7 @@ function node_update_8014() { * been explicitly configured as such, this update ensures that the old implicit * default is still the default. */ -function node_update_8014() { +function node_update_8015() { // Fetch the available node types. $types = db_query('SELECT type FROM {node_type}')->fetchCol();