You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
321 B

# pkdille
# Fix on application menu (Menu 42). 'Contact Us' option should appear only if feature_contact AND feature_messages are enabled
UPDATE `tiki_menu_options` SET `section` = 'feature_contact,feature_messages' WHERE `menuId` = '42' AND type = 'o' AND name = 'Contact Us' AND url = 'tiki-contact.php' LIMIT 1 ;