View | Details | Raw Unified | Return to bug 26432
Collapse All | Expand All

(-)a/C4/Context.pm (-4 lines)
Lines 383-391 sub config { Link Here
383
sub zebraconfig {
383
sub zebraconfig {
384
	return _common_config($_[1],'server');
384
	return _common_config($_[1],'server');
385
}
385
}
386
sub ModZebrations {
387
	return _common_config($_[1],'serverinfo');
388
}
389
386
390
=head2 preference
387
=head2 preference
391
388
392
- 

Return to bug 26432