1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm |
2 |
|
|
--- e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2005-03-10 19:17:49.000000000 -0500 |
3 |
|
|
+++ mezzanine_patched_e-smith-quota-1.10.0/root/usr/lib/perl5/site_perl/esmith/FormMagick/Panel/quota.pm 2006-05-01 10:58:20.000000000 -0400 |
4 |
|
|
@@ -89,7 +89,7 @@ |
5 |
|
|
my $adb = esmith::AccountsDB->open() |
6 |
|
|
|| die $self->localise("UNABLE_TO_OPEN_ACCOUNTS"); |
7 |
|
|
|
8 |
|
|
- my @userAccounts = sort $adb->users; |
9 |
|
|
+ my @userAccounts = $adb->users; |
10 |
|
|
|
11 |
|
|
unless (scalar @userAccounts) |
12 |
|
|
{ |