diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-03-09 11:42:56 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-03-09 12:07:06 +0100 |
commit | 5a932e77b3c806514203323540cb30e5ab9c28cf (patch) | |
tree | 23ef3ca78915ad9f91c24597476a90afb80a5d0f /inc/template.php | |
parent | 45a9933524f9a31e0a104cccfd082217501017ba (diff) | |
download | rpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.gz rpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.bz2 |
Remove wordblock action, issue a msg instead
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/template.php b/inc/template.php index 371ef2a7b..334175d26 100644 --- a/inc/template.php +++ b/inc/template.php @@ -73,9 +73,6 @@ function tpl_content_core(){ case 'draft': html_draft(); break; - case 'wordblock': - html_edit($TEXT,'wordblock'); - break; case 'search': html_search(); break; |