Revision 700
Added by thorn over 16 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`, `type`, `anchor`, `extern`) VALUES ('$page_id', '$section_id', '0', '0', '0', '')");
|
|
32 |
$database->query("INSERT INTO `$table` (`page_id`, `section_id`, `target_page_id`, `anchor`, `extern`) VALUES ('$page_id', '$section_id', '0', '0', '')");
|
|
33 | 33 |
|
34 | 34 |
?> |
Also available in: Unified diff
menulink-module: wrong field in add.php. fixed.