- Bugfix: fixed bug #1627.

4.2.x
Dries Buytaert 2003-06-24 18:26:32 +00:00
parent 1c38cd9099
commit 1f91ef891e
2 changed files with 0 additions and 10 deletions

View File

@ -986,11 +986,6 @@ function node_validate($node, &$error) {
unset($node->created); unset($node->created);
} }
// Workflow:
if ($node->moderate == 1) {
$node->promote = 0;
}
/* /*
** Do node type specific validation checks. ** Do node type specific validation checks.
*/ */

View File

@ -986,11 +986,6 @@ function node_validate($node, &$error) {
unset($node->created); unset($node->created);
} }
// Workflow:
if ($node->moderate == 1) {
$node->promote = 0;
}
/* /*
** Do node type specific validation checks. ** Do node type specific validation checks.
*/ */