summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-03-09 11:42:56 +0100
committerAdrian Lang <lang@cosmocode.de>2010-03-09 12:07:06 +0100
commit5a932e77b3c806514203323540cb30e5ab9c28cf (patch)
tree23ef3ca78915ad9f91c24597476a90afb80a5d0f /inc/html.php
parent45a9933524f9a31e0a104cccfd082217501017ba (diff)
downloadrpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.gz
rpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.bz2
Remove wordblock action, issue a msg instead
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index ccab83a24..ae3e56e0a 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1130,7 +1130,7 @@ function html_updateprofile(){
* @triggers HTML_PAGE_FROMTEMPLATE
* @author Andreas Gohr <andi@splitbrain.org>
*/
-function html_edit($text=null,$include='edit'){ //FIXME: include needed?
+function html_edit(){
global $ID;
global $REV;
global $DATE;