mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
added missing brackets of function call
This commit is contained in:
parent
a6ee097064
commit
890548096b
@ -129,7 +129,7 @@
|
|||||||
{
|
{
|
||||||
if($this->mcrypt_version != 'old')
|
if($this->mcrypt_version != 'old')
|
||||||
{
|
{
|
||||||
if(phpversion >= '4.1.1')
|
if(phpversion() >= '4.1.1')
|
||||||
{
|
{
|
||||||
mcrypt_generic_deinit($this->td);
|
mcrypt_generic_deinit($this->td);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user