Added todo
This commit is contained in:
parent
a22ba39de1
commit
6ac241b1fc
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue