From df0c35f07b624ca2f9467443dd07f453d74662f0 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 24 Dec 2006 16:12:04 +0000 Subject: [PATCH] corretta gestione apici --- web/brisk.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/brisk.phh b/web/brisk.phh index 32168dc..08523ca 100644 --- a/web/brisk.phh +++ b/web/brisk.phh @@ -552,7 +552,7 @@ class brisco { } $user_cur->comm[$user_cur->step % COMM_N] = "gst.st = ".($user_cur->step+1)."; "; - $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s",\'%s\');', + $user_cur->comm[$user_cur->step % COMM_N] .= sprintf('chatt_sub("%s","%s");', $dt.xcape($user->name), xcape($user_mesg)); $user_cur->step++; } -- 2.17.1