- Patch #50219 by pz: removed death code.

4.7.x
Dries Buytaert 2006-02-20 16:41:25 +00:00
parent a94b87aa3a
commit 999d3dafd4
2 changed files with 0 additions and 4 deletions

View File

@ -1645,8 +1645,6 @@ function node_form($node) {
* Generate the node editing form array. * Generate the node editing form array.
*/ */
function node_form_array($node) { function node_form_array($node) {
$op = isset($_POST['op']) ? $_POST['op'] : '';
node_object_prepare($node); node_object_prepare($node);
// Set the id of the top-level form tag // Set the id of the top-level form tag

View File

@ -1645,8 +1645,6 @@ function node_form($node) {
* Generate the node editing form array. * Generate the node editing form array.
*/ */
function node_form_array($node) { function node_form_array($node) {
$op = isset($_POST['op']) ? $_POST['op'] : '';
node_object_prepare($node); node_object_prepare($node);
// Set the id of the top-level form tag // Set the id of the top-level form tag