]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
omogenized function definition syntax (no space between name and parentesis
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 21 Jan 2014 06:26:48 +0000 (07:26 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Tue, 21 Jan 2014 06:26:48 +0000 (07:26 +0100)
web/Obj/brisk.phh
web/Obj/user.phh
web/briskin5/Obj/briskin5.phh

index 5e4f790e5250772da1a44fda7e19a36f448040bb..5e75783a967e5ad62b5e3057a096b9ad43d4a5aa 100644 (file)
@@ -845,7 +845,7 @@ class Room
     
     var $delay_mgr;
 
-    function Room ($crystal_filename) {
+    function Room($crystal_filename) {
         $this->crystal_filename = $crystal_filename;
         $this->user  = array();
         $this->table = array();
index 9ce796772d2914b15760973cd92d050d78747cb2..7fb6d16ebeb26637b1187b90152839be3e3b84c2 100644 (file)
@@ -744,7 +744,7 @@ class User {
       
     
       return ($ret);
-  }  //   function maincheck (...
+  }  //   function maincheck(...
 
   public static function stream_fini($transp, $init_string, $is_unrecoverable)
 {
index 14399439b8bbbbbb94bb012d16a078beb10ca8a1..411128166f7611e3bfd3ddce9da3f75633a8ab38 100644 (file)
@@ -1135,7 +1135,7 @@ class Bin5_user extends User {
 
 
       return ($ret);
-    }  //   function maincheck (...
+    }  //   function maincheck(...
 
     function continue_set($match_code)
     {
@@ -1167,7 +1167,7 @@ class Bin5 {
 
     var $delay_mgr;
 
-    function Bin5 ($room, $table_idx, $table_token, $get, $post, $cookie) {
+    function Bin5($room, $table_idx, $table_token, $get, $post, $cookie) {
         $this->user = array();
         $this->table = array();