Browse Source

useless line that generates zillions of "Useless use of a variable in void context" in apache logs

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Paul POULAIN 16 years ago
committed by Joshua Ferraro
parent
commit
245e610e82
  1. 1
      C4/Context.pm

1
C4/Context.pm

@ -249,7 +249,6 @@ sub db_scheme2dbi {
sub import {
my $package = shift;
my $conf_fname = shift; # Config file name
$context;
# Create a new context from the given config file name, if
# any, then set it as the current context.

Loading…
Cancel
Save