php5 compatibility mods
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 9 Aug 2009 09:03:20 +0000 (09:03 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 9 Aug 2009 09:03:20 +0000 (09:03 +0000)
web/briskin5/Obj/briskin5.phh

index cbc1fa9..f18b0fa 100644 (file)
@@ -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;