function uc_encryption_class::setModulus in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_store/uc_store.module \uc_encryption_class::setModulus()
File
- uc_store/
uc_store.module, line 2770 - 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 setModulus($mod) {
$this->mod = (int) abs($mod);
}