Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove "not being used" comment from Model docblock. Fixes #590
  • Loading branch information
predominant committed Apr 16, 2010
1 parent 99e5f4a commit 23a22c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/model/model.php
Expand Up @@ -1893,7 +1893,7 @@ function _deleteLinks($id) {
*
* @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
Expand Down

0 comments on commit 23a22c7

Please sign in to comment.