Revision 575
Added by thorn almost 17 years ago
install.php | ||
---|---|---|
36 | 36 |
`section_id` INT(11) NOT NULL DEFAULT '0', |
37 | 37 |
`page_id` INT(11) NOT NULL DEFAULT '0', |
38 | 38 |
`target_page_id` INT(11) NOT NULL DEFAULT '0', |
39 |
`anchor` VARCHAR(255) NOT NULL DEFAULT '' , |
|
39 |
`anchor` VARCHAR(255) NOT NULL DEFAULT '0' ,
|
|
40 | 40 |
PRIMARY KEY (`section_id`) |
41 | 41 |
) |
42 | 42 |
"); |
43 | 43 |
|
44 |
?> |
|
44 |
?> |
Also available in: Unified diff
module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed