From be047939b855f179f5028f01fed371c4ac4fb235 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 9 Aug 2009 09:03:20 +0000 Subject: [PATCH] php5 compatibility mods --- web/briskin5/Obj/briskin5.phh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/briskin5/Obj/briskin5.phh b/web/briskin5/Obj/briskin5.phh index cbc1fa9..f18b0fa 100644 --- a/web/briskin5/Obj/briskin5.phh +++ b/web/briskin5/Obj/briskin5.phh @@ -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; -- 2.17.1