*** empty log message ***

svn path=/trunk/boinc/; revision=11287
This commit is contained in:
David Anderson 2006-10-16 23:52:48 +00:00
parent 8fd4c7dd5e
commit 19bf09e5fb
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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>");