From 63f8907cf66602551c3fc533835ad586bcf31c1f Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Wed, 17 Jan 2007 19:47:50 +0000 Subject: [PATCH] standup_update spostata nella classe brisk --- web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.php b/web/index.php index b5d96ed..140b9de 100644 --- a/web/index.php +++ b/web/index.php @@ -63,7 +63,7 @@ function main() $ACTION = "room"; // setcookie ("sess", "", time() + 180); - standup_update(&$bri,&$user); + $bri->standup_update(&$user); if (save_data(&$bri) == FALSE) { echo "ERRORE SALVATAGGIO\n"; -- 2.17.1