Development

Changeset 8394 for plugins/sfAmazonSimpleDBPlugin

You must first sign up to be able to contribute.

Show
Ignore:
Timestamp:
04/10/08 17:56:27 (8 months ago)
Author:
myke
Message:

Error in the library when you have more then 9 attributes in your object

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfAmazonSimpleDBPlugin/trunk/lib/Amazon/SimpleDB/Client.php

    r6815 r8394  
    491491            $data .=  $parameters['Action'] .  $parameters['Timestamp']; 
    492492        } elseif (1 === $signatureVersion) { 
    493             uksort($parameters, 'strnatcasecmp'); 
     493            uksort($parameters, 'strcasecmp'); 
    494494            unset ($parameters['Signature']); 
    495495