Added todo

This commit is contained in:
Rudi Grinberg 2012-09-18 12:48:45 -04:00
parent a22ba39de1
commit 6ac241b1fc
1 changed files with 1 additions and 0 deletions

View File

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