X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules_base.phh;h=cb8aa939a0295add949df62a67d8752826152207;hb=a83aff42b8b01a66aba1bfa42e9d7722fc8e1455;hp=b102f8f4957c9bc0b883ac15380e73d9a92aa70c;hpb=648e67ab39b09ae4a82fe2548a6c63154b61e901;p=brisk.git diff --git a/web/briskin5/Obj/rules_base.phh b/web/briskin5/Obj/rules_base.phh index b102f8f..cb8aa93 100644 --- a/web/briskin5/Obj/rules_base.phh +++ b/web/briskin5/Obj/rules_base.phh @@ -73,6 +73,7 @@ $mlang_bin5_rules = array( abstract class Rules { var $table; + var $id; abstract function engine(&$bri, $curtime, $action, $user); @@ -80,6 +81,22 @@ abstract class Rules { { $this->table = $table; } + + function id_get() + { + return ($this->id); + } + + function tourn_points(&$user, $i) + { + return; + } + + function tourn_points_max($user) + { + return 0; + } + } ?> \ No newline at end of file