mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11287
This commit is contained in:
parent
8fd4c7dd5e
commit
19bf09e5fb
|
@ -11120,3 +11120,11 @@ Kevin 16 Oct 2006
|
|||
sg_ProjectsComponent.cpp/h
|
||||
sg_StatImageLoader.cpp/h
|
||||
sg_ViewTabPage.cpp/h
|
||||
|
||||
David 16 Oct 2006
|
||||
- removed db/mysql.h. Not sure why it was there,
|
||||
but apparently it caused big problems for projects using MySQL 5
|
||||
(reported by Carl C)
|
||||
|
||||
db/
|
||||
mysql.h (removed)
|
||||
|
|
|
@ -38,7 +38,7 @@ echo "</select></td></tr>";
|
|||
list_bar(tr(POLL_COMMENTS));
|
||||
list_item2(
|
||||
tr(POLL_COMMENTS_QUESTION),
|
||||
"<textarea name=$improved rows=4 cols=60></textarea>"
|
||||
"<textarea name=$improved rows=10 cols=60></textarea>"
|
||||
);
|
||||
|
||||
list_item("<br>", tr(POLL_DONE)."<input type=submit value=OK>");
|
||||
|
|
Loading…
Reference in New Issue