#295 - Menu link This is a spacer post for a website comment topic. The content this topic relates to: #295 - Menu link By Guest posted 26th May 2012, 7:53 AM Do not fill this field in. Pretty sure this already happens. Not tested the code but uninstall_addon has: 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.':')); 0 guests and 0 members have recently viewed this. Sort: Relevance Newest first Oldest first Rating Popularity
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.':'));