projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b42d77
)
corretta gestione apici
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 24 Dec 2006 16:12:04 +0000
(16:12 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 24 Dec 2006 16:12:04 +0000
(16:12 +0000)
web/brisk.phh
patch
|
blob
|
history
diff --git
a/web/brisk.phh
b/web/brisk.phh
index
32168dc
..
08523ca
100644
(file)
--- 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++;
}