summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-12-31 08:54:37 +0000
committerDries Buytaert <dries@buytaert.net>2007-12-31 08:54:37 +0000
commit178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6 (patch)
treee0a029015f481bd2ce1a85b3b73396244d91caf1 /modules/node
parentf04d4d17dd6a7c94bf10b564930a4448d5449c3d (diff)
downloadbrdo-178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6.tar.gz
brdo-178c28535b5ed1a693c9e9cf5de4c703bc2bf3c6.tar.bz2
- Patch #204900 by webernet: code style fixes. Likely my last patch of the year. Fiew. Thanks all, and see you on the other side. :)
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.pages.inc6
1 files changed, 2 insertions, 4 deletions
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',