X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=blobdiff_plain;f=web%2FObj%2Fbrisk.phh;fp=web%2FObj%2Fbrisk.phh;h=437389aeeb858416ddc7218dabbeb602ff1e6adb;hp=9e0eb1268a42694811895b7946d6057e9f1953cd;hb=ffe7c5f4e251654501bc5a2bdd690944076ef131;hpb=356cad47d20258b4888caac71b143b6b6e1831e0 diff --git a/web/Obj/brisk.phh b/web/Obj/brisk.phh index 9e0eb12..437389a 100644 --- a/web/Obj/brisk.phh +++ b/web/Obj/brisk.phh @@ -2255,28 +2255,6 @@ class Brisk return (FALSE); } - static function lock_data($is_exclusive) - { - if (($res = file_lock(FTOK_PATH."/main", $is_exclusive)) != FALSE) { - self::$delta_t = microtime(TRUE); - log_lock("LOCK room [".self::$delta_t."]"); - - return ($res); - } - - return (FALSE); - } - - static function unlock_data($res) - { - GLOBAL $sess; - - log_lock("UNLOCK room [".(microtime(TRUE) - (self::$delta_t))."]"); - - file_unlock($res); - } - - function standup_content($user) { $ret = "";