Ticket #505 (closed defect: fixed)

Opened 8 years ago

Last modified 7 years ago

il manque les membres "admin" dans le panneau administrateur - show all quotas

Reported by: sebas Owned by: anarcat
Priority: normal Milestone: alternc-0.9.3.1
Component: Autres Version: alternc-0.9.3.1
Severity: feature Keywords:
Cc:

Description

Il manque les membres "admin" dans le panneau administrateur dans la page des quotas "show all quotas". Il serait bien d'avoir tous les membres.

voir petite patch

ADDITIONAL INFORMATION: --- quota_show_all.php-bak 2005-09-03 17:36:37.778873992 -0400 +++ quota_show_all.php 2005-09-03 17:38:14.383187904 -0400 @@ -37,7 +37,7 @@

<?php

-if (! ($user_list = $admin->get_list())) { +if (! ($user_list = $admin->get_list(1))) {

$error = $err->errstr();

}

Change History

comment:1 Changed 8 years ago by anarcat

  • Owner changed from anonymous to anarcat
  • Status changed from new to assigned

comment:2 Changed 8 years ago by anarcat

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Milestone set to 0.9.3.1

fixed in quota_show_all.php:1.4.

Note: See TracTickets for help on using tickets.