phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.common.inc.php


From: Dave Hall
Subject: [Phpgroupware-cvs] phpgwapi/inc class.common.inc.php
Date: Wed, 23 Aug 2006 16:08:45 +0000

CVSROOT:        /cvsroot/phpgwapi
Module name:    phpgwapi
Changes by:     Dave Hall <skwashd>     06/08/23 16:08:45

Modified files:
        inc            : class.common.inc.php 

Log message:
        remove unneeded extra param from md5_encryptpass

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgwapi/inc/class.common.inc.php?cvsroot=phpgwapi&r1=1.238&r2=1.239

Patches:
Index: class.common.inc.php
===================================================================
RCS file: /cvsroot/phpgwapi/phpgwapi/inc/class.common.inc.php,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -b -r1.238 -r1.239
--- class.common.inc.php        23 Aug 2006 15:56:52 -0000      1.238
+++ class.common.inc.php        23 Aug 2006 16:08:45 -0000      1.239
@@ -8,7 +8,7 @@
        * @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General 
Public License
        * @package phpgwapi
        * @subpackage utilities
-       * @version $Id: class.common.inc.php,v 1.238 2006/08/23 15:56:52 
skwashd Exp $
+       * @version $Id: class.common.inc.php,v 1.239 2006/08/23 16:08:45 
skwashd Exp $
        */
 
        /**
@@ -1293,7 +1293,7 @@
                * @param string $random Random seed
                * @return string MD5 encrypted password
                */ 
-               function md5_cryptpasswd($userpass, $random)
+               function md5_cryptpasswd($userpass)
                {
                        return '{md5}' . base64_encode(pack('H*', 
md5($userpass)));
                }




reply via email to

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