Deleting the Creation of RT old Version. & Fixing the paginator in RT List

This commit is contained in:
jennylee
2014-10-16 09:58:35 -04:00
parent 941843b767
commit bb39e966df

View File

@@ -42,7 +42,7 @@ class pmTablesProxy extends HttpProxyController
if ($pro_uid !== null) {
$process = $pro_uid == '' ? array ('not_equal' => $pro_uid
) : array ('equal' => $pro_uid);
$addTables = AdditionalTables::getAll( $start, $limit, $filter, $process );
$addTables = AdditionalTables::getAll( false, false, $filter, $process );
$c = $processMap->getReportTablesCriteria( $pro_uid );
$oDataset = RoutePeer::doSelectRS( $c );