mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
48c9bb3bbd
Revision: [1843] Added param $allowed to Sanitize::paranoid() this array will allow passing characters that you do not want removed in the string. Modified Sanitize::paranoid() to check an array. Modified Model::findNeighbours() setting param $conditions to null by default. Added fix for Ticket #294 Added fix to scripts/acl.php changed DboSource::fields() to use the count() one time instead of using it in the for loop also git-svn-id: https://svn.cakephp.org/repo/trunk/cake@1844 3807eeeb-6ff5-0310-8944-8be069107fe0
9 lines
No EOL
520 B
Text
9 lines
No EOL
520 B
Text
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// +---------------------------------------------------------------------------------------------------+ //
|
|
// + $Id$
|
|
// + Last Modified: $Date$
|
|
// + Modified By: $LastChangedBy$
|
|
// +---------------------------------------------------------------------------------------------------+ //
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
0.10.7.1844 RC 2 |