mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Hide smileys by default
SVN revision: 1386
This commit is contained in:
parent
0738491f18
commit
d791a168ca
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.671 2005/05/17 21:15:35 ritt
|
||||||
|
Hide smileys by default
|
||||||
|
|
||||||
Revision 1.670 2005/05/17 21:12:36 ritt
|
Revision 1.670 2005/05/17 21:12:36 ritt
|
||||||
Use orig_author for reply quoting
|
Use orig_author for reply quoting
|
||||||
|
|
||||||
@ -8628,7 +8631,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
enc_selected = atoi(str);
|
enc_selected = atoi(str);
|
||||||
|
|
||||||
/* detrmine if smiley bar should be displayed */
|
/* detrmine if smiley bar should be displayed */
|
||||||
show_smileys = 1;
|
show_smileys = 0;
|
||||||
cookie[0] = 0;
|
cookie[0] = 0;
|
||||||
if (isparam("hsm") && atoi(getparam("hsm")) == 1) /* cookie */
|
if (isparam("hsm") && atoi(getparam("hsm")) == 1) /* cookie */
|
||||||
show_smileys = 0;
|
show_smileys = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user