summaryrefslogtreecommitdiff
path: root/includes/node.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/node.inc')
-rw-r--r--includes/node.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/node.inc b/includes/node.inc
index d1f8021c8..b3a1fe9c1 100644
--- a/includes/node.inc
+++ b/includes/node.inc
@@ -65,7 +65,7 @@ function node_get_comments($nid) {
function node_save($node, $filter) {
global $user, $status;
- $rows = array(nid, pid, lid, cid, tid, log, type, title, score, votes, author, status, comment, promote, moderate, timestamp);
+ $rows = array(nid, pid, lid, cid, tid, log, type, title, score, votes, author, status, comment, promote, moderate, attribute, timestamp, timestamp_posted, timestamp_queued, timestamp_hidden);
if ($node[nid] > 0) {
$n = node_get_object(array("nid" => $node[nid]));