mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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:
parent
265528a67c
commit
cce30493a6
@ -312,22 +312,6 @@ HTML;
|
|||||||
return "xml:lang=\"$lang\" lang=\"$lang\"";
|
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
|
* This action is called by the installation system
|
||||||
|
Loading…
Reference in New Issue
Block a user