summaryrefslogtreecommitdiffstats
path: root/codebase
diff options
context:
space:
mode:
Diffstat (limited to 'codebase')
-rw-r--r--codebase/base_connector.php3
-rw-r--r--codebase/grid_connector.php4
2 files changed, 3 insertions, 4 deletions
diff --git a/codebase/base_connector.php b/codebase/base_connector.php
index 6f66ef8..b6df35d 100644
--- a/codebase/base_connector.php
+++ b/codebase/base_connector.php
@@ -298,7 +298,8 @@ class Connector {
private $id_seed=0; //!< default value, used to generate auto-IDs
protected $live_update = false; // actions table name for autoupdating
- protected $options = array();
+ protected $extra_output="";//!< extra info which need to be sent to client side
+ protected $options=array();//!< hash of OptionsConnector
/*! constructor
diff --git a/codebase/grid_connector.php b/codebase/grid_connector.php
index 4d1926b..857e629 100644
--- a/codebase/grid_connector.php
+++ b/codebase/grid_connector.php
@@ -119,9 +119,7 @@ class GridDataItem extends DataItem{
/*! Connector for the dhtmlxgrid
**/
class GridConnector extends Connector{
- protected $extra_output="";//!< extra info which need to be sent to client side
- protected $options=array();//!< hash of OptionsConnector
-
+
/*! constructor
Here initilization of all Masters occurs, execution timer initialized