Updated queries to use the new status field. Updated CMS_NODE with a new status attribute.
18 lines
224 B
Plaintext
18 lines
224 B
Plaintext
note
|
|
description: "Node Status Not-Published, Published and Trash"
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
|
|
class
|
|
CMS_NODE_CONSTANTS
|
|
|
|
Feature
|
|
|
|
Not_published: INTEGER = 1
|
|
|
|
Published: INTEGER = 2
|
|
|
|
Trash: INTEGER = 3
|
|
|
|
end
|