Home
last modified time | relevance | path

Searched +full:addressfield +(+path:plugin +path:discussion) -(+path:plugin +path:discussion +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/discussion/conf/
H A Dmetadata.php16 $meta['addressfield'] = array('onoff');
H A Ddefault.php13 $conf['addressfield'] = 0; // allow entering an address
/plugin/discussion/
H A Daction.php286 … $comment['user']['address'] = ($this->getConf('addressfield')) ? hsc($_REQUEST['address']) : '';
1001 if ($this->getConf('addressfield')) {