Skip to content
Snippets Groups Projects
Commit 656a1c32 authored by Falko Timme's avatar Falko Timme
Browse files

No commit message

No commit message
parent 8f92401c
No related branches found
No related tags found
No related merge requests found
...@@ -33,8 +33,9 @@ class listform_actions { ...@@ -33,8 +33,9 @@ class listform_actions {
private $id; private $id;
public $idx_key; public $idx_key;
public $DataRowColor; public $DataRowColor;
public $SQLExtWhere = ''; public $SQLExtWhere = '';
public $SQLOrderBy = ''; public $SQLOrderBy = '';
public $SQLExtSelect = '';
public function onLoad() public function onLoad()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment