Project

General

Profile

« Previous | Next » 

Revision 698

Added by thorn over 16 years ago

allow external links in menulink-module

View differences:

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', '0')");
32
$database->query("INSERT INTO `$table` (`page_id`, `section_id`, `target_page_id`, `type`, `anchor`, `extern`) VALUES ('$page_id', '$section_id', '0', '0', '0', '')");
33 33

  
34 34
?>

Also available in: Unified diff