From 486b94ae00708c99661b2b5aa6201ce75178c37e Mon Sep 17 00:00:00 2001 From: "Paula V. Quispe" Date: Thu, 9 Apr 2015 12:41:34 -0400 Subject: [PATCH] I corrected --- gulliver/thirdparty/propel/util/Criteria.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulliver/thirdparty/propel/util/Criteria.php b/gulliver/thirdparty/propel/util/Criteria.php index bef1199b8..0eeb54262 100755 --- a/gulliver/thirdparty/propel/util/Criteria.php +++ b/gulliver/thirdparty/propel/util/Criteria.php @@ -1696,7 +1696,7 @@ class Criterion { $sb = ''; $params = array(); $clause->appendPsTo($sb,$params); - $h ^= G::encryptCrc3(serialize(array($sb,$params))); + $h ^= G::encryptCrc32(serialize(array($sb,$params))); unset ( $sb, $params ); }