[20992] point a problem in code, without clear solution

Caeies <[email protected]> Wed, 27 Jan 2010 21:06:05 +0000
Newsgroups gmane.comp.web.phpgroupware.cvs
Message-ID <[email protected]>
Revision: 20992
          http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=20992
Author:   Caeies
Date:     2010-01-27 21:06:05 +0000 (Wed, 27 Jan 2010)
Log Message:
-----------
point a problem in code, without clear solution

Modified Paths:
--------------
    modules/phpgwapi/trunk/inc/auth/class.auth_exchange.inc.php

Modified: modules/phpgwapi/trunk/inc/auth/class.auth_exchange.inc.php
===================================================================
--- modules/phpgwapi/trunk/inc/auth/class.auth_exchange.inc.php	2010-01-27 21:05:10 UTC (rev 20991)
+++ modules/phpgwapi/trunk/inc/auth/class.auth_exchange.inc.php	2010-01-27 21:06:05 UTC (rev 20992)
@@ -66,7 +66,8 @@
 		{
 			return $username;
 		}
-		
+
+		//XXX To be checked $pwType is an old value ?
 		public function authenticate($username, $passwd)
 		{
 			if($pwType == 'none')