mlanthaler: Reverted change of r38052.

DataObject::addExtension() is now again DataObject::add_ex
(merged from branches/gsoc)
ischommer: naming change already reverted


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41934 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 21:02:33 +00:00
parent 707e4f8cf1
commit 1c90231f45
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@ require_once "Auth/OpenID/FileStore.php";
require_once "Auth/OpenID/SReg.php";
//DataObject::addExtension('Member', 'OpenIDAuthenticatedRole');
//Member::addRole('OpenIDAuthenticatedRole');
/**