From 23a22c73b78c16ddd8dd926162d7a018871a2459 Mon Sep 17 00:00:00 2001 From: predominant Date: Fri, 16 Apr 2010 21:45:44 +1000 Subject: [PATCH] Remove "not being used" comment from Model docblock. Fixes #590 --- cake/libs/model/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/model/model.php b/cake/libs/model/model.php index bdecc9f5afe..f017c7bc5d7 100644 --- a/cake/libs/model/model.php +++ b/cake/libs/model/model.php @@ -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