added missing brackets of function call

This commit is contained in:
Ralf Becker 2004-06-24 11:32:06 +00:00
parent a6ee097064
commit 890548096b

View File

@ -129,7 +129,7 @@
{
if($this->mcrypt_version != 'old')
{
if(phpversion >= '4.1.1')
if(phpversion() >= '4.1.1')
{
mcrypt_generic_deinit($this->td);
}