From a574ac1fc89719e5b140582dfe69e032a4550d0e Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 16 Oct 2008 00:31:33 +0000 Subject: [PATCH] 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 --- security/Group.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/security/Group.php b/security/Group.php index 5983aad59..4624b41c0 100644 --- a/security/Group.php +++ b/security/Group.php @@ -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",