Skip to content

Commit 656a1c3

Browse files
committed
1 parent 8f92401 commit 656a1c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

interface/lib/classes/listform_actions.inc.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ class listform_actions {
3333
private $id;
3434
public $idx_key;
3535
public $DataRowColor;
36-
public $SQLExtWhere = '';
37-
public $SQLOrderBy = '';
36+
public $SQLExtWhere = '';
37+
public $SQLOrderBy = '';
38+
public $SQLExtSelect = '';
3839

3940
public function onLoad()
4041
{

0 commit comments

Comments
 (0)