Ignore:
Timestamp:
Apr 5, 2007 1:48:45 AM (17 years ago)
Author:
quinn
Message:

Converted all string functions to multi-byte (mb_*) functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/AuthorizeNet.inc.php

    r146 r247  
    238238    {
    239239        return (
    240             strtolower($this->getResult('x_md5_hash')) == strtolower(md5(
     240            mb_strtolower($this->getResult('x_md5_hash')) == mb_strtolower(md5(
    241241                $this->md5_hash_value .
    242242                $this->getParam('x_login') .
Note: See TracChangeset for help on using the changeset viewer.