Added todo

This commit is contained in:
Rudi Grinberg 2012-09-18 12:48:45 -04:00
parent a22ba39de1
commit 6ac241b1fc

View file

@ -729,6 +729,7 @@ SQL;
$unionTable = "({$plTable} UNION {$blTable} UNION {$fileTable} UNION {$streamTable}) AS RESULTS";
//choose which table we need to select data from.
// TODO : use constants instead of numbers -- RG
switch ($type) {
case 0:
$fromTable = $unionTable;