// Add more informations on deprecated data

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12716 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-26 14:10:31 +00:00
parent acae0cb8aa
commit 2159489ad2
44 changed files with 127 additions and 30 deletions
+2 -6
View File
@@ -571,11 +571,7 @@ class ValidateCore
}
/**
* Check for values list validity
* Mostly used in database for insertions (A,B,C),(A,B,C)...
*
* @deprecated
* @return boolean Validity is ok or not
* @deprecated 1.5.0 You should not use list like this, please use an array when you build a SQL query
*/
public static function isValuesList()
{
@@ -848,7 +844,7 @@ class ValidateCore
}
/**
* @deprecated 1.5.0
* @deprecated 1.5.0 Use Validate::isBoolId()
*/
public static function isBool_Id($ids)
{