Added todo
This commit is contained in:
parent
a22ba39de1
commit
6ac241b1fc
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue