phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/inc/class.crypto.inc.php, 1.20.4.6


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/inc/class.crypto.inc.php, 1.20.4.6
Date: Sat, 4 Sep 2004 08:01:54 +0200

Update of /phpgwapi/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.crypto.inc.php

date: 2004/09/04 06:01:54;  author: skwashd;  state: Exp;  lines: +2 -2

Log Message:
php5 fix - breaks pre php4.1.1 - upgrade :P
=====================================================================
Index: phpgwapi/inc/class.crypto.inc.php
diff -u phpgwapi/inc/class.crypto.inc.php:1.20.4.5 
phpgwapi/inc/class.crypto.inc.php:1.20.4.6
--- phpgwapi/inc/class.crypto.inc.php:1.20.4.5  Tue Feb 10 13:51:17 2004
+++ phpgwapi/inc/class.crypto.inc.php   Sat Sep  4 06:01:54 2004
@@ -107,7 +107,7 @@
                        {
                                if ($this->mcrypt_version != 'old')
                                {
-                                       mcrypt_generic_end ($this->td);
+                                       mcrypt_generic_deinit($this->td);
                                }
                        }
                }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]