Merge branch 'master' of git@github.com:plainblack/webgui

Conflicts:
	docs/changelog/7.x.x.txt
This commit is contained in:
Doug Bell 2009-09-15 20:17:31 -05:00
commit af4eff37f9
3 changed files with 3 additions and 1 deletions

View file

@ -136,7 +136,7 @@ BEGIN {
$line =~ s/^\s+//;
$line =~ s/\s+$//;
next LINE if !$line;
push @INC, $line;
unshift @INC, $line;
}
close $PRELOAD;
}