Current time: 03-19-2010, 04:37 PM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] template search case-sensitivity
08-14-2008, 12:08 AM
Post: #1
[F] template search case-sensitivity
The "search" part of the template search/replace tool is case-insensitive because it just uses a template LIKE '%WhatEver%' database query. However, the "replace" part is case-sensitive because it uses str_replace(). That can cause buggy search results like these:

   

(Notice that the $label variable is only modified on the second result)
Visit this user's website Find all posts by this user
08-14-2008, 12:39 AM
Post: #2
[F] template search case-sensitivity
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods
Visit this user's website Find all posts by this user


Forum Jump: