Removed file update_db.php (obsolete). Finetuning en_US-demo.sql
[fa-stable.git] / admin / users.php
index 941129fb817c0fd51a80f48a77bb1eca0bdd0db1..57e4e405e7341418aa7f04652dc3b6858b15e8fc 100644 (file)
@@ -125,7 +125,7 @@ while ($myrow = db_fetch($result))
        label_cell($myrow["user_id"]);
        label_cell($myrow["real_name"]);
        label_cell($myrow["phone"]);
-       label_cell("<a href=mailto:" . $myrow["email"]. ">" . $myrow["email"]. "</a>");
+       email_cell($myrow["email"]);
        label_cell($last_visit_date, "nowrap");
        label_cell($security_headings[$myrow["full_access"]]);
        edit_button_cell("Edit".$myrow["user_id"], _("Edit"));
@@ -190,7 +190,7 @@ text_row_ex(_("Full Name").":", 'real_name',  50);
 
 text_row_ex(_("Telephone No.:"), 'phone', 30);
 
-text_row_ex("<a href='Mailto:".$_POST['email']."'>" . _("Email Address:") . "</a>", 'email', 50);
+email_row_ex(_("Email Address:"), 'email', 50);
 
 security_headings_list_row(_("Access Level:"), 'Access', null);