Now you are in the sourceforge dev team.
I just sent you an email on sourceforge to explain you what I did.
Moderators: OldWolf, re*s.t.a.r.s.*2
/**
* Return a unique id. Each time this function is called, the last id is incremented.
* used internaly
* @private
*/
function _requestMsgId($chan)
{
if ($chan == NULL) $chan = 'SERVER';
$lastmsgid = $this->getLastId($chan);
$lastmsgid++;
if ( $lastmsgid < time())
$lastmsgid = time();
$this->setMeta("channelid-to-msgid", $this->encode($chan), 'lastmsgid', $lastmsgid);
return $lastmsgid;
}
zovall wrote:Hello,
I'm running into this problem with beta11. It looks like King Moonraiser and kerphi have come up with a solution.
How can I implement this into my beta11 version?
Thanks!
Return to General Support (v1.x)
Users browsing this forum: No registered users and 3 guests