X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules_base.phh;h=cb8aa939a0295add949df62a67d8752826152207;hb=e8cc9359e0330a4951224fbe1f2bc9bba02d7c7a;hp=b102f8f4957c9bc0b883ac15380e73d9a92aa70c;hpb=14ad625280a22b32bb9d6035c24b868a77f630aa;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