Home
last modified time | relevance | path

Searched refs:_myconf (Results 1 – 1 of 1) sorted by relevance

/plugin/txtconf/
H A Dadmin.php43 var $_myconf = null; variable in admin_plugin_txtconf
85 if ($this->_myconf->_locked) return True;
91 while (list($key) = each($this->_myconf->setting)) {
94 if ($this->_myconf->setting[$key]->update($input))
103 … if( $this->_myconf->add_local_setting($_POST['newkey'],$_POST['newval'])) $this->_changed = true;
107 if ($this->_myconf->save_settings(PLUGIN_NAME)) {
178 print $this->locale_xhtml($this->_myconf->_intro);
191 foreach ($this->_myconf->setting as $mysetting) {
200 if (!$this->_myconf->locked) {
227 if ($this->_myconf) {