Merge branch 'origin/new/bug3756_reenable_local_sysprefs' of git://git.tamil.fr/git/koha into to-push

* 'origin/new/bug3756_reenable_local_sysprefs' of git://git.tamil.fr/git/koha:
  Bug 3756 Don't display as local AutoSelfCheckID syspref and others

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
Galen Charlton 2010-07-27 20:32:28 -04:00
commit 2e31837759

View file

@ -837,7 +837,7 @@ sub get_prefs_from_files {
my $name = $element->{pref};
next unless $name;
push @names, $name;
last;
next;
}
}
}