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 5e4f790..5e75783 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 9ce7967..7fb6d16 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 1439943..4111281 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();