From 3b35b435763e1a40e77c08b63f2f18c2b94e9ef4 Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Tue, 12 Jun 2001 11:50:38 +0000 Subject: - changed $this->timestamp = $node[attributes]; to $this->attributes = $node[attributes]; Makes more sense this way :-) --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 6e60289d7..e958502ab 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -5,7 +5,7 @@ class Node { global $user; $this->userid = $node[userid] ? $node[userid] : $user->userid; $this->title = $node[title]; - $this->timestamp = $node[attributes]; + $this->attributes = $node[attributes]; $this->timestamp = $node[timestamp] ? $node[timestamp] : time(); } } -- cgit v1.2.3