*** empty log message ***
This commit is contained in:
parent
95deecc9a4
commit
bf52970576
3 changed files with 7 additions and 4 deletions
|
@ -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];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue