diff options
Diffstat (limited to 'codebase/base_connector.php')
-rw-r--r-- | codebase/base_connector.php | 3 |
1 files changed, 2 insertions, 1 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 |