mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
"added static to encrypt_pasword"
This commit is contained in:
parent
8a9e4d3d9d
commit
868345fcb6
@ -58,7 +58,7 @@ class auth extends auth_
|
|||||||
*
|
*
|
||||||
* @param $password password to encrypt
|
* @param $password password to encrypt
|
||||||
*/
|
*/
|
||||||
function encrypt_password($password,$sql=False)
|
static function encrypt_password($password,$sql=False)
|
||||||
{
|
{
|
||||||
if($sql)
|
if($sql)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user