@@ -474,7 +474,7 @@ function node_update_dependencies() {
|
||||
*
|
||||
* This function is valid for a database schema version 7000.
|
||||
*
|
||||
* @ingroup update-api-6.x-to-7.x
|
||||
* @ingroup update_api
|
||||
*/
|
||||
function _update_7000_node_get_types() {
|
||||
$node_types = db_query('SELECT * FROM {node_type}')->fetchAllAssoc('type', PDO::FETCH_OBJ);
|
||||
|
Reference in New Issue
Block a user