*** empty log message ***

This commit is contained in:
sebastian 2005-03-10 00:19:53 +00:00
parent b818d6b0d6
commit ef8067a20f
18 changed files with 219 additions and 112 deletions

View file

@ -18,6 +18,7 @@ class uiScratchPad
{
if (!is_array($this->items))
$this->_load();
#print_r($this->items);
return $this->items;
}