Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Corrected BUG #126377 : If the site is in a subdirectory, eg server.com/mysite, the urlstart condition doesn't make a match unless you include the /mysite.
Fixed unusual and rare case where concatenation with the ternary operator (? :) caused a concatenation priority problem. Fixed by adding parenthesis to explicitly set evaluation order.