xo::db::sql::news proc revision_new (public)
xo::db::sql::news revision_new [ -dbn dbn ] -item_id item_id \ [ -publish_date publish_date ] [ -text text ] -title title \ -description description [ -mime_type mime_type ] \ [ -package_id package_id ] [ -archive_date archive_date ] \ [ -approval_user approval_user ] [ -approval_date approval_date ] \ [ -approval_ip approval_ip ] [ -creation_date creation_date ] \ [ -creation_ip creation_ip ] [ -creation_user creation_user ] \ [ -make_active_revision_p make_active_revision_p ] -lead lead
Defined in /var/www/openacs.org/packages/xotcl-core/tcl/05-db-procs.tcl
Automatically generated method
- Switches:
- -dbn (optional)
- -item_id (required)
- -publish_date (optional)
- -text (optional)
- -title (required)
- -description (required)
- -mime_type (optional, defaults to
"text/plain"
)- -package_id (optional)
- -archive_date (optional)
- -approval_user (optional)
- -approval_date (optional)
- -approval_ip (optional)
- -creation_date (optional, defaults to
"current_timestamp"
)- -creation_ip (optional)
- -creation_user (optional)
- -make_active_revision_p (optional, defaults to
"f"
)- -lead (required)
- Testcases:
- No testcase defined.