From 275a3eb70c150d912db8a3ca14937a026aeb5e23 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Fri, 28 Dec 2001 05:57:18 +0000 Subject: [PATCH] remove extra debug var, format --- phpgwapi/inc/class.crypto.inc.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.crypto.inc.php b/phpgwapi/inc/class.crypto.inc.php index 650788cead..153d853c6f 100644 --- a/phpgwapi/inc/class.crypto.inc.php +++ b/phpgwapi/inc/class.crypto.inc.php @@ -20,7 +20,7 @@ * along with this library; if not, write to the Free Software Foundation, * * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * \**************************************************************************/ - + /* $Id$ */ class crypto @@ -34,7 +34,6 @@ var $td = False; /* Handle for mcrypt */ var $iv = ''; var $key = ''; - var $debug = False; function crypto($vars='') { @@ -167,7 +166,7 @@ { echo '
' . time() . ' crypto->encrypt() data: ---->>>>' . $data; } - + switch ($this->mcrypt_version) { case 'old':