MINOR Removed useless comment and commented out code that went along with it in Group class

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64322 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2008-10-16 00:31:33 +00:00
parent 972558df3f
commit a574ac1fc8

View File

@ -5,8 +5,6 @@
* @subpackage security
*/
class Group extends DataObject {
// This breaks too many things for upgraded sites
// static $default_sort = "Sort";
static $db = array(
"Title" => "Varchar",