[Phpfreechat-svn] SF.net SVN: phpfreechat: [1098] trunk/src/pfccontainer.class.php
Status: Beta
Brought to you by:
kerphi
From: <gpi...@us...> - 2007-08-08 03:39:03
|
Revision: 1098 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1098&view=rev Author: gpinzone Date: 2007-08-07 20:39:04 -0700 (Tue, 07 Aug 2007) Log Message: ----------- Cleanup of user commands on exit. Modified Paths: -------------- trunk/src/pfccontainer.class.php Modified: trunk/src/pfccontainer.class.php =================================================================== --- trunk/src/pfccontainer.class.php 2007-08-08 02:11:56 UTC (rev 1097) +++ trunk/src/pfccontainer.class.php 2007-08-08 03:39:04 UTC (rev 1098) @@ -197,6 +197,10 @@ $this->rmMeta('nickid-to-metadata', $nickid); } + // remove users commands in queue + $this->rmMeta("nickid-to-cmdtoplay", $nickid); + $this->rmMeta("nickid-to-cmdtoplayid", $nickid); + return $deleted_user; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |