mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
fixing probs with debian woody which is php >= 4.1.1, but lacks mcrypt_generic_deinit
This commit is contained in:
parent
23cbfee599
commit
f7d51c9e57
@ -129,7 +129,7 @@
|
||||
{
|
||||
if($this->mcrypt_version != 'old')
|
||||
{
|
||||
if(phpversion() >= '4.1.1')
|
||||
if(function_exists('mcrypt_generic_deinit'))
|
||||
{
|
||||
mcrypt_generic_deinit($this->td);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user