Captcha forms are not allowed in Profiles (re JT)

POD for Operation/Help and Operation/DatabaseLink.

Added check for deletion of a vital component in www_deleteDatabaseLink.
This saves the user one click when trying to delete something they shouldn't.
This commit is contained in:
Colin Kuskie 2006-03-03 00:26:42 +00:00
parent 782b181571
commit 9aac37ac91
3 changed files with 175 additions and 3 deletions

View file

@ -62,9 +62,6 @@ sub definition {
formName=>{
defaultValue=>$i18n->get("topicName")
},
profileEnabled=>{
defaultValue=>1
},
});
return $class->SUPER::definition($session, $definition);
}