From 178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 Dec 2007 08:54:37 +0000 Subject: - Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :) --- modules/node/node.pages.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.pages.inc b/modules/node/node.pages.inc index 66f781aee..7c667498e 100644 --- a/modules/node/node.pages.inc +++ b/modules/node/node.pages.inc @@ -115,10 +115,8 @@ function node_form(&$form_state, $node) { // Set the id of the top-level form tag $form['#id'] = 'node-form'; - /** - * Basic node information. - * These elements are just values so they are not even sent to the client. - */ + // Basic node information. + // These elements are just values so they are not even sent to the client. foreach (array('nid', 'vid', 'uid', 'created', 'type', 'language') as $key) { $form[$key] = array( '#type' => 'value', -- cgit v1.2.3