Added Simo's patch for #2579, adding user info page

also modified it slightly so that we no longer look at AURMaintainerUID for maintainer
This commit is contained in:
pjmattal 2005-06-10 04:52:46 +00:00
parent 45e5883a15
commit c7e4f5c7fa
4 changed files with 84 additions and 7 deletions

View file

@ -327,4 +327,6 @@ $_t["en"]["You do not have permission to edit this account."] = "You do not have
$_t["de"]["You do not have permission to edit this account."] = "Zugriff für das Bearbeiten dieses Benutzerkontos verweigert.";
$_t["pl"]["You do not have permission to edit this account."] = "Nie masz uprawnień do edycji tego konta.";
?>
$_t["en"]["You must log in to view user information."] = "You must log in to view user information.";
?>