removed random debug methods

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@50741 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2008-03-09 22:52:02 +00:00
parent 265528a67c
commit cce30493a6

View File

@ -312,22 +312,6 @@ HTML;
return "xml:lang=\"$lang\" lang=\"$lang\"";
}
/**
* Throw an error to test the error system
*/
function throwerror() {
user_error("This is a test of the error handler - nothing to worry about.", E_USER_ERROR);
}
/**
* Throw a warning to test the error system
*/
function throwwarning() {
user_error("This is a test of the warning handler - nothing to worry about.", E_USER_WARNING);
}
/**
* This action is called by the installation system