*** empty log message ***
This commit is contained in:
parent
df99ff2cb5
commit
214e3e960e
17 changed files with 197 additions and 237 deletions
|
@ -66,7 +66,7 @@ class uiScratchPad
|
|||
function addItem($id)
|
||||
{
|
||||
if(!$this->Base->STATIONPREFS[UI_SCRATCHPAD_MAXLENGTH_KEY]) {
|
||||
if ($this->verbose) $this->Base->_retMsg('ScratchPad length is not set in System Preferences, so it cannot be used.');
|
||||
if (!$this->verbose) $this->Base->_retMsg('ScratchPad length is not set in System Preferences, so it cannot be used.');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue