- Patch #50219 by pz: removed death code.
parent
a94b87aa3a
commit
999d3dafd4
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue