alecpl
2008-10-20 7f639467194da6d6a4059d75fb2307ffe1201ab5
program/include/rcube_shared.inc
@@ -210,7 +210,7 @@
function in_array_nocase($needle, $haystack)
{
  foreach ($haystack as $value)
    if (strtolower($needle)===strtolower($value))
    if (rc_strtolower($needle)===rc_strtolower($value))
      return true;
  
  return false;