MINOR Pushed @deprecated 2.3 items out to 2.5 since they're still in use for now

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@100486 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2010-03-04 04:12:00 +00:00 committed by Sam Minnee
parent a8bd797f69
commit 5ff51cf936
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* A Text field that cannot contain certain characters
* @deprecated 2.3
* @deprecated 2.5
* @package forms
* @subpackage fields-formatted
*/

View File

@ -2,7 +2,7 @@
/**
* Text field that automatically checks that the value entered is unique for the given
* set of fields in a given set of tables
* @deprecated 2.3
* @deprecated 2.5
* @package forms
* @subpackage fields-formattedinput
*/