Home
last modified time | relevance | path

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

/plugin/settingstree/settings/
H A Dsettingswrapper.class.php12 protected $_old_val = null; // we store the old value here if the value is updated. variable in settingswrapper
33 $this->_old_val = $this->_setting->_local;
66 if ($this->_changed) return $this->_old_val;
87 …::$helper->getLang('updated_value_from').": <code>{$this->format($this->_old_val,$default)}</code>…