php5 compatibility mods
[brisk.git] / web / briskin5 / Obj / briskin5.phh
index 25b9d03..f18b0fa 100644 (file)
@@ -49,7 +49,7 @@ $mlang_bin5_bin5 = array(
                                                'en' => 'they have <b>lost</b>'),
                          'info_yturn'=> array( 'it' => ' tocca a <b>te</b> giocare.',
                                                'en' => ' it\'s <b>your</b> turn.'),
-                         'info_turn' => array( 'it' => 'tocca a <b>$unam</b> giocare.',
+                         'info_turn' => array( 'it' => 'tocca a <b>%s</b> giocare.',
                                                'en' => 'it\'s the <b>%s</b>\'s turn.'),
                          'info_mult' => array( 'it' => ' La partita vale <b>%s</b>.',
                                                'en' => ' The game worth <b>%s</b>.' ),
@@ -195,7 +195,7 @@ class Table_briskin5 extends Table {
   */
 
   /* CLONE() NOT USED
-  function &clone(&$from)
+  function &myclone(&$from)
   {
     GLOBAL $G_false;
     
@@ -446,7 +446,7 @@ class User_briskin5 extends User {
   }
 
   /* CLONE NOT USED
-  function &clone(&$from)
+  function &myclone(&$from)
   {
     GLOBAL $G_false;