Revision 575
Added by thorn almost 18 years ago
| upgrade-script.php | ||
|---|---|---|
| 209 | 209 |
`section_id` INT(11) NOT NULL DEFAULT '0', |
| 210 | 210 |
`page_id` INT(11) NOT NULL DEFAULT '0', |
| 211 | 211 |
`target_page_id` INT(11) NOT NULL DEFAULT '0', |
| 212 |
`anchor` VARCHAR(255) NOT NULL DEFAULT '' , |
|
| 212 |
`anchor` VARCHAR(255) NOT NULL DEFAULT '0' ,
|
|
| 213 | 213 |
PRIMARY KEY (`section_id`) |
| 214 | 214 |
) |
| 215 | 215 |
"); |
| ... | ... | |
| 465 | 465 |
?> |
| 466 | 466 |
|
| 467 | 467 |
</body> |
| 468 |
</html> |
|
| 468 |
</html> |
|
Also available in: Unified diff
module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed