2.3.x-dev-cvs suggested fixes: horde/lib/Horde.php

Apis Hytt php3dev@carousel.tabcat.com
Wed, 8 Nov 2000 21:50:16 -0600 (CST)


around 232
after line
 function read ($key, $ciphertext) {

remove the line:
if (extension_loaded('mcrypt')) {

substitute:
if (function_exists('mcrypt_module_open')) {

Apis
NNNN