function uc_encryption_class::setAdjustment in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_store/uc_store.module \uc_encryption_class::setAdjustment()
File
- uc_store/
uc_store.module, line 2766 - Contains global Ubercart functions and store administration functionality.
Class
- uc_encryption_class
- Trimmed down version of GPL class by Tony Marston. Details available at http://www.tonymarston.co.uk/php-mysql/encryption.html
Code
function setAdjustment($adj) {
$this->adj = (double) $adj;
}