#295 - Menu link
| Identifier | #295 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Menu link |
| Status | Closed (no changes needed) |
| Handling member | Chris Graham |
| Addon | cns_forum |
| Description | If you uninstall this addon, the zone menu link should be removed. |
| Steps to reproduce | |
| Related to | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
if (preg_match('#^([^/]*)/index.php#',$filename,$matches)!=0)
actual_delete_zone_lite($matches[1]);
and actual_delete_zone_lite has:
$GLOBALS['SITE_DB']->query_delete('menu_items',array('i_url'=>$zone.':'));