I solved some issue with Cryptographic Issues

This commit is contained in:
Paula V. Quispe
2015-03-25 16:22:18 -04:00
parent cea690ce68
commit f402d00446
8 changed files with 17 additions and 17 deletions

View File

@@ -5687,7 +5687,7 @@ class Cases
{
//CASE INSENSITIVE pin
$pin = G::toUpper($pin);
$pin = md5($pin);
$pin = G::encryptOld($pin);
$oCriteria = new Criteria('workflow');
$oCriteria->addSelectColumn(ApplicationPeer::APP_UID);