*** empty log message ***

This commit is contained in:
sebastian 2005-04-28 16:41:13 +00:00
parent 95deecc9a4
commit bf52970576
3 changed files with 7 additions and 4 deletions

View file

@ -124,6 +124,9 @@ class uiScratchPad
function reOrder($by)
{
if (count($this->items) == 0)
return FALSE;
foreach ($this->items as $key=>$val) {
$s[$key] = $val[$by];
}