Revision 575
Added by thorn almost 17 years ago
add.php | ||
---|---|---|
29 | 29 |
} |
30 | 30 |
|
31 | 31 |
$table = TABLE_PREFIX ."mod_menu_link"; |
32 |
$database->query("INSERT INTO `$table` (`page_id`, `section_id`, target_page_id, anchor) VALUES ('$page_id', '$section_id', '0', '')"); |
|
32 |
$database->query("INSERT INTO `$table` (`page_id`, `section_id`, target_page_id, anchor) VALUES ('$page_id', '$section_id', '0', '0')");
|
|
33 | 33 |
|
34 |
?> |
|
34 |
?> |
Also available in: Unified diff
module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed