corretta gestione apici
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 24 Dec 2006 16:12:04 +0000 (16:12 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 24 Dec 2006 16:12:04 +0000 (16:12 +0000)
web/brisk.phh

index 32168dc..08523ca 100644 (file)
@@ -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++;
       }