I am trying to implement security on my site – with menu changes based on if([usr_login] != “admin”){ sc_menu_delete(item_45 ) ; }this works fine, but then if I try to restore the menu…if([usr_login] == “admin”){ sc_reset_menu_delete(item_45); } I get the error below…
Call to undefined function sc_reset_menu_delete() Does this function still exist?.. ANY IDEAS? I NOTICED OTHER POST ASKING SAME QUESTION BUT NO ANSWERS… HELP! Im stumped!