// Add more informations on deprecated data

This commit is contained in:
rMalie
2012-01-26 14:10:31 +00:00
parent d40b9ff4af
commit 8783fc2f83
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)
{