*** empty log message ***

This commit is contained in:
sebastian 2005-03-10 12:19:15 +00:00
parent dfde7d4dbe
commit deea502419
5 changed files with 8 additions and 5 deletions

View file

@ -67,7 +67,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;
}