pls ignore my above mail.problem is not with get_members().i tried to debug the code js and as well php but no success.
here in FreiChat.php
it gets corret values:
$freichat->islog is set to "guesthaspermissions";
than the bellow block is not executed which is obvious.
foreach($result as $res)
{
}
and now in side js.FreiChat.get_messages = function()
data.islog is "guesthaspermissions"
inside main.php it gets correct values for usr_name and usr_ses_id.ie(value stored in frei_session table.
so i have no ways to know.
can some one pls suggest me.
Br
Tulip
pls ignore my above mail.problem is not with get_members().i tried to debug the code js and as well php but no success.
here in FreiChat.php
it gets corret values:
$freichat->islog is set to "guesthaspermissions";
than the bellow block is not executed which is obvious.
<code>
foreach($result as $res)
{
}
</code>
and now in side js.FreiChat.get_messages = function()
data.islog is "guesthaspermissions"
inside main.php it gets correct values for usr_name and usr_ses_id.ie(value stored in frei_session table.
so i have no ways to know.
can some one pls suggest me.
Br
Tulip