- Patch #24805 by Ber: removed some dead code.

4.7.x
Dries Buytaert 2005-07-18 09:57:48 +00:00
parent 1a0655dce9
commit e0158075f6
2 changed files with 0 additions and 8 deletions

View File

@ -221,10 +221,6 @@ function book_validate(&$node) {
* Implementation of hook_form().
*/
function book_form(&$node) {
global $user;
$op = $_POST['op'];
$output = form_select(t('Parent'), 'parent', ($node->parent ? $node->parent : arg(4)), book_toc($node->nid), t('The parent that this page belongs in. Note that pages whose parent is <top-level> are regarded as independent, top-level books.'));
if (function_exists('taxonomy_node_form')) {

View File

@ -221,10 +221,6 @@ function book_validate(&$node) {
* Implementation of hook_form().
*/
function book_form(&$node) {
global $user;
$op = $_POST['op'];
$output = form_select(t('Parent'), 'parent', ($node->parent ? $node->parent : arg(4)), book_toc($node->nid), t('The parent that this page belongs in. Note that pages whose parent is <top-level> are regarded as independent, top-level books.'));
if (function_exists('taxonomy_node_form')) {