git-svn-id: http://xe-core.googlecode.com/svn/trunk@102 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 14:19:26 +00:00
parent dec618986e
commit 64c18d84cd
7 changed files with 35 additions and 151 deletions

View file

@ -6,12 +6,6 @@
* @todo 미구현
**/
class spam_filter extends AddOnHandler {
function proc(&$oModule, $oModuleInfo) {
$oModule->setError(-1);
$oModule->setMessage('error');
}
class spam_filter extends AddOn {
}
?>