summaryrefslogtreecommitdiffstats
path: root/chat/lib/class/AJAXChat.php
diff options
context:
space:
mode:
Diffstat (limited to 'chat/lib/class/AJAXChat.php')
-rw-r--r--chat/lib/class/AJAXChat.php29
1 files changed, 16 insertions, 13 deletions
diff --git a/chat/lib/class/AJAXChat.php b/chat/lib/class/AJAXChat.php
index dcd12b4..381987e 100644
--- a/chat/lib/class/AJAXChat.php
+++ b/chat/lib/class/AJAXChat.php
@@ -10,19 +10,22 @@
// Ajax Chat backend logic:
class AJAXChat {
- var $db;
- var $_config;
- var $_requestVars;
- var $_infoMessages;
- var $_channels;
- var $_allChannels;
- var $_view;
- var $_lang;
- var $_invitations;
- var $_customVars;
- var $_sessionNew;
- var $_onlineUsersData;
- var $_bannedUsersData;
+ public
+ $db;
+
+ protected
+ $_config,
+ $_requestVars,
+ $_infoMessages,
+ $_channels,
+ $_allChannels,
+ $_view,
+ $_lang,
+ $_invitations,
+ $_customVars,
+ $_sessionNew,
+ $_onlineUsersData,
+ $_bannedUsersData;
function __construct() {
$this->initialize();