Project

General

Profile

« Previous | Next » 

Revision 575

Added by thorn over 16 years ago

module menu_link: after adding a menu_link, the anchor dropdown shows "#"; fixed

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', '')");
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