// Bad PHP docs

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15722 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-05-29 08:59:01 +00:00
parent f00f054ccd
commit 24bc3d6427
+3 -3
View File
@@ -771,7 +771,7 @@ class ToolsCore
/**
* Encrypt password
*
* @param object $object Object to display
* @param string $passwd String to encrypt
*/
public static function encrypt($passwd)
{
@@ -794,9 +794,9 @@ class ToolsCore
}
/**
* Encrypt password
* Tokenize a string
*
* @param object $object Object to display
* @param string $string string to encript
*/
public static function getAdminToken($string)
{