added: Rebus
(when no logged user wants to send a message then he is asked a question) git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@521 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -23,18 +23,6 @@ void thread_is(Info & i)
|
||||
}
|
||||
|
||||
|
||||
bool thread_show_edit_subject_var = false; // !! tymczasowe rozwiazanie, cos lepszego wymyslec
|
||||
|
||||
|
||||
void thread_show_edit_subject(Info & i)
|
||||
{
|
||||
i.result = thread_show_edit_subject_var;
|
||||
|
||||
thread_show_edit_subject_var = false;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
static size_t thread_tab_index;
|
||||
|
||||
@@ -74,7 +62,10 @@ void thread_tab_subject(Info & i)
|
||||
|
||||
if( dir )
|
||||
{
|
||||
HtmlEscape(i.out, dir->subject);
|
||||
if( !dir->subject.empty() )
|
||||
HtmlEscape(i.out, dir->subject);
|
||||
else
|
||||
HtmlEscape(i.out, dir->url);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user