Remove "not being used" comment from Model docblock. Fixes #590

This commit is contained in:
predominant 2010-04-16 21:45:44 +10:00
parent 99e5f4a49f
commit 23a22c73b7

View file

@ -1893,7 +1893,7 @@ class Model extends Overloadable {
*
* @param mixed $conditions Conditions to match
* @param boolean $cascade Set to true to delete records that depend on this record
* @param boolean $callbacks Run callbacks (not being used)
* @param boolean $callbacks Run callbacks
* @return boolean True on success, false on failure
* @access public
* @link http://book.cakephp.org/view/1038/deleteAll