\n";
//$app_version->md5_cksum";
diff --git a/html/user/team_edit_form.php b/html/user/team_edit_form.php
index c901fc7cf5..92c5d28e3b 100644
--- a/html/user/team_edit_form.php
+++ b/html/user/team_edit_form.php
@@ -6,6 +6,7 @@ require_once("team.inc");
$authenticator = init_session();
db_init();
+ $id = $HTTP_GET_VARS["id"];
$query = "select * from team where id = $id";
$result = mysql_query($query);
if ($result) {
@@ -19,31 +20,31 @@ db_init();
$team_description = $team->description;
$team_type = $team->type;
page_head("Edit $team_name");
- echo "
";
- echo "
";
- echo "
";
- echo "
";
- echo "
Team name (plain-text version):
";
- echo "
";
- echo " This name will be print as-is";
- echo " and is the name you should use when searching for your team.";
- echo "
";
- echo "
Team name (HTML version):
";
- echo "
";
- echo " This name will be printed as HTML source, so you may include any HTML";
- echo " code that you want. This will only be displayed in your team's page.";
- echo " If you don't know HTML, just leave this box blank.";
- echo "
";
- echo "
URL of team web page, if any: (without "http://")
";
- echo "
";
- echo " This page will be linked to from the project's team page.";
- echo "
";
- echo "
Description of team:
";
- echo "
";
- echo "
";
- echo "
Type of team:
";
+ echo "
+
+
+
+
Team name (plain-text version):
+
+ This name will be print as-is
+ and is the name you should use when searching for your team.
+
+
Team name (HTML version):
+
+ This name will be printed as HTML source, so you may include any HTML
+ code that you want. This will only be displayed in your team's page.
+ If you don't know HTML, just leave this box blank.
+
+
URL of team web page, if any: (without "http://")
+
+ This page will be linked to from the project's team page.
+
+
Description of team:
+
+
+
Type of team:
";
printf("Club ", ($team->type==4)?" checked":"");
printf("Small Company (< 50 employees) ", ($team->type==1)?" checked":"");
printf("Medium Company (50-1000 employees) ", ($team->type==2)?" checked":"");
@@ -53,8 +54,9 @@ db_init();
printf("Junior College ", ($team->type==8)?" checked":"");
printf("University or Department ", ($team->type==7)?" checked":"");
printf("Government Agency