setQuery( $query );
$data = $db->loadObjectList();
//$tree = array();
//$text = '';
//$catId= -1;
//$tree = PhocaGalleryRenderAdmin::CategoryTreeOption($data, $tree, 0, $text, $catId);
}
// Create the batch selector to change select the category by which to move or copy.
$lines = array(
'',
'
'
);
return implode("\n", $lines);
}
}