Plugin Directory

Changeset 356325

Timestamp:
03/06/2011 10:13:32 PM (13 years ago)
Author:
jghazally
Message:

remove weird character from cart.class : http://code.google.com/p/wp-e-commerce/issues/detail?id=388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-e-commerce/branches/3.8-development/wpsc-includes/cart.class.php

    r354354 r356325  
    17781778           }
    17791779
    1780            $unique_id =  sha1(uniqid(rand(), true));
     1780           $unique_id =  sha1(uniqid(rand(),true));
    17811781            if(move_uploaded_file($file_data['tmp_name'], WPSC_USER_UPLOADS_DIR.$file_data['name']) )
    17821782              $this->custom_file = array(
Note: See TracChangeset for help on using the changeset viewer.