*** special_menu_items.module	2010-01-07 16:12:29.139218232 -0500
--- special_menu_items.module-orig	2009-11-16 11:58:01.000000000 -0500
*************** function special_menu_items_footer() {
*** 225,231 ****
    if(strpos($_GET['q'],'admin/build/menu-customize')!== false)
    {
      //do all links in db
!     db_query("UPDATE {menu_links} SET link_path=CONCAT(CONCAT(link_path,'/'),mlid) WHERE (link_path='nolink' OR link_path='separator') AND hidden!=-1");
      cache_clear_all();
    }
  }
\ No newline at end of file
--- 225,231 ----
    if(strpos($_GET['q'],'admin/build/menu-customize')!== false)
    {
      //do all links in db
!     db_query("UPDATE menu_links SET link_path=CONCAT(CONCAT(link_path,'/'),mlid) WHERE (link_path='nolink' OR link_path='separator') AND hidden!=-1");
      cache_clear_all();
    }
  }
\ No newline at end of file
