Renamed function reOrder() to reorder(). Fixes for function renaming.

This commit is contained in:
paul 2006-11-21 17:02:29 +00:00
parent bb250cb252
commit b6a4f523fb
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ class uiTransfers
}
function reOrder($by)
function reorder($by)
{
$this->trShowInfo['offset'] = NULL;
@ -155,7 +155,7 @@ class uiTransfers
function upload2Hub($id)
{
$gunid = $this->Base->gb->_gunidFromId($id);
$gunid = $this->Base->gb->gunidFromId($id);
$type = $this->Base->gb->_getType($gunid);
switch ($type) {